Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getAmount(): int
The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is…
The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.
|
#
|
public
|
setAmount(int $amount): self
The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is…
The amount of money, in the smallest denomination of the currency indicated by currency. For example, when currency is USD, amount is in cents.
|
#
|
public
|
getCurrency(): ?string
The type of currency, in ISO 4217 format. Default to USD if not specified.
The type of currency, in ISO 4217 format. Default to USD if not specified.
|
#
|
public
|
setCurrency(?string $currency): self
The type of currency, in ISO 4217 format. Default to USD if not specified.
The type of currency, in ISO 4217 format. Default to USD if not specified.
|
#
|