.. rst-class:: phpdoctorst .. role:: php(code) :language: php Amount ====== .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Amount :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($AccountName, $AmountType, $BIC, $Currency, $IBAN, $Reference, $TransactionNumber, $Value, $VerzekerdBedrag\)` * :php:meth:`public getAccountName\(\)` * :php:meth:`public setAccountName\($AccountName\)` * :php:meth:`public getBIC\(\)` * :php:meth:`public setBIC\($BIC\)` * :php:meth:`public getCurrency\(\)` * :php:meth:`public setCurrency\($Currency\)` * :php:meth:`public getIBAN\(\)` * :php:meth:`public setIBAN\($IBAN\)` * :php:meth:`public getReference\(\)` * :php:meth:`public setReference\($Reference\)` * :php:meth:`public getTransactionNumber\(\)` * :php:meth:`public setTransactionNumber\($TransactionNumber\)` * :php:meth:`public getValue\(\)` * :php:meth:`public setValue\($Value\)` * :php:meth:`public getVerzekerdBedrag\(\)` * :php:meth:`public setVerzekerdBedrag\($VerzekerdBedrag\)` * :php:meth:`public getAmountType\(\)` * :php:meth:`public setAmountType\($AmountType\)` Properties ---------- .. php:attr:: protected static AccountName :Type: string | null .. php:attr:: protected static AmountType :Type: string | null .. php:attr:: protected static BIC :Type: string | null .. php:attr:: protected static Currency :Type: string | null .. php:attr:: protected static IBAN :Type: string | null .. php:attr:: protected static Reference :Type: string | null .. php:attr:: protected static TransactionNumber :Type: string | null .. php:attr:: protected static Value :Type: string | null .. php:attr:: protected static VerzekerdBedrag :Type: string | null Methods ------- .. rst-class:: public .. php:method:: public __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) .. rst-class:: public .. php:method:: public getAccountName() :Returns: string | null .. rst-class:: public .. php:method:: public setAccountName( $AccountName) :Parameters: * **$AccountName** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getBIC() :Returns: string | null .. rst-class:: public .. php:method:: public setBIC( $BIC) :Parameters: * **$BIC** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getCurrency() :Returns: string | null .. rst-class:: public .. php:method:: public setCurrency( $Currency) :Parameters: * **$Currency** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getIBAN() :Returns: string | null .. rst-class:: public .. php:method:: public setIBAN( $IBAN) :Parameters: * **$IBAN** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getReference() :Returns: string | null .. rst-class:: public .. php:method:: public setReference( $Reference) :Parameters: * **$Reference** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getTransactionNumber() :Returns: string | null .. rst-class:: public .. php:method:: public setTransactionNumber( $TransactionNumber) :Parameters: * **$TransactionNumber** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getValue() :Returns: string | null .. rst-class:: public .. php:method:: public setValue( $Value) :Parameters: * **$Value** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getVerzekerdBedrag() :Returns: string | null .. rst-class:: public .. php:method:: public setVerzekerdBedrag( $VerzekerdBedrag) :Parameters: * **$VerzekerdBedrag** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getAmountType() :Returns: string | null .. rst-class:: public .. php:method:: public setAmountType(string|int|null $AmountType=null) :Parameters: * **$AmountType** (string | int | null) :Returns: static