CheckoutPayment class
Constructors
-
CheckoutPayment({bool? failure, String? message, String? redirectUrl, String? thankyouUrl, String? method, String? storeCode, String? channelCode, String? checkoutUrl, String? channelName, String? reqChannelCode, PaymentParameter? parameter, PaymentPageType? type, PaymentVybeResult? vybeResult, PurchasePaymentMethod? webviewPaymentMethod})
-
-
CheckoutPayment.fromJson(Map json)
-
factory
Methods
-
copyWith({bool? failure, String? message, String? redirectUrl, String? thankyouUrl, String? method, String? storeCode, String? channelCode, String? checkoutUrl, String? channelName, String? reqChannelCode, PaymentParameter? parameter, PaymentPageType? type, PaymentVybeResult? vybeResult})
→ CheckoutPayment
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited