FastpayPaymentRequest class

Constructors

FastpayPaymentRequest.new(String stroreId, String storePassword, String amount, String orderID, String callBackUriIos, String callBackUriAndroid, bool isProduction, dynamic callback(SDKStatus, String, {FastpayPaymentResponse? result})?)

Properties

amount String
final
callback ↔ dynamic Function(SDKStatus, String, {FastpayPaymentResponse? result})?
getter/setter pair
callBackUriAndroid String
final
callBackUriIos String
final
hashCode int
The hash code for this object.
no setterinherited
isProduction bool
final
orderID String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storePassword String
final
stroreId 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