PassMtxPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PassMtxPlatform
Implementers

Constructors

PassMtxPlatform()
Constructs a PassMtxPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteCard(String userId, String cardRef) Future<String?>
enquery(String orderId) Future<String?>
getCard(String userId) Future<String?>
getPassPing() Future<String?>
getPassVersion() Future<String?>
getPlatformVersion() Future<String?>
init(String appId, String clientId, String privatePem, String publicPem) Future<String?>
initProd(String appId, String clientId, String privatePem, String publicPem) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderCancel(String userId, String orderId) Future<String?>
orderConfirm(String userId, String orderId, String confirmMethod, String confirmResult, String payToken, String expDate) Future<String?>
orderEnquery(String userId, String orderId) Future<String?>
passGetQr(String userId, String orderId, String payToken, String expDate, String ttl) Future<String?>
purchase(String userId, String orderId, String paymentToken, String expDate, String paymentAmount, String dbRefNo, String description) Future<String?>
saveCard(String userId, String szPan, String cvv, String expDate, String cardHolderName) Future<String?>
setDefaultCard(String userId, String cardRef) Future<String?>
toString() String
A string representation of this object.
inherited
verifyCard(String userId, String verificationMethod, String verificationValue) Future<String?>

Operators

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

Static Properties

instance PassMtxPlatform
The default instance of PassMtxPlatform to use.
getter/setter pair