UNPKG

@adyen/api-library

Version:

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

42 lines 1.23 kB
"use strict"; /* * 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.CreateMerchantApiCredentialRequest = void 0; class CreateMerchantApiCredentialRequest { static getAttributeTypeMap() { return CreateMerchantApiCredentialRequest.attributeTypeMap; } constructor() { } } exports.CreateMerchantApiCredentialRequest = CreateMerchantApiCredentialRequest; CreateMerchantApiCredentialRequest.discriminator = undefined; CreateMerchantApiCredentialRequest.mapping = undefined; CreateMerchantApiCredentialRequest.attributeTypeMap = [ { "name": "allowedOrigins", "baseName": "allowedOrigins", "type": "Array<string>", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "roles", "baseName": "roles", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=createMerchantApiCredentialRequest.js.map