Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetBillingTransactionInfoTransaction

    GetBillingTransactionInfoTransaction sub-interface for GetBillingTransactionInfoResponseData

    interface GetBillingTransactionInfoTransaction {
        amount?: number;
        billing_transaction_status?: string;
        billing_transaction_type?: string;
        cost_header?: string;
        currency?: string;
        level?: string;
        order_sn?: string;
        remark?: string;
        scenario?: string;
    }
    Index

    Properties

    amount?: number

    each transaction's amount

    billing_transaction_status?: string

    Will be either "To Release" or "Released".

    billing_transaction_type?: string

    could be Escrow (Order Income) or Adjustment (for this order)

    cost_header?: string

    transaction belongs to which type

    currency?: string

    transaction currency

    level?: string

    To define this transaction happen at order level or shop level. e.g. shop level adjustment

    order_sn?: string

    transaction currency

    remark?: string

    detailed description for this transactions

    scenario?: string

    transaction detailed scenarios