Worldline Connect Node.js SDK
    Preparing search index...

    Interface Shipping

    interface Shipping {
        address?: AddressPersonal | null;
        addressIndicator?: string | null;
        carrier?: string | null;
        comments?: string | null;
        emailAddress?: string | null;
        firstUsageDate?: string | null;
        instructions?: string | null;
        isFirstUsage?: boolean | null;
        shippedFromZip?: string | null;
        trackingNumber?: string | null;
        type?: string | null;
    }
    Index

    Properties

    address?: AddressPersonal | null
    addressIndicator?: string | null
    carrier?: string | null
    comments?: string | null
    emailAddress?: string | null
    firstUsageDate?: string | null
    instructions?: string | null
    isFirstUsage?: boolean | null
    shippedFromZip?: string | null
    trackingNumber?: string | null
    type?: string | null