KhipuPayment class

Constructors

KhipuPayment()

Properties

encryptData EncryptData
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPaymentId({required String id, required String secret, required String subject, required String amount, required String currency, String? email}) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validateEmail(String email) bool
validateFields(String id, String secret, String subject, String amount, String currency, String? email) → void

Operators

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