InventoryCancelPolicy
Represents a cancel policy object.
type InventoryCancelPolicy {
  refundable: Boolean!
  cancelPenalties: [InventoryCancelPenalty]
}
Fields
InventoryCancelPolicy.refundable ● Boolean! non-null scalar
Indicates if the rate is refundable.
InventoryCancelPolicy.cancelPenalties ● [InventoryCancelPenalty] list object
List of penalties applicable for the rate. See CancelPenalty.
Member Of
InventoryCancelPoliciesRate  object ● InventoryCancelPolicyByDate  object