SubMerchantInfo class abstract
SubMerchantInfo
Properties:
- address - Required for transactions performed by registered payment facilitators. The sub-merchant's address.
- amount - Required for transactions performed by registered payment facilitators. The amount of the payment corresponding to each sub-merchant. This value will be different than the request amount if shopper is purchasing items at different sub-merchants' shops.
- email - Required for transactions performed by registered payment facilitators. The email associated with the sub-merchant's account.
- id - 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
- mcc - Required for transactions performed by registered payment facilitators. The sub-merchant's 4-digit Merchant Category Code (MCC). * Format: Numeric * Fixed length: 4 digits
- name_ - 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
- phoneNumber - Required for transactions performed by registered payment facilitators. The phone number associated with the sub-merchant's account.
- registeredSince
- taxId - 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
- url - Required for transactions performed by registered payment facilitators. The sub-merchant's URL on the platform, i.e. the sub-merchant's shop.
- Annotations
-
- @BuiltValue.new()
Constructors
- SubMerchantInfo([void updates(SubMerchantInfoBuilder b)])
-
factory
Properties
- address → BillingAddress?
-
Required for transactions performed by registered payment facilitators. The sub-merchant's address.
no setter
- amount → Amount?
-
Required for transactions performed by registered payment facilitators. The amount of the payment corresponding to each sub-merchant. This value will be different than the request amount if shopper is purchasing items at different sub-merchants' shops.
no setter
- email → String?
-
Required for transactions performed by registered payment facilitators. The email associated with the sub-merchant's account.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → 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
- mcc → 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
- name_ → 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
- phoneNumber → String?
-
Required for transactions performed by registered payment facilitators. The phone number associated with the sub-merchant's account.
no setter
- registeredSince → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taxId → 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
- url → String?
-
Required for transactions performed by registered payment facilitators. The sub-merchant's URL on the platform, i.e. the sub-merchant's shop.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SubMerchantInfoBuilder)) → SubMerchantInfo -
Rebuilds the instance.
inherited
-
toBuilder(
) → SubMerchantInfoBuilder -
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<
SubMerchantInfo> -
no setter