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