Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.35 KB

CheckoutRequest.md

File metadata and controls

25 lines (20 loc) · 1.35 KB

conekta.model.CheckoutRequest

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
allowedPaymentMethods BuiltList<String> Are the payment methods available for this link
expiresAt int Unix timestamp of checkout expiration [optional]
failureUrl String Redirection url back to the site in case of failed payment, applies only to HostedPayment. [optional]
monthlyInstallmentsEnabled bool [optional]
monthlyInstallmentsOptions BuiltList<int> [optional]
maxFailedRetries int Number of retries allowed before the checkout is marked as failed [optional]
name String Reason for payment [optional]
onDemandEnabled bool [optional]
redirectionTime int number of seconds to wait before redirecting to the success_url [optional]
successUrl String Redirection url back to the site in case of successful payment, applies only to HostedPayment [optional]
type String This field represents the type of checkout [optional]

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