GraphQL OBJECT

RefundPolicySettings

link Definition

  • type RefundPolicySettings {
  • # Type of the refund policy
  • refundPolicyType: RefundPolicyType!
  • # Days in which the refund is allowed.
  • daysForRefund: Int
  • }