com.ibm.commerce.member.facade.datatypes

Interface CheckoutProfileType



  • public interface CheckoutProfileType
    A representation of the model object 'Checkout Profile Type'.

    The following features are supported:

    See Also:
    MemberPackage.getCheckoutProfileType()
    • Method Detail

      • getPaymentInfo

        PaymentInfoType getPaymentInfo()
        Returns the value of the 'Payment Info' containment reference. Payment information of the CheckoutProfile.
        Returns:
        the value of the 'Payment Info' containment reference.
        See Also:
        setPaymentInfo(PaymentInfoType), MemberPackage.getCheckoutProfileType_PaymentInfo()
      • setPaymentInfo

        void setPaymentInfo(PaymentInfoType value)
        Sets the value of the 'Payment Info' containment reference.
        Parameters:
        value - the new value of the 'Payment Info' containment reference.
        See Also:
        getPaymentInfo()
      • getShippingInfo

        ShippingInfoType getShippingInfo()
        Returns the value of the 'Shipping Info' containment reference. Shipping information of the CheckoutProfile.
        Returns:
        the value of the 'Shipping Info' containment reference.
        See Also:
        setShippingInfo(ShippingInfoType), MemberPackage.getCheckoutProfileType_ShippingInfo()
      • setShippingInfo

        void setShippingInfo(ShippingInfoType value)
        Sets the value of the 'Shipping Info' containment reference.
        Parameters:
        value - the new value of the 'Shipping Info' containment reference.
        See Also:
        getShippingInfo()
      • getLastUpdate

        java.lang.Object getLastUpdate()
        Returns the value of the 'Last Update' attribute. Time the CheckoutProfile was last updated.
        Returns:
        the value of the 'Last Update' attribute.
        See Also:
        setLastUpdate(Object), MemberPackage.getCheckoutProfileType_LastUpdate()
      • setLastUpdate

        void setLastUpdate(java.lang.Object value)
        Sets the value of the 'Last Update' attribute.
        Parameters:
        value - the new value of the 'Last Update' attribute.
        See Also:
        getLastUpdate()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MemberPackage.getCheckoutProfileType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()