Record
gift-card-account-data-gift-card-account-interface
No description available.
record gift-card-account-data-gift-card-account-interface {
base-gift-cards-amount: f64,
base-gift-cards-amount-used: f64,
extension-attributes: option<gift-card-account-data-gift-card-account-extension-interface>,
gift-cards: list<string>,
gift-cards-amount: f64,
gift-cards-amount-used: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| base-gift-cards-amount | f64 | |
| base-gift-cards-amount-used | f64 | |
| extension-attributes | option<gift-card-account-data-gift-card-account-extension-interface> | |
| gift-cards | list<string> | |
| gift-cards-amount | f64 | |
| gift-cards-amount-used | f64 |