TransferNotificationMerchantData class abstract
TransferNotificationMerchantData
Properties:
- acquirerId - The unique identifier of the merchant's acquirer.
- city - The city where the merchant is located.
- country - The country where the merchant is located.
- mcc - The merchant category code.
- merchantId - The unique identifier of the merchant.
- name_ - The name of the merchant's shop or service.
- postalCode - The postal code of the merchant.
- Annotations
-
- @BuiltValue.new()
Constructors
- TransferNotificationMerchantData([void updates(TransferNotificationMerchantDataBuilder b)])
-
factory
Properties
- acquirerId → String?
-
The unique identifier of the merchant's acquirer.
no setter
- city → String?
-
The city where the merchant is located.
no setter
- country → String?
-
The country where the merchant is located.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mcc → String?
-
The merchant category code.
no setter
- merchantId → String?
-
The unique identifier of the merchant.
no setter
- name_ → String?
-
The name of the merchant's shop or service.
no setter
- postalCode → String?
-
The postal code of the merchant.
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(TransferNotificationMerchantDataBuilder)) → TransferNotificationMerchantData -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransferNotificationMerchantDataBuilder -
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<
TransferNotificationMerchantData> -
no setter