wallee
Version:
TypeScript/JavaScript client for wallee
33 lines (32 loc) • 857 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenizedCardData = void 0;
class TokenizedCardData {
static getAttributeTypeMap() {
return TokenizedCardData.attributeTypeMap;
}
}
exports.TokenizedCardData = TokenizedCardData;
TokenizedCardData.discriminator = undefined;
TokenizedCardData.attributeTypeMap = [
{
"name": "cryptogram",
"baseName": "cryptogram",
"type": "CardCryptogram"
},
{
"name": "initialRecurringTransaction",
"baseName": "initialRecurringTransaction",
"type": "boolean"
},
{
"name": "recurringIndicator",
"baseName": "recurringIndicator",
"type": "RecurringIndicator"
},
{
"name": "tokenRequestorId",
"baseName": "tokenRequestorId",
"type": "string"
}
];