@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
84 lines • 1.86 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* 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.SubMerchantInfo = void 0;
class SubMerchantInfo {
static getAttributeTypeMap() {
return SubMerchantInfo.attributeTypeMap;
}
constructor() {
}
}
exports.SubMerchantInfo = SubMerchantInfo;
SubMerchantInfo.discriminator = undefined;
SubMerchantInfo.mapping = undefined;
SubMerchantInfo.attributeTypeMap = [
{
"name": "address",
"baseName": "address",
"type": "BillingAddress | null",
"format": ""
},
{
"name": "amount",
"baseName": "amount",
"type": "Amount | null",
"format": ""
},
{
"name": "email",
"baseName": "email",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "mcc",
"baseName": "mcc",
"type": "string",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "phoneNumber",
"baseName": "phoneNumber",
"type": "string",
"format": ""
},
{
"name": "registeredSince",
"baseName": "registeredSince",
"type": "string",
"format": ""
},
{
"name": "taxId",
"baseName": "taxId",
"type": "string",
"format": ""
},
{
"name": "url",
"baseName": "url",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=subMerchantInfo.js.map