IsCustomerTaxInclusive Property

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Gets or sets a value indicating whether this customer is tax inclusive.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataMemberAttribute> _
<ColumnAttribute("INCLTAX")> _
Public Property IsCustomerTaxInclusive As Boolean
    Get
    Set
'Usage
Dim instance As Customer
Dim value As Boolean

value = instance.IsCustomerTaxInclusive

instance.IsCustomerTaxInclusive = value
[DataMemberAttribute]
[ColumnAttribute("INCLTAX")]
public bool IsCustomerTaxInclusive { get; set; }
[DataMemberAttribute]
[ColumnAttribute(L"INCLTAX")]
public:
property bool IsCustomerTaxInclusive {
    bool get ();
    void set (bool value);
}

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace