ApplePayPaymentResponseSource class
The response source from UplinesPay API for the Apple Pay payment.
Constructors
- ApplePayPaymentResponseSource.new({required String number, required String gatewayId, String? referenceNumber, String? message})
-
ApplePayPaymentResponseSource.fromJson(Map<
String, dynamic> json)
Properties
- gatewayId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
getter/setter pair
- number → String
-
The number is masked.
For example,
"XXXX-XXXX-XXXX-1115"
final - referenceNumber ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ PaymentType
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited