PaymentController class

Constructors

PaymentController(String public_key, String private_key, String secret_key, String merchant_key)

Properties

apiClient ApiClient
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchant_key String
getter/setter pair
private_key String
getter/setter pair
public_key String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret_key String
getter/setter pair

Methods

getTransaction(String transaction_id) Future
getTransactionById(String transaction_id) Future
initPayment(String public_key, int amount, bool sandbox, String currency, String company_name, String template, String color, String logo_url) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePayment(dynamic map) Future

Operators

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