GraphQL INPUT_OBJECT

UpdateRenewalQuoteInput

Input for an update of a renewal quote.

link Definition

  • 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
  • }

link Required by