GraphQL INPUT_OBJECT
CreateSubscriptionInput
Input for created subscription.
link Definition
- input CreateSubscriptionInput {
- # Next billing date and time.
- : DateTime
- # Unique ID of the customer.
- : Int!
- # Renewal type of the subscription.
- : SubscriptionRenewalTypeEnum
- # Two-character ID of the customer's country based on the IP address. See ISO
- # 3166-1 alpha-2.
- : String
- # Status of the subscription.
- : SubscriptionStatusEnum
- # List of subscription items.
- : [CreateSubscriptionItemInput]!
- # List of x-parameters used in the subscription.
- : [ExtraParameterInput]
- }