Types > CustomerBalancePerCurrency
Description
Fields
Amount of money customer has on his balance in particular currency
Example: 34234
Currency code
Example: "USD"
Used By
Types
Preview (typescript)
interface CustomerBalancePerCurrency {amount: numbercurrency: string}