TiptoppaySdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TiptoppaySdkPlatform
Implementers

Constructors

TiptoppaySdkPlatform()
Constructs a TiptoppaySdkPlatform.

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

cardCryptogram(String cardNumber, String cardDate, String cardCVC, String publicId) Future<Cryptogram?>
createHexPacketFromData(String cardNumber, String cardDate, String cardCVC, String publicId, String apiUrl) Future<Cryptogram?>
getPlatformVersion() Future<String?>
isValidExpiryDate(String expiryDate) Future<bool>
isValidNumber(String cardNumber) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show3ds(String acsUrl, String transactionId, String paReq) Future<ThreeDsResponse?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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