Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getCounterparty(): mixed[]
Counterparty Details for the transfer.
Counterparty Details for the transfer.
|
#
|
public
|
setCounterparty(mixed[] $counterparty): self
Counterparty Details for the transfer.
Counterparty Details for the transfer.
|
#
|
public
|
getReceivingAccount(): mixed[]
Receiving account details for the transfer.
Receiving account details for the transfer.
|
#
|
public
|
setReceivingAccount(mixed[] $receivingAccount): self
Receiving account details for the transfer.
Receiving account details for the transfer.
|
#
|
public
|
getAmount(): Money
Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The…
Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The amount of money will be represented in the smallest denomination
of the currency indicated. For example, USD 7.00 will be represented in cents with an amount of 700.
|
#
|
public
|
setAmount(Money $amount): self
Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The…
Money fields can be signed or unsigned. Fields are signed (an unsigned value will be interpreted as positive). The amount of money will be represented in the smallest denomination
of the currency indicated. For example, USD 7.00 will be represented in cents with an amount of 700.
|
#
|
public
|
getDescription(): string
Description of the transfer for internal use. Not exposed externally.
Description of the transfer for internal use. Not exposed externally.
|
#
|
public
|
setDescription(string $description): self
Description of the transfer for internal use. Not exposed externally.
Description of the transfer for internal use. Not exposed externally.
|
#
|