Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 835 Bytes

PaymentMethodCardRequest.md

File metadata and controls

21 lines (16 loc) · 835 Bytes

conekta.model.PaymentMethodCardRequest

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
type String Type of payment method
cvc String Card security code
expMonth String Card expiration month
expYear String Card expiration year
name String Cardholder name
number String Card number
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]