GiftCard
A gift card with value, code, expiration, and remaining value.
Type Definition
type GiftCard {
value: Float!
code: String!
expires: String!
valueLeft: Float!
}Fields
Relationships
GiftCard is used as a field within the CartPaymentMethod type to represent gift card payment information associated with a cart payment method. It provides details about the gift card being applied, including its current and remaining values.
Example
{
value
code
expires
valueLeft
}Implements
This type does not implement any interfaces.
Related Types
- Float
- String