ShippingAddress Property

Gets the shipping address which will be used in computing destination-based taxes.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ShippingAddress As Address
    Get
    Private Set
'Usage
Dim instance As GetTaxRegimeRequest
Dim value As Address

value = instance.ShippingAddress
[DataMemberAttribute]
public Address ShippingAddress { get; private set; }
[DataMemberAttribute]
public:
property Address^ ShippingAddress {
    Address^ get ();
    private: void set (Address^ value);
}

Property Value

Type: Microsoft.Dynamics.Commerce.Runtime.DataModel.Address
Returns Address.

Remarks

The returned sales tax group should be saved as part of address. When address is retrieved, the associated sales tax group should also be read.

See Also

Reference

GetTaxRegimeRequest Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace