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

    Interface GetBrShopOnboardingInfoBillingAddress

    GetBrShopOnboardingInfoBillingAddress sub-interface for GetBrShopOnboardingInfoResponseData

    interface GetBrShopOnboardingInfoBillingAddress {
        address?: string;
        city?: string;
        neighborhood?: string;
        state?: string;
        zipcode?: string;
    }
    Index

    Properties

    address?: string

    Specific detail of the billing address.

    city?: string

    City of the billing address.

    neighborhood?: string

    Neighborhood of the billing address.

    state?: string

    State of the billing address.

    zipcode?: string

    ZIP code of the billing address.