Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 2.09 KB

TokenResponseCheckout.md

File metadata and controls

37 lines (32 loc) · 2.09 KB

conekta.model.TokenResponseCheckout

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
allowedPaymentMethods BuiltList<String> [optional]
canNotExpire bool Indicates if the checkout can not expire. [optional]
emailsSent int [optional]
excludeCardNetworks BuiltList<String> [optional]
expiresAt int Date and time when the checkout expires. [optional]
failureUrl String URL to redirect the customer to if the payment process fails. [optional]
force3dsFlow bool Indicates if the checkout forces the 3DS flow. [optional]
id String [optional]
livemode bool [optional]
metadata BuiltMap<String, JsonObject> [optional]
monthlyInstallmentsEnabled bool Indicates if the checkout allows monthly installments. [optional]
monthlyInstallmentsOptions BuiltList<int> List of monthly installments options. [optional]
name String [optional]
needsShippingContact bool [optional]
object String Indicates the type of object, in this case checkout. [optional]
onDemandEnabled bool Indicates if the checkout allows on demand payments. [optional]
paidPaymentsCount int Number of payments that have been paid. [optional]
recurrent bool Indicates if the checkout is recurrent. [optional]
smsSent int [optional]
startsAt int Date and time when the checkout starts. [optional]
status String Status of the checkout. [optional]
successUrl String URL to redirect the customer to after the payment process is completed. [optional]
type String Type of checkout. [optional]

[Back to Model list] [Back to API list] [Back to README]