Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / ShipAcceptResponse Class
Properties


In This Topic
    ShipAcceptResponse Class Members
    In This Topic

    The following tables list the members exposed by ShipAcceptResponse.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the ShipAcceptResponse class  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the error message if an error has occurred (Inherited from CommerceBuilder.Shipping.Providers.ShipOperationResponse)
    Public Property Gets or sets the associated Order shipment (Inherited from CommerceBuilder.Shipping.Providers.ShipOperationResponse)
    Public Property Gets or sets the PackageResults returned from ConfirmShipment Request  
    Public Property Gets or sets the ShipmentIdentificationNumber returned from ConfirmShipment Request (Inherited from CommerceBuilder.Shipping.Providers.ShipOperationResponse)
    Public Property Gets or sets the ShipmentDigest returned from ConfirmShipment Request (Inherited from CommerceBuilder.Shipping.Providers.ShipConfirmResponse)
    Public Property Gets or sets a value indicating whether the response is a success response. (Inherited from CommerceBuilder.Shipping.Providers.ShipOperationResponse)
    Public Property Gets or sets the Total Shipping Charges returned from ConfirmShipment Request (Inherited from CommerceBuilder.Shipping.Providers.ShipConfirmResponse)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also