@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
36 lines • 1.02 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.LoyaltyAccountReq = void 0;
class LoyaltyAccountReq {
static getAttributeTypeMap() {
return LoyaltyAccountReq.attributeTypeMap;
}
constructor() {
}
}
exports.LoyaltyAccountReq = LoyaltyAccountReq;
LoyaltyAccountReq.discriminator = undefined;
LoyaltyAccountReq.mapping = undefined;
LoyaltyAccountReq.attributeTypeMap = [
{
"name": "CardAcquisitionReference",
"baseName": "CardAcquisitionReference",
"type": "TransactionIDType | null",
"format": ""
},
{
"name": "LoyaltyAccountID",
"baseName": "LoyaltyAccountID",
"type": "LoyaltyAccountID | null",
"format": ""
}
];
//# sourceMappingURL=loyaltyAccountReq.js.map