LiteCheckout class
Constructors
- LiteCheckout.new(String baseUrlTonder, String apiKeyTonder)
Properties
- apiKeyTonder ↔ String
-
getter/setter pair
- baseUrlTonder ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signal ↔ SignalException
-
getter/setter pair
Methods
-
createOrder(
CreateOrderRequest order) → Future< CreateOrderResponse> -
createPayment(
CreatePaymentRequest paymentItems) → Future< CreatePaymentResponse> -
customerRegister(
String email) → Future< CustomerRegisterResponse> -
deleteCustomerCard(
{required String customerToken, String skyflowId = ''}) → Future< GetCustomerCardsResponse> -
getBusiness(
) → Future< GetBusinessResponse> -
getCustomerCards(
String customerToken, String query) → Future< GetCustomerCardsResponse> -
getOpenpayDeviceSessionID(
OpenpayKeys openpayKeys) → Future< String?> -
getVaultToken(
) → Future< GetVaultTokenResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerCustomerCard(
String customerToken, RegisterCustomerCardRequest data) → Future< RegisterCustomerCardResponse> -
startCheckoutRouter(
StartCheckoutRequest routerData) → Future< StartCheckoutResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited