Skip to main content

InventoryDerivedPaymentPolicies

Payment policies entity for derived rates.

type InventoryDerivedPaymentPolicies {
inheritedCurrency: Currency!
inheritedCommission: Float!
inheritedPriceIsBinding: Boolean!
acceptedPayments: InventoryDerivedAcceptedPayments
}

Fields

InventoryDerivedPaymentPolicies.inheritedCurrency ● Currency! non-null scalar

Currency inherited from the base rate.

InventoryDerivedPaymentPolicies.inheritedCommission ● Float! non-null scalar

Commission inherited from the base rate.

InventoryDerivedPaymentPolicies.inheritedPriceIsBinding ● Boolean! non-null scalar

Indicates whether the inherited prices are binding.

InventoryDerivedPaymentPolicies.acceptedPayments ● InventoryDerivedAcceptedPayments object

Accepted payment methods with inheritance metadata.

Member Of

DerivedRateSetup object