MerchantData class abstract

MerchantData

Properties:

  • acquirerId - The unique identifier of the merchant's acquirer.
  • mcc - The merchant category code.
  • merchantId - The unique identifier of the merchant.
  • nameLocation - Contains the name and location of the merchant.
  • postalCode - The postal code of the merchant.
Annotations
  • @BuiltValue.new()

Constructors

MerchantData([void updates(MerchantDataBuilder b)])
factory

Properties

acquirerId String?
The unique identifier of the merchant's acquirer.
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
nameLocation NameLocation?
Contains the name and location of the merchant.
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(MerchantDataBuilder)) MerchantData
Rebuilds the instance.
inherited
toBuilder() MerchantDataBuilder
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<MerchantData>
no setter