@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
51 lines • 1.17 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.Store = void 0;
class Store {
static getAttributeTypeMap() {
return Store.attributeTypeMap;
}
}
exports.Store = Store;
Store.discriminator = undefined;
Store.attributeTypeMap = [
{
"name": "address",
"baseName": "address",
"type": "Address | null"
},
{
"name": "description",
"baseName": "description",
"type": "string"
},
{
"name": "inStoreTerminals",
"baseName": "inStoreTerminals",
"type": "Array<string>"
},
{
"name": "merchantAccountCode",
"baseName": "merchantAccountCode",
"type": "string"
},
{
"name": "status",
"baseName": "status",
"type": "string"
},
{
"name": "store",
"baseName": "store",
"type": "string"
}
];
//# sourceMappingURL=store.js.map