@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciAddressDto = void 0;
var IssuingNonPciAddressDto;
(function (IssuingNonPciAddressDto) {
IssuingNonPciAddressDto.discriminator = 'IssuingNonPciAddressDto';
IssuingNonPciAddressDto.attributeTypeMap = [
{
name: 'city',
baseName: 'city',
type: 'string',
},
{
name: 'country',
baseName: 'country',
type: 'string',
},
{
name: 'line1',
baseName: 'line1',
type: 'string',
},
{
name: 'line2',
baseName: 'line2',
type: 'string',
},
{
name: 'postcode',
baseName: 'postcode',
type: 'string',
},
{
name: 'state',
baseName: 'state',
type: 'string',
},
];
})(IssuingNonPciAddressDto || (exports.IssuingNonPciAddressDto = IssuingNonPciAddressDto = {}));
//# sourceMappingURL=issuingNonPciAddressDto.js.map