@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
48 lines • 1.2 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.PaymentsAppDto = void 0;
class PaymentsAppDto {
static getAttributeTypeMap() {
return PaymentsAppDto.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentsAppDto = PaymentsAppDto;
PaymentsAppDto.discriminator = undefined;
PaymentsAppDto.mapping = undefined;
PaymentsAppDto.attributeTypeMap = [
{
"name": "installationId",
"baseName": "installationId",
"type": "string",
"format": ""
},
{
"name": "merchantAccountCode",
"baseName": "merchantAccountCode",
"type": "string",
"format": ""
},
{
"name": "merchantStoreCode",
"baseName": "merchantStoreCode",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=paymentsAppDto.js.map