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

    Interface GetBookingShippingDocumentDataInfoSenderSortCode

    GetBookingShippingDocumentDataInfoSenderSortCode sub-interface for GetBookingShippingDocumentDataInfoShippingDocumentInfo

    interface GetBookingShippingDocumentDataInfoSenderSortCode {
        first_sender_sort_code?: string;
        second_sender_sort_code?: string;
        third_sender_sort_code?: string;
    }
    Index

    Properties

    first_sender_sort_code?: string

    The first-level sort_code of sender.

    second_sender_sort_code?: string

    The second-level sort_code of sender.

    third_sender_sort_code?: string

    The third-level sort_code of sender.