GetItPayments class

Getit Payments is a src gateway for businesses

Constructors

GetItPayments()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay({required PaymentTransaction paymentTransaction, required BuildContext context}) Future<ServerResponse>
removePemHeaderAndFooter(String pem) String
startTransaction({required double amountToPay, required String currency, required BuildContext context}) Future<ServerResponse?>
launch the card page to get card information. ONLY If status = OK and message= APPROVED then the money was transfered
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

initialize({required String companyID, required String publicKeySTRING, required bool setTestMode}) → dynamic
initialize the pluging by entering your id and public key. For 'publicKey' enter the entire key, even -----BEGIN RSA PUBLIC KEY-----