PaymentReq class

Constructors

PaymentReq({required String upiIntentRequestUrl, required String paymentRequestUrl, required String cardInfoRequestUrl, required String returnUrl, required dynamic orderId, String currency = 'INR', String mode = 'LIVE', required dynamic amount, required String name, required dynamic phone, required String email, required String description, required String city, required String state, required String country, required dynamic zipCode, String? addressLine1 = "none", String? addressLine2 = "none", String? udf1 = "none", String? udf2 = "none", String? udf3 = "none", String? udf4 = "none", String? udf5 = "none"})

Properties

addressLine1 String?
getter/setter pair
addressLine2 String?
getter/setter pair
amount ↔ dynamic
getter/setter pair
cardInfoRequestUrl String
getter/setter pair
city String
getter/setter pair
country String
getter/setter pair
currency String
getter/setter pair
description String
getter/setter pair
email String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode String
getter/setter pair
name String
getter/setter pair
orderId ↔ dynamic
getter/setter pair
paymentRequestUrl String
getter/setter pair
phone ↔ dynamic
getter/setter pair
returnUrl String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
getter/setter pair
udf1 String?
getter/setter pair
udf2 String?
getter/setter pair
udf3 String?
getter/setter pair
udf4 String?
getter/setter pair
udf5 String?
getter/setter pair
upiIntentRequestUrl String
getter/setter pair
zipCode ↔ dynamic
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