@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.4 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.UpdatableAddress = void 0;
class UpdatableAddress {
static getAttributeTypeMap() {
return UpdatableAddress.attributeTypeMap;
}
constructor() {
}
}
exports.UpdatableAddress = UpdatableAddress;
UpdatableAddress.discriminator = undefined;
UpdatableAddress.mapping = undefined;
UpdatableAddress.attributeTypeMap = [
{
"name": "city",
"baseName": "city",
"type": "string",
"format": ""
},
{
"name": "line1",
"baseName": "line1",
"type": "string",
"format": ""
},
{
"name": "line2",
"baseName": "line2",
"type": "string",
"format": ""
},
{
"name": "line3",
"baseName": "line3",
"type": "string",
"format": ""
},
{
"name": "postalCode",
"baseName": "postalCode",
"type": "string",
"format": ""
},
{
"name": "stateOrProvince",
"baseName": "stateOrProvince",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=updatableAddress.js.map