Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getId(): string
ID of the cash account.
|
#
|
public
|
setId(string $id): self
ID of the cash account.
|
#
|
public
|
getName(): string
|
#
|
public
|
setName(string $name): self
|
#
|
public
|
getStatus(): string
|
#
|
public
|
setStatus(string $status): self
|
#
|
public
|
getCurrentBalance(): 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
|
setCurrentBalance(Money $currentBalance): 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
|
getAvailableBalance(): 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
|
setAvailableBalance(Money $availableBalance): 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
|
getAccountNumber(): string
|
#
|
public
|
setAccountNumber(string $accountNumber): self
|
#
|
public
|
getRoutingNumber(): string
|
#
|
public
|
setRoutingNumber(string $routingNumber): self
|
#
|
public
|
getPrimary(): bool
Whether or not this account is the primary account. There will always be only one primary account.
Whether or not this account is the primary account. There will always be only one primary account.
|
#
|
public
|
setPrimary(bool $primary): self
Whether or not this account is the primary account. There will always be only one primary account.
Whether or not this account is the primary account. There will always be only one primary account.
|
#
|