Skip to main content

InventoryDerivedCancelPoliciesUpdateInput

Represents cancel policies for a derived rate update request.

input InventoryDerivedCancelPoliciesUpdateInput {
inheritFromBaseRate: Boolean!
baseCancelPolicy: InventoryCancelPolicyInput
cancelPoliciesByDate: [InventoryCancelPolicyByDateInput]
isPartialUpdate: Boolean
}

Fields

InventoryDerivedCancelPoliciesUpdateInput.inheritFromBaseRate ● Boolean! non-null scalar

Indicates whether cancel policies are inherited from the base rate.

InventoryDerivedCancelPoliciesUpdateInput.baseCancelPolicy ● InventoryCancelPolicyInput input

Defines the base cancel policies. Only informative.

InventoryDerivedCancelPoliciesUpdateInput.cancelPoliciesByDate ● [InventoryCancelPolicyByDateInput] list input

Defines a calendar of cancel policies. Only informative.

InventoryDerivedCancelPoliciesUpdateInput.isPartialUpdate ● Boolean scalar

Determines whether to add the new policies (true) or replace the existing ones with the new policies (false).

Member Of

InventoryRateDerivedSetupUpdateInput input