UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

15 lines 449 B
export interface IssuingNonPciRemoteAuthConfigRequestDto { default_action?: string; enabled?: boolean; new_shared_secret?: boolean; url?: string; } export declare namespace IssuingNonPciRemoteAuthConfigRequestDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=issuingNonPciRemoteAuthConfigRequestDto.d.ts.map