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