@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
39 lines • 1.11 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.LoyaltyAccount = void 0;
/**
* This data structure conveys the identification of the account and the associated loyalty brand. Data related to a loyalty account processed in the transaction.
*/
class LoyaltyAccount {
static getAttributeTypeMap() {
return LoyaltyAccount.attributeTypeMap;
}
constructor() {
}
}
exports.LoyaltyAccount = LoyaltyAccount;
LoyaltyAccount.discriminator = undefined;
LoyaltyAccount.mapping = undefined;
LoyaltyAccount.attributeTypeMap = [
{
"name": "LoyaltyAccountID",
"baseName": "LoyaltyAccountID",
"type": "LoyaltyAccountID",
"format": ""
},
{
"name": "LoyaltyBrand",
"baseName": "LoyaltyBrand",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=loyaltyAccount.js.map