ResponseAmount
- class Firstred\PostNL\Entity\Response\ResponseAmount
Summary
Methods
Properties
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$AccountName
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$ResponseAmountType
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$BIC
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$Currency
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$IBAN
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$Reference
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$TransactionNumber
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$Value
- Type:
string | null
- protected static property Firstred\PostNL\Entity\Response\ResponseAmount::$VerzekerdBedrag
- Type:
string | null
Methods
- public Firstred\PostNL\Entity\Response\ResponseAmount::__construct($AccountName=null, $ResponseAmount=null, $BIC=null, $Currency=null, $IBAN=null, $Reference=null, $TransactionNumber=null, $Value=null, $VerzekerdBedrag=null)
- Parameters:
$AccountName (string | null)
$ResponseAmount (string | null)
$BIC (string | null)
$Currency (string | null)
$IBAN (string | null)
$Reference (string | null)
$TransactionNumber (string | null)
$Value (string | null)
$VerzekerdBedrag (string | null)
- public Firstred\PostNL\Entity\Response\ResponseAmount::getAccountName()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setAccountName($AccountName)
- Parameters:
$AccountName (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getResponseAmountType()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setResponseAmountType($ResponseAmountType)
- Parameters:
$ResponseAmountType (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getBIC()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setBIC($BIC)
- Parameters:
$BIC (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getCurrency()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setCurrency($Currency)
- Parameters:
$Currency (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getIBAN()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setIBAN($IBAN)
- Parameters:
$IBAN (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getReference()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setReference($Reference)
- Parameters:
$Reference (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getTransactionNumber()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setTransactionNumber($TransactionNumber)
- Parameters:
$TransactionNumber (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getValue()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setValue($Value)
- Parameters:
$Value (string | null)
- Returns:
static
- public Firstred\PostNL\Entity\Response\ResponseAmount::getVerzekerdBedrag()
- Returns:
string | null
- public Firstred\PostNL\Entity\Response\ResponseAmount::setVerzekerdBedrag($VerzekerdBedrag)
- Parameters:
$VerzekerdBedrag (string | null)
- Returns:
static