pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
21 lines • 1.1 kB
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.postalAddressSchema = void 0;
var schema_1 = require("../schema");
var addressTypeOptionEnum_1 = require("./addressTypeOptionEnum");
exports.postalAddressSchema = (0, schema_1.object)({
addressType: ['AddressType', (0, schema_1.optional)(addressTypeOptionEnum_1.addressTypeOptionEnumSchema)],
addressLine: ['AddressLine', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.string)()))],
streetName: ['StreetName', (0, schema_1.optional)((0, schema_1.string)())],
buildingNumber: ['BuildingNumber', (0, schema_1.optional)((0, schema_1.string)())],
postCode: ['PostCode', (0, schema_1.optional)((0, schema_1.string)())],
townName: ['TownName', (0, schema_1.optional)((0, schema_1.string)())],
countrySubDivision: ['CountrySubDivision', (0, schema_1.optional)((0, schema_1.string)())],
country: ['Country', (0, schema_1.string)()]
});
//# sourceMappingURL=postalAddress.js.map