UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

39 lines 1.23 kB
"use strict"; /* * 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.LoyaltyData = void 0; /** * In the Payment, Loyalty or Balance Inquiry Request message, it allows the Sale Terminal to send the identification of the loyalty account or an awarded amount or an amount to redeem to the loyalty account. Data related to a Loyalty program or account. */ class LoyaltyData { static getAttributeTypeMap() { return LoyaltyData.attributeTypeMap; } constructor() { } } exports.LoyaltyData = LoyaltyData; LoyaltyData.discriminator = undefined; LoyaltyData.mapping = undefined; LoyaltyData.attributeTypeMap = [ { "name": "CardAcquisitionReference", "baseName": "CardAcquisitionReference", "type": "TransactionIDType | null", "format": "" }, { "name": "LoyaltyAccountID", "baseName": "LoyaltyAccountID", "type": "LoyaltyAccountID | null", "format": "" } ]; //# sourceMappingURL=loyaltyData.js.map