@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.79 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.ResponseAdditionalDataBillingAddress = void 0;
class ResponseAdditionalDataBillingAddress {
static getAttributeTypeMap() {
return ResponseAdditionalDataBillingAddress.attributeTypeMap;
}
constructor() {
}
}
exports.ResponseAdditionalDataBillingAddress = ResponseAdditionalDataBillingAddress;
ResponseAdditionalDataBillingAddress.discriminator = undefined;
ResponseAdditionalDataBillingAddress.mapping = undefined;
ResponseAdditionalDataBillingAddress.attributeTypeMap = [
{
"name": "billingAddress_city",
"baseName": "billingAddress.city",
"type": "string",
"format": ""
},
{
"name": "billingAddress_country",
"baseName": "billingAddress.country",
"type": "string",
"format": ""
},
{
"name": "billingAddress_houseNumberOrName",
"baseName": "billingAddress.houseNumberOrName",
"type": "string",
"format": ""
},
{
"name": "billingAddress_postalCode",
"baseName": "billingAddress.postalCode",
"type": "string",
"format": ""
},
{
"name": "billingAddress_stateOrProvince",
"baseName": "billingAddress.stateOrProvince",
"type": "string",
"format": ""
},
{
"name": "billingAddress_street",
"baseName": "billingAddress.street",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=responseAdditionalDataBillingAddress.js.map