PaymentValidateResponse class
gw_transaction_id : "CYIILVR004" merchant_order_id : 1723107206912441 received_amount : 450.0 currency : "IQD" status : "Success" customer_name : "Testing Team" customer_mobile_number : "+9641000000004" at : "2024-08-08 11:55:17"
Constructors
- PaymentValidateResponse.new({String? gwTransactionId, String? merchantOrderId, double? receivedAmount, String? currency, String? status, String? customerName, String? customerMobileNumber, String? at})
- PaymentValidateResponse.fromJson(dynamic json)
Properties
- at → String?
-
no setter
- currency → String?
-
no setter
- customerMobileNumber → String?
-
no setter
- customerName → String?
-
no setter
- gwTransactionId → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantOrderId → String?
-
no setter
- receivedAmount → double?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
no setter
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