@airwallex/node-sdk
Version:
Airwallex Node.js SDK
13 lines • 345 B
TypeScript
export interface DispatchInfoDto {
external_reference?: string;
external_reference_type?: string;
}
export declare namespace DispatchInfoDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=dispatchInfoDto.d.ts.map