GraphQL GraphQL INPUT_OBJECT
Input for an update of a subscription quote.
input UpdateSubscriptionQuoteInput {# ID of the renewal quote.id: Int!# Coupon codes to be applied to the quote.couponCodes: [String]# Date of the expiration.expirationDate: DateTime# Is the quote active.isActive: Boolean# Note to the quote for internal usage.note: String}