@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.24 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.LoyaltyResult = void 0;
/**
* Data related to the result of a processed loyalty transaction. In the Message Response, the result of each loyalty brand transaction.
*/
class LoyaltyResult {
static getAttributeTypeMap() {
return LoyaltyResult.attributeTypeMap;
}
constructor() {
}
}
exports.LoyaltyResult = LoyaltyResult;
LoyaltyResult.discriminator = undefined;
LoyaltyResult.mapping = undefined;
LoyaltyResult.attributeTypeMap = [
{
"name": "LoyaltyAccount",
"baseName": "LoyaltyAccount",
"type": "LoyaltyAccount",
"format": ""
},
{
"name": "CurrentBalance",
"baseName": "CurrentBalance",
"type": "number",
"format": ""
},
{
"name": "LoyaltyAcquirerData",
"baseName": "LoyaltyAcquirerData",
"type": "LoyaltyAcquirerData | null",
"format": ""
}
];
//# sourceMappingURL=loyaltyResult.js.map