Apollopay class

Constructors

Apollopay({required String applicationToken, required String apiUrl, required String apiVersion, required String clientPublicKey, required String clientPrivateKey})

Properties

apiUrl String
final
apiVersion String
final
applicationToken String
final
cardsService ↔ CardsService
latefinal
clientPrivateKey String
final
clientPublicKey String
final
customersService ↔ CustomersService
latefinal
hashCode int
The hash code for this object.
no setterinherited
invoicesService ↔ InvoicesService
latefinal
pricesService ↔ PricesService
latefinal
productsService ↔ ProductsService
latefinal
ratesService ↔ RatesService
latefinal
refundsService ↔ RefundsService
latefinal
reportsService ↔ ReportsService
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionsService ↔ TransactionsService
latefinal
walletsService ↔ WalletsService
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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