@airwallex/node-sdk
Version:
Airwallex Node.js SDK
26 lines • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciBusinessIdentifierDto = void 0;
var IssuingNonPciBusinessIdentifierDto;
(function (IssuingNonPciBusinessIdentifierDto) {
IssuingNonPciBusinessIdentifierDto.validTypeEnum = ['BRN', 'EIN', 'SSN', 'VAT'];
IssuingNonPciBusinessIdentifierDto.discriminator = 'IssuingNonPciBusinessIdentifierDto';
IssuingNonPciBusinessIdentifierDto.attributeTypeMap = [
{
name: 'country_code',
baseName: 'country_code',
type: 'string',
},
{
name: 'number',
baseName: 'number',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'IssuingNonPciBusinessIdentifierDto.TypeEnum',
},
];
})(IssuingNonPciBusinessIdentifierDto || (exports.IssuingNonPciBusinessIdentifierDto = IssuingNonPciBusinessIdentifierDto = {}));
//# sourceMappingURL=issuingNonPciBusinessIdentifierDto.js.map