TransactionService class

Constructors

TransactionService()

Properties

chargeEndpointV2 String
final
chargeEndpointV3 String
final
chargeWithTokenEndpointV2 String
final
chargeWithTokenEndpointV3 String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validateChargeEndpointV2 String
final
validateChargeEndpointV3 String
final

Methods

charge(Payload body) Future<ChargeResponse>
chargeWithToken(Map body, Version version) Future<ChargeResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reQuery(int id, Map? body) Future<ReQueryResponse>
saveCardFunction(BankCard card) Future<void>
toString() String
A string representation of this object.
inherited
validateCardCharge(ValidateChargeRequestBody body, Version version) Future<ChargeResponse>

Operators

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

Static Properties

basePathV2 String
final
basePathV3 String
final
instance TransactionService
no setter