ANY constant

  1. @BuiltValueEnumConst.new(wireName: r'ANY')
SplitConfigurationRuleCardRegionEnum const ANY

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.

Implementation

@BuiltValueEnumConst(wireName: r'ANY')
static const SplitConfigurationRuleCardRegionEnum ANY = _$splitConfigurationRuleCardRegionEnum_ANY;