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