TimePeriod
No description
type TimePeriod {
amount: Int!
type: TimePeriodTypeEnum!
}
Fields
TimePeriod.amount
● Int!
non-null scalar miscellaneous
The length of the period.
TimePeriod.type
● TimePeriodTypeEnum!
non-null enum miscellaneous
The type of the period.
Member Of
GiftCardSettings
object