@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
66 lines • 1.65 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* 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.TransferNotificationMerchantData = void 0;
class TransferNotificationMerchantData {
static getAttributeTypeMap() {
return TransferNotificationMerchantData.attributeTypeMap;
}
constructor() {
}
}
exports.TransferNotificationMerchantData = TransferNotificationMerchantData;
TransferNotificationMerchantData.discriminator = undefined;
TransferNotificationMerchantData.mapping = undefined;
TransferNotificationMerchantData.attributeTypeMap = [
{
"name": "acquirerId",
"baseName": "acquirerId",
"type": "string",
"format": ""
},
{
"name": "city",
"baseName": "city",
"type": "string",
"format": ""
},
{
"name": "country",
"baseName": "country",
"type": "string",
"format": ""
},
{
"name": "mcc",
"baseName": "mcc",
"type": "string",
"format": ""
},
{
"name": "merchantId",
"baseName": "merchantId",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "postalCode",
"baseName": "postalCode",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=transferNotificationMerchantData.js.map