PaylinkInvoice class

Constructors

PaylinkInvoice({required PaylinkGatewayOrderRequest gatewayOrderRequest, required double amount, required String transactionNo, required String orderStatus, dynamic paymentErrors, required String url, required String qrUrl, required String mobileUrl, required String checkUrl, required bool success, required bool digitalOrder, dynamic foreignCurrencyRate, dynamic paymentReceipt, dynamic metadata})
PaylinkInvoice.fromResponseData(Map<String, dynamic> data)
factory

Properties

amount double
final
checkUrl String
final
digitalOrder bool
final
foreignCurrencyRate → dynamic
final
gatewayOrderRequest PaylinkGatewayOrderRequest
final
hashCode int
The hash code for this object.
no setterinherited
metadata → dynamic
final
mobileUrl String
final
orderStatus String
final
paymentErrors → dynamic
final
paymentReceipt → dynamic
final
qrUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
final
transactionNo String
final
url String
final

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