wallee
Version:
TypeScript/JavaScript client for wallee
63 lines (62 loc) • 1.64 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthenticatedCardDataCreate = void 0;
class AuthenticatedCardDataCreate {
static getAttributeTypeMap() {
return AuthenticatedCardDataCreate.attributeTypeMap;
}
}
exports.AuthenticatedCardDataCreate = AuthenticatedCardDataCreate;
AuthenticatedCardDataCreate.discriminator = undefined;
AuthenticatedCardDataCreate.attributeTypeMap = [
{
"name": "cardHolderName",
"baseName": "cardHolderName",
"type": "string"
},
{
"name": "cardVerificationCode",
"baseName": "cardVerificationCode",
"type": "string"
},
{
"name": "cardholderAuthentication",
"baseName": "cardholderAuthentication",
"type": "CardholderAuthenticationCreate"
},
{
"name": "cryptogram",
"baseName": "cryptogram",
"type": "CardCryptogramCreate"
},
{
"name": "expiryDate",
"baseName": "expiryDate",
"type": "string"
},
{
"name": "panType",
"baseName": "panType",
"type": "PanType"
},
{
"name": "primaryAccountNumber",
"baseName": "primaryAccountNumber",
"type": "string"
},
{
"name": "recurringIndicator",
"baseName": "recurringIndicator",
"type": "RecurringIndicator"
},
{
"name": "schemeTransactionReference",
"baseName": "schemeTransactionReference",
"type": "string"
},
{
"name": "tokenRequestorId",
"baseName": "tokenRequestorId",
"type": "string"
}
];