PaymentRequest class

Constructors

PaymentRequest()

Properties

amount num?
getter/setter pair
authority String?
getter/setter pair
callBackURL String?
getter/setter pair
description String?
getter/setter pair
email String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSandBox bool
getter/setter pair
isZarinGateEnable bool
getter/setter pair
merchantID String?
getter/setter pair
mobile String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAmount() num?
getAuthority() String?
getCallBackURL() String?
getDescription() String?
getEmail() String
getIsZarinGateEnable() bool
getMerchantID() String?
getMobile() String
getPaymentRequestURL() String
getStartPaymentGatewayURL(String? authority) String
getVerificationPaymentURL() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAmount(num amount) → dynamic
setAuthority(String? authority) → void
setCallbackURL(String callBackURL) → dynamic
setDescription(String description) → dynamic
setEmail(String email) → dynamic
setIsSandBox(bool isSandBox) → dynamic
setIsZarinGateEnable(bool zarinGateEnable) → dynamic
setMerchantID(String merchantID) → dynamic
setMobile(String mobile) → dynamic
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

paymentGatewayUrl String
final
paymentRequestUrl String
final
verificationPaymentUrl String
final