GraphQL GraphQL INPUT_OBJECT
CreateSubscriptionQuoteInput
Input for create a subscription quote.
link Definition
- input CreateSubscriptionQuoteInput {
- # ID of the subscription.
- Int! :
- # Coupon codes for promotions applied to the renewal quote.
- String] : [
- # List of products and pricing items.
- SubscriptionQuoteItemInputGraphType]! : [
- # Note to the subscription quote for internal usage.
- String :
- }