Skip to main content

InventoryCancelPolicyInput

Represents a cancel policy object.

input InventoryCancelPolicyInput {
refundable: Boolean!
cancelPenalties: [InventoryCancelPenaltyInput]
}

Fields

InventoryCancelPolicyInput.refundable ● Boolean! non-null scalar

Indicates if the rate is refundable.

InventoryCancelPolicyInput.cancelPenalties ● [InventoryCancelPenaltyInput] list input

List of penalties applicable for the rate. See CancelPenalty.

Member Of

CancelPoliciesCreateInput input ● CancelPoliciesUpdateInput input ● InventoryCancelPolicyByDateInput input