Skip to main content

GiftCardDefinition

Representation of a giftcart

type GiftCardDefinition {
id: Int!
value: Float!
currency: Currency!
}

Fields

id ● Int!

The id of the giftcard

value ● Float!

The value of the giftcard

currency ● Currency!

The currency of the giftcard

Example

{
"currency": {
"code": "USD",
"rate": 11.355,
"prefix": "$"
}
}