LibraryApi class

Constructors

LibraryApi(Stage stage, String apiKey, String requestHashKey)
factory

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

getAuthenticationStatus(String authToken) Future<ResponseDto<GetAuthenticationStatusResponseDto>>
getAuthToken(String username, String password) Future<GetAuthTokenResponseDto>
getAuthView(String paymentNumber, String? firstName, String? lastName, int? expirationMonth, int? expirationYear, String authToken) Future<ResponseDto<GetAuthViewResponseDto>>
getTransactionSessionInfo(String authToken) Future<ResponseDto<TransactionSessionInfoResponseDto>>
initTransactionSession(int customerId, String successUrl, String failureUrl, double paidAmount, String transactionReference, String authToken) Future<ResponseDto<TransactionSessionResponseDto>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(String paymentNumber, String securityCode, String? firstName, String? lastName, int? expirationMonth, int? expirationYear, bool shouldSavePaymentMethod, String authToken) Future<ResponseDto<PayResponseDto>>
toString() String
A string representation of this object.
inherited

Operators

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