Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getSpendLimit(): 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
|
setSpendLimit(Money $spendLimit): 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
|
getSpendAvailable(): 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
|
setSpendAvailable(Money $spendAvailable): 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
|
getSpendDuration(): string
|
#
|
public
|
setSpendDuration(string $spendDuration): self
|
#
|
public
|
getReason(): ?string
|
#
|
public
|
setReason(?string $reason): self
|
#
|
public
|
getLockAfterDate(): ?DateTime
The `lock_after_date` is in UTC.
The lock_after_date is in UTC.
|
#
|
public
|
setLockAfterDate(?DateTime $lockAfterDate): self
The `lock_after_date` is in UTC.
The lock_after_date is in UTC.
|
#
|