UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

22 lines 596 B
export interface SimulationDeliveryInformation { address?: string; delivered_at?: Date; fee_amount?: number; fee_currency?: string; name?: string; phone_number?: string; shipped_at?: Date; shipping_company?: string; shipping_method?: string; status?: string; tracking_number?: string; } export declare namespace SimulationDeliveryInformation { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationDeliveryInformation.d.ts.map