Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.3 KB

PaymentMethodCard.md

File metadata and controls

28 lines (23 loc) · 1.3 KB

conekta.model.PaymentMethodCard

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
type String [optional]
object String
accountType String Account type of the card [optional]
authCode String [optional]
brand String Brand of the card [optional]
contractId String Id sent for recurrent charges. [optional]
country String Country of the card [optional]
expMonth String Expiration month of the card [optional]
expYear String Expiration year of the card [optional]
fraudIndicators BuiltList<JsonObject> [optional]
issuer String Issuer of the card [optional]
last4 String Last 4 digits of the card [optional]
name String Name of the cardholder [optional]
customerIpAddress String Optional field used to capture the customer's IP address for fraud prevention and security monitoring purposes [optional]

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