SubMerchant class abstract
SubMerchant
Properties:
- city - The city of the sub-merchant's address. * Format: Alphanumeric * Maximum length: 13 characters
- country - The three-letter country code of the sub-merchant's address. For example, BRA for Brazil. * Format: ISO 3166-1 alpha-3 * Fixed length: 3 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
- taxId - The tax ID of the sub-merchant. * Format: Numeric * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ
- Annotations
-
- @BuiltValue.new()
Constructors
- SubMerchant([void updates(SubMerchantBuilder b)])
-
factory
Properties
- city → String?
-
The city of the sub-merchant's address. * Format: Alphanumeric * Maximum length: 13 characters
no setter
- country → String?
-
The three-letter country code of the sub-merchant's address. For example, BRA for Brazil. * Format: ISO 3166-1 alpha-3 * Fixed length: 3 characters
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- taxId → String?
-
The tax ID of the sub-merchant. * Format: Numeric * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SubMerchantBuilder)) → SubMerchant -
Rebuilds the instance.
inherited
-
toBuilder(
) → SubMerchantBuilder -
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<
SubMerchant> -
no setter