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

    Interface GetValidationListValidation

    GetValidationListValidation sub-interface for GetValidationListResponseData

    interface GetValidationListValidation {
        campaign_source?: string;
        offline_bills?: GetValidationListOfflineBill[];
        online_bill?: GetValidationListOnlineBill;
        payment_method?: number;
        validation_id?: string;
        validation_month?: number;
    }
    Index

    Properties

    campaign_source?: string

    Source of campaign setup. Applicable values:ShopeeManagedSeller

    List of billing details when payment method is Offline, grouped by order placement month.

    Billing details when payment method is Online.

    payment_method?: number

    Payment method. Applicable values:1 = Online2 = Offline

    validation_id?: string

    Unique identifier of the billing entry.

    validation_month?: number

    Billing month in the format YYYYMM (e.g., 202405).