UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

14 lines 454 B
export interface SimulationAgreementToTermsAndConditionsRequiredApiDto { endpoint?: string; message?: string; method?: string; } export declare namespace SimulationAgreementToTermsAndConditionsRequiredApiDto { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationAgreementToTermsAndConditionsRequiredApiDto.d.ts.map