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