@airwallex/node-sdk
Version:
Airwallex Node.js SDK
52 lines • 1.7 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IssuingNonPciIdentificationDto = void 0;
var IssuingNonPciIdentificationDto;
(function (IssuingNonPciIdentificationDto) {
IssuingNonPciIdentificationDto.validGenderEnum = ['M', 'F'];
IssuingNonPciIdentificationDto.validTypeEnum = ['PASSPORT', 'DRIVERS_LICENSE', 'ID_CARD'];
IssuingNonPciIdentificationDto.discriminator = 'IssuingNonPciIdentificationDto';
IssuingNonPciIdentificationDto.attributeTypeMap = [
{
name: 'country',
baseName: 'country',
type: 'string',
},
{
name: 'document_back_file_id',
baseName: 'document_back_file_id',
type: 'string',
},
{
name: 'document_front_file_id',
baseName: 'document_front_file_id',
type: 'string',
},
{
name: 'expiry_date',
baseName: 'expiry_date',
type: 'string',
},
{
name: 'gender',
baseName: 'gender',
type: 'IssuingNonPciIdentificationDto.GenderEnum',
},
{
name: 'number',
baseName: 'number',
type: 'string',
},
{
name: 'state',
baseName: 'state',
type: 'string',
},
{
name: 'type',
baseName: 'type',
type: 'IssuingNonPciIdentificationDto.TypeEnum',
},
];
})(IssuingNonPciIdentificationDto || (exports.IssuingNonPciIdentificationDto = IssuingNonPciIdentificationDto = {}));
//# sourceMappingURL=issuingNonPciIdentificationDto.js.map