TimePeriod Object
No description
type TimePeriod {
amount: Int!
type: TimePeriodTypeEnum!
}
Fields
amount ● Int!
The length of the period.
type ● TimePeriodTypeEnum!
The type of the period.
Member Of
GiftCardSettings object