Interface ShippingSetter

    • Method Detail

      • setType

        @Deprecated
        void setType​(String type)
        Deprecated.
        sets the carrier
        Parameters:
        carrier - the carrier
      • setShippingAddressName

        void setShippingAddressName​(String name)
        sets the name of the shipping address
        Parameters:
        name - the name
      • setShippingAddress1

        void setShippingAddress1​(String address1)
        sets the first line of the address
        Parameters:
        address1 - the first line of the address
      • setShippingAddress2

        void setShippingAddress2​(String address2)
        sets the second line of the address
        Parameters:
        address2 - the second line of the address
      • setShippingAddressCity

        void setShippingAddressCity​(String city)
        sets the city
        Parameters:
        city - the city
      • setShippingAddressState

        void setShippingAddressState​(String state)
        sets the state
        Parameters:
        state - the state
      • setShippingAddressZip

        void setShippingAddressZip​(String zip)
        sets the zip code
        Parameters:
        zip - the zip code
      • setShippingAddressCountry

        void setShippingAddressCountry​(String country)
        sets the country
        Parameters:
        country - the country