StoreCreditAccount
Represenation a customers store credit account
type StoreCreditAccount {
balance: Float
currency: Currency
}
Fields
balance ● Float
The balance of the store credit account
currency ● Currency
The currency in which the balance is displayed
Example
{
"currency": {
"code": "USD",
"rate": 11.355,
"prefix": "$"
}
}