Amount

class Firstred\PostNL\Entity\Amount
Parent:

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Properties

protected static property Firstred\PostNL\Entity\Amount::$AccountName
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$AmountType
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$BIC
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$Currency
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$IBAN
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$Reference
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$TransactionNumber
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$Value
Type:

string | null

protected static property Firstred\PostNL\Entity\Amount::$VerzekerdBedrag
Type:

string | null

Methods

public Firstred\PostNL\Entity\Amount::__construct($AccountName=null, $AmountType=null, $BIC=null, $Currency=null, $IBAN=null, $Reference=null, $TransactionNumber=null, $Value=null, $VerzekerdBedrag=null)
Parameters:
  • $AccountName (string | null)

  • $AmountType (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\Amount::getAccountName()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setAccountName($AccountName)
Parameters:
  • $AccountName (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getBIC()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setBIC($BIC)
Parameters:
  • $BIC (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getCurrency()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setCurrency($Currency)
Parameters:
  • $Currency (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getIBAN()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setIBAN($IBAN)
Parameters:
  • $IBAN (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getReference()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setReference($Reference)
Parameters:
  • $Reference (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getTransactionNumber()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setTransactionNumber($TransactionNumber)
Parameters:
  • $TransactionNumber (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getValue()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setValue($Value)
Parameters:
  • $Value (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getVerzekerdBedrag()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setVerzekerdBedrag($VerzekerdBedrag)
Parameters:
  • $VerzekerdBedrag (string | null)

Returns:

static

public Firstred\PostNL\Entity\Amount::getAmountType()
Returns:

string | null

public Firstred\PostNL\Entity\Amount::setAmountType(string|int|null $AmountType=null)
Parameters:
  • $AmountType (string | int | null)

Returns:

static