UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 615 B
export interface IssuingNonPciDeviceInformationDto { device_id?: string; device_type?: IssuingNonPciDeviceInformationDto.DeviceTypeEnum; } export declare namespace IssuingNonPciDeviceInformationDto { const validDeviceTypeEnum: readonly ["MOBILE_PHONE", "TABLET", "WATCH", "MOBILEPHONE_OR_TABLET", "PC", "UNKNOWN"]; type DeviceTypeEnum = (typeof validDeviceTypeEnum)[number] | 'UNKNOWN'; const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=issuingNonPciDeviceInformationDto.d.ts.map