Longbridge OpenAPI SDK
    Preparing search index...

    Interface USChargeDetail

    Fee breakdown for an order.

    interface USChargeDetail {
        currency: string;
        totalAmount: string;
        items: USChargeItem[];
    }
    Index
    currency: string
    totalAmount: string
    items: USChargeItem[]