Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias BillingAddress

    Billing address information

    type BillingAddress = {
        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