InitiatePaymentResponse class
Constructors
- InitiatePaymentResponse({required String status, required String? paymentId, String? qr, required String message})
- InitiatePaymentResponse.fromJson(String source)
-
factory
-
InitiatePaymentResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
Methods
-
copyWith(
{String? status, String? paymentId, String? qr, String? message}) → InitiatePaymentResponse -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant InitiatePaymentResponse other) → bool -
The equality operator.
override