SplitConfigurationRule class abstract

SplitConfigurationRule

Properties:

  • cardRegion - The card region condition that determines whether the split logic applies to the transaction. > This condition is in pilot phase, and not yet available for all platforms. Possible values: * domestic: The card issuer and the store where the transaction is processed are registered in the same country. * international: The card issuer and the store where the transaction is processed are registered in different countries or regions. Includes all interRegional and intraRegional transactions. * interRegional: The card issuer and the store where the transaction is processed are registered in different regions. * intraRegional: The card issuer and the store where the transaction is processed are registered in different countries, but in the same region. * ANY: Applies to all transactions, regardless of the processing and issuing country/region.
  • currency - The currency condition that defines whether the split logic applies. Its value must be a three-character ISO currency code.
  • fundingSource - The funding source of the payment method. Possible values: * credit * debit * prepaid * deferred_debit * charged * ANY
  • paymentMethod - The payment method condition that defines whether the split logic applies. Possible values: * Payment method variant: Apply the split logic for a specific payment method. * ANY: Apply the split logic for all available payment methods.
  • ruleId - The unique identifier of the split configuration rule.
  • shopperInteraction - The sales channel condition that defines whether the split logic applies. Possible values: * Ecommerce: Online transactions where the cardholder is present. * ContAuth: Card on file and/or subscription transactions, where the cardholder is known to the merchant (returning customer). * Moto: Mail-order and telephone-order transactions where the customer is in contact with the merchant via email or telephone. * POS: Point-of-sale transactions where the customer is physically present to make a payment using a secure payment terminal. * ANY: All sales channels.
  • splitLogic - Contains the split logic that is applied if the rule conditions are met.
Annotations
  • @BuiltValue.new()

Constructors

SplitConfigurationRule([void updates(SplitConfigurationRuleBuilder b)])
factory

Properties

cardRegion SplitConfigurationRuleCardRegionEnum?
The card region condition that determines whether the split logic applies to the transaction. > This condition is in pilot phase, and not yet available for all platforms. Possible values: * domestic: The card issuer and the store where the transaction is processed are registered in the same country. * international: The card issuer and the store where the transaction is processed are registered in different countries or regions. Includes all interRegional and intraRegional transactions. * interRegional: The card issuer and the store where the transaction is processed are registered in different regions. * intraRegional: The card issuer and the store where the transaction is processed are registered in different countries, but in the same region. * ANY: Applies to all transactions, regardless of the processing and issuing country/region.
no setter
currency String
The currency condition that defines whether the split logic applies. Its value must be a three-character ISO currency code.
no setter
fundingSource SplitConfigurationRuleFundingSourceEnum
The funding source of the payment method. Possible values: * credit * debit * prepaid * deferred_debit * charged * ANY
no setter
hashCode int
The hash code for this object.
no setterinherited
paymentMethod String
The payment method condition that defines whether the split logic applies. Possible values: * Payment method variant: Apply the split logic for a specific payment method. * ANY: Apply the split logic for all available payment methods.
no setter
ruleId String?
The unique identifier of the split configuration rule.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopperInteraction SplitConfigurationRuleShopperInteractionEnum
The sales channel condition that defines whether the split logic applies. Possible values: * Ecommerce: Online transactions where the cardholder is present. * ContAuth: Card on file and/or subscription transactions, where the cardholder is known to the merchant (returning customer). * Moto: Mail-order and telephone-order transactions where the customer is in contact with the merchant via email or telephone. * POS: Point-of-sale transactions where the customer is physically present to make a payment using a secure payment terminal. * ANY: All sales channels.
no setter
splitLogic SplitConfigurationLogic
Contains the split logic that is applied if the rule conditions are met.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SplitConfigurationRuleBuilder)) SplitConfigurationRule
Rebuilds the instance.
inherited
toBuilder() SplitConfigurationRuleBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<SplitConfigurationRule>
no setter