@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
75 lines • 2.04 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.StoredValueData = void 0;
/**
* It contains: - the identification of the stored value accounts or the stored value cards, if provided by the Sale System, and - the associated products sold by the Sale System. Data related to the stored value card.
*/
class StoredValueData {
static getAttributeTypeMap() {
return StoredValueData.attributeTypeMap;
}
constructor() {
}
}
exports.StoredValueData = StoredValueData;
StoredValueData.discriminator = undefined;
StoredValueData.mapping = undefined;
StoredValueData.attributeTypeMap = [
{
"name": "StoredValueProvider",
"baseName": "StoredValueProvider",
"type": "string",
"format": ""
},
{
"name": "StoredValueTransactionType",
"baseName": "StoredValueTransactionType",
"type": "StoredValueTransactionType",
"format": ""
},
{
"name": "StoredValueAccountID",
"baseName": "StoredValueAccountID",
"type": "StoredValueAccountID | null",
"format": ""
},
{
"name": "OriginalPOITransaction",
"baseName": "OriginalPOITransaction",
"type": "OriginalPOITransaction | null",
"format": ""
},
{
"name": "ProductCode",
"baseName": "ProductCode",
"type": "number",
"format": ""
},
{
"name": "EanUpc",
"baseName": "EanUpc",
"type": "number",
"format": ""
},
{
"name": "ItemAmount",
"baseName": "ItemAmount",
"type": "number",
"format": ""
},
{
"name": "Currency",
"baseName": "Currency",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=storedValueData.js.map