PaymentRequest class

Constructors

PaymentRequest({required int orderId, required int paymentAmountRial, String userFullName = '', String userPhone = '', String userMail = '', String paymentDescription = '', required String callBackUrl})

Properties

callBackUrl String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orderId int
getter/setter pair
paymentAmountRial int
getter/setter pair
paymentDescription String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userFullName String
getter/setter pair
userMail String
getter/setter pair
userPhone String
getter/setter pair

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited