PurchaseInput
No description
input PurchaseInput {
billingDetails: BillingDetailsInput
planName: PlanName!
promotionCode: String
renewalType: PlanRenewalType!
seats: Int!
}
No description
input PurchaseInput {
billingDetails: BillingDetailsInput
planName: PlanName!
promotionCode: String
renewalType: PlanRenewalType!
seats: Int!
}
billingDetails
(BillingDetailsInput
)planName
(PlanName!
)promotionCode
(String
)renewalType
(PlanRenewalType!
)seats
(Int!
)