GraphQL INPUT_OBJECT

RefundPolicySettingsInput

link Definition

  • input RefundPolicySettingsInput {
  • # Type of the refund policy
  • refundPolicyTypeId: RefundPolicyTypeEnum!
  • # Days in which the refund is allowed.
  • daysForRefund: Int
  • }