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
|
getSpendDuration(): string
Spend limit refresh frequency
- MONTHLY: The spend limit refreshes every month
- QUARTERLY: The spend limit refreshes…
Spend limit refresh frequency
- MONTHLY: The spend limit refreshes every month
- QUARTERLY: The spend limit refreshes every quarter
- YEARLY: The spend limit refreshes every year
- ONE_TIME: The limit does not refresh
|
#
|
public
|
setSpendDuration(string $spendDuration): self
Spend limit refresh frequency
- MONTHLY: The spend limit refreshes every month
- QUARTERLY: The spend limit refreshes…
Spend limit refresh frequency
- MONTHLY: The spend limit refreshes every month
- QUARTERLY: The spend limit refreshes every quarter
- YEARLY: The spend limit refreshes every year
- ONE_TIME: The limit does not refresh
|
#
|
public
|
getReason(): ?string
|
#
|
public
|
setReason(?string $reason): self
|
#
|
public
|
getLockAfterDate(): ?DateTime
|
#
|
public
|
setLockAfterDate(?DateTime $lockAfterDate): self
|
#
|