Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 971 Bytes

TokenCard.md

File metadata and controls

20 lines (15 loc) · 971 Bytes

conekta.model.TokenCard

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
cvc String It is a value that allows identifying the security code of the card.
deviceFingerprint String It is a value that allows identifying the device fingerprint. [optional]
expMonth String It is a value that allows identifying the expiration month of the card.
expYear String It is a value that allows identifying the expiration year of the card.
name String It is a value that allows identifying the name of the cardholder.
number String It is a value that allows identifying the number of the card.

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