AdditionalDataSubMerchant class abstract

AdditionalDataSubMerchant

Properties:

Annotations
  • @BuiltValue.new()

Constructors

AdditionalDataSubMerchant([void updates(AdditionalDataSubMerchantBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subMerchantPeriodNumberOfSubSellers String?
Required for transactions performed by registered payment facilitators. Indicates the number of sub-merchants contained in the request. For example, 3.
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodCity String?
Required for transactions performed by registered payment facilitators. The city of the sub-merchant's address. * Format: Alphanumeric * Maximum length: 13 characters
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodCountry String?
Required for transactions performed by registered payment facilitators. 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
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodEmail String?
Required for transactions performed by registered payment facilitators. The email address of the sub-merchant. * Format: Alphanumeric * Maximum length: 40 characters
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodId String?
Required for transactions performed by registered payment facilitators. 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
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodMcc String?
Required for transactions performed by registered payment facilitators. The sub-merchant's 4-digit Merchant Category Code (MCC). * Format: Numeric * Fixed length: 4 digits
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodName String?
Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement. Exception: for acquirers in Brazil, this value does not overwrite the shopper statement. * Format: Alphanumeric * Maximum length: 22 characters
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodPhoneNumber String?
Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant. * Format: Alphanumeric and special characters * Maximum length: 20 characters
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodPostalCode String?
Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes. * Format: Numeric * Fixed length: 8 digits
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodState String?
Required for transactions performed by registered payment facilitators. The state code of the sub-merchant's address, if applicable to the country. * Format: Alphanumeric * Maximum length: 2 characters
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodStreet String?
Required for transactions performed by registered payment facilitators. The street name and house number of the sub-merchant's address. * Format: Alphanumeric * Maximum length: 60 characters
no setter
subMerchantPeriodSubSellerLeftSquareBracketSubSellerNrRightSquareBracketPeriodTaxId String?
Required for transactions performed by registered payment facilitators. 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(AdditionalDataSubMerchantBuilder)) AdditionalDataSubMerchant
Rebuilds the instance.
inherited
toBuilder() AdditionalDataSubMerchantBuilder
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<AdditionalDataSubMerchant>
no setter