TimePeriod
No description
type TimePeriod {
amount: Int!
type: TimePeriodTypeEnum!
}
Fields
TimePeriod.amount ● Int! non-null scalar
The length of the period.
TimePeriod.type ● TimePeriodTypeEnum! non-null enum
The type of the period.
Member of
GiftCardSettings object
Was this page helpful?