| Class | Description |
|---|---|
| Amount |
Abstract class for a given amount of currency used in a payment.
|
| BTC |
Crypto amount denominated in BTC.
|
| CryptoAmount |
Amount specified in crypto currency where value is the amount in its
smallest demination.
|
| FiatAmount |
Amount specifying a FIAT currency with an value and a currency code.
|
| Enum | Description |
|---|---|
| AmountType |
Represents the type of amount, either Fiat or cryptocurrency.
|
| Magnetude |
Represents the magnitude of a unit, usually a subunit of a crypto currency.
|