@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
42 lines • 1.12 kB
JavaScript
;
/*
* The version of the OpenAPI document: v3
*
*
* 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.CreateAllowedOriginRequest = void 0;
class CreateAllowedOriginRequest {
static getAttributeTypeMap() {
return CreateAllowedOriginRequest.attributeTypeMap;
}
constructor() {
}
}
exports.CreateAllowedOriginRequest = CreateAllowedOriginRequest;
CreateAllowedOriginRequest.discriminator = undefined;
CreateAllowedOriginRequest.mapping = undefined;
CreateAllowedOriginRequest.attributeTypeMap = [
{
"name": "_links",
"baseName": "_links",
"type": "Links | null",
"format": ""
},
{
"name": "domain",
"baseName": "domain",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=createAllowedOriginRequest.js.map