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

    Interface GetBookingDetailRecipientAddress

    GetBookingDetailRecipientAddress sub-interface for GetBookingDetailBooking

    interface GetBookingDetailRecipientAddress {
        city?: string | number;
        district?: string | number;
        full_address?: string;
        name?: string;
        phone?: string;
        region?: string;
        state?: string | number;
        town?: string | number;
        zipcode?: string;
    }
    Index

    Properties

    city?: string | number

    The city of the recipient's address. Whether there is a city will depend on the region and/or country.

    district?: string | number

    The district of the recipient's address. Whether there is a district will depend on the region and/or country.

    full_address?: string

    The full address of the recipient, including country, state, even street, and etc.

    name?: string

    Recipient's name for the address.

    phone?: string

    Recipient's phone number input when booking was placed.

    region?: string

    The two-digit code representing the region of the Recipient.

    state?: string | number

    The state/province of the recipient's address. Whether there is a state/province will depend on the region and/or country.

    town?: string | number

    The town of the recipient's address. Whether there is a town will depend on the region and/or country.

    zipcode?: string

    Recipient's postal code.