Skip to main content

BusinessRuleType

Classification of business rule contexts that determine the domain and application scope for automated decision-making

enum BusinessRuleType {
orderPaymentMethods
orderCarriers
orderIncentives
orderShippingCosts
orderTransactionCosts
}

Values

BusinessRuleType.orderPaymentMethods

Business rules for determining available payment methods based on order value, customer profile, and regional restrictions.

BusinessRuleType.orderCarriers

Business rules for selecting appropriate shipping carriers based on destination, package requirements, and service levels.

BusinessRuleType.orderIncentives

Business rules for applying promotional incentives, discounts, and special offers based on order and customer conditions.

BusinessRuleType.orderShippingCosts

Business rules for calculating shipping costs based on order and customer conditions.

BusinessRuleType.orderTransactionCosts

Business rules for calculating transaction costs based on order and customer conditions.

Member Of

BusinessRule object ● BusinessRuleCreateInput input ● BusinessRuleSearchInput input