SubMerchantData class abstract

SubMerchantData

Properties:

  • email - The email associated with the sub-merchant's account.
  • id - A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. * Format: Alphanumeric * Maximum length: 15 characters
  • mcc - The sub-merchant's 4-digit Merchant Category Code (MCC). * Format: Numeric * Fixed length: 4 digits
  • name_ - The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. * Format: Alphanumeric * Maximum length: 22 characters
Annotations
  • @BuiltValue.new()

Constructors

SubMerchantData([void updates(SubMerchantDataBuilder b)])
factory

Properties

email String
The email associated with the sub-merchant's account.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. * Format: Alphanumeric * Maximum length: 15 characters
no setter
mcc String
The sub-merchant's 4-digit Merchant Category Code (MCC). * Format: Numeric * Fixed length: 4 digits
no setter
name_ String
The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. * Format: Alphanumeric * Maximum length: 22 characters
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(SubMerchantDataBuilder)) SubMerchantData
Rebuilds the instance.
inherited
toBuilder() SubMerchantDataBuilder
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<SubMerchantData>
no setter