MerchantDetails class abstract
MerchantDetails
Properties:
- countryCode - 2-letter ISO 3166 country code of the card acceptor location. > This parameter is required for the merchants who don't use Adyen as the payment authorisation gateway.
- enrolledIn3DSecure - If true, indicates that the merchant is enrolled in 3D Secure for the card network.
- mcc - The merchant category code (MCC) is a four-digit number which relates to a particular market segment. This code reflects the predominant activity that is conducted by the merchant. The list of MCCs can be found here.
- Annotations
-
- @BuiltValue.new()
Constructors
- MerchantDetails([void updates(MerchantDetailsBuilder b)])
-
factory
Properties
- countryCode → String?
-
2-letter ISO 3166 country code of the card acceptor location. > This parameter is required for the merchants who don't use Adyen as the payment authorisation gateway.
no setter
- enrolledIn3DSecure → bool?
-
If true, indicates that the merchant is enrolled in 3D Secure for the card network.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mcc → String?
-
The merchant category code (MCC) is a four-digit number which relates to a particular market segment. This code reflects the predominant activity that is conducted by the merchant. The list of MCCs can be found here.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(MerchantDetailsBuilder)) → MerchantDetails -
Rebuilds the instance.
inherited
-
toBuilder(
) → MerchantDetailsBuilder -
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<
MerchantDetails> -
no setter