MerchantAcquirerPair class abstract
MerchantAcquirerPair
Properties:
- acquirerId - The acquirer ID.
- merchantId - The merchant identification number (MID).
- Annotations
-
- @BuiltValue.new()
Constructors
- MerchantAcquirerPair([void updates(MerchantAcquirerPairBuilder b)])
-
factory
Properties
- acquirerId → String?
-
The acquirer ID.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantId → String?
-
The merchant identification number (MID).
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(MerchantAcquirerPairBuilder)) → MerchantAcquirerPair -
Rebuilds the instance.
inherited
-
toBuilder(
) → MerchantAcquirerPairBuilder -
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<
MerchantAcquirerPair> -
no setter