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

    Interface GetBuyerInvoiceInfoInvoiceDetail

    GetBuyerInvoiceInfoInvoiceDetail sub-interface for GetBuyerInvoiceInfoInvoiceInfo

    interface GetBuyerInvoiceInfoInvoiceDetail {
        address?: string;
        address_breakdown?: GetBuyerInvoiceInfoAddressBreakdown;
        company_address?: string;
        company_address_breakdown?: GetBuyerInvoiceInfoCompanyAddressBreakdown;
        company_branch_id?: string;
        company_branch_name?: string;
        company_email?: string;
        company_head_office?: string;
        company_name?: string;
        company_tax_id?: string;
        company_type?: string;
        email?: string;
        household_address_breakdown?: GetBuyerInvoiceInfoHouseholdAddressBreakdown;
        id_card_address?: string;
        name?: string;
        national_id?: string;
        phone_number?: string;
        tax_id?: string;
    }
    Index

    Properties

    address?: string

    Buyer address in format "Street & number, city, zipcode, any additional info provided by buyer" (has value when invoice_type is personal and household)- PH, VN only

    Buyer address breakdown.- TH, PH only

    company_address?: string

    Buyer address in format "Street & number,city, zipcode, any additional info provided by buyer" (only has value when invoice_type is company)- VN, TH only

    company_address_breakdown?: GetBuyerInvoiceInfoCompanyAddressBreakdown

    Company address breakdown- PH, TH only

    company_branch_id?: string
    • Only return value when invoice type is company- TH only
    company_branch_name?: string
    • Only return value when invoice type is company- TH only
    company_email?: string
    • Only return value when invoice type is company- VN, TH, PH only
    company_head_office?: string
    • return value for TH only (only has value when invoice_type is company)
    company_name?: string
    • Only return value when invoice type is company- VN, TH, PH only
    company_tax_id?: string
    • Only return value when invoice type is company- VN, TH, PH only
    company_type?: string
    • Only return value when invoice type is company- TH only
    email?: string

    Buyer email address (has value when invoice_type is personal and household)- VN, TH, PH only

    household_address_breakdown?: GetBuyerInvoiceInfoHouseholdAddressBreakdown

    Household address breakdown-Only for VN

    id_card_address?: string

    Same function as the address, only having a different field name for TH.Buyer address in format "Street & number, city, zipcode, any additional info provided by buyer" (only has value when invoice_type is personal).

    name?: string

    Buyer name (has value when invoice_type is personal, household, or company)- VN, TH, PH only

    national_id?: string

    National ID information provided by the buyer.- Only return value when invoice_type is personal- VN only

    phone_number?: string

    Buyer phone number- TH only

    tax_id?: string

    has value when invoice_type is personal and household. - VN, TH, PH only