import 'package:conekta/api.dart';
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] |