Routes class

Holds all routes required

Constructors

Routes()

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

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

Constants

accountbalance → const String
Account balance endpoint
b2b → const String
Business to Business(B2B) endpoint
b2c → const String
Business to Consumer(B2C) endpoint
c2bregister → const String
Customer to Business(C2B) register endpoint
c2bsimulate → const String
Customer to Business(C2B) simulate endpoint
oauth → const String
OAuth endpoint
production → const String
Production environment base url
reversal → const String
Reversal endpoint
sandbox → const String
Sandbox environment base url
stkpush → const String
Stk push endpoint
stkquery → const String
Stk query endpoint
transactionstatus → const String
Transaction status endpoint