TaxRuleVatNumberPresent Property |
Gets or sets the vat number present.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public VatNumberRuleConditionType VatNumberPresent { get; set; }
Public Property VatNumberPresent As VatNumberRuleConditionType
Get
Set
public:
property VatNumberRuleConditionType VatNumberPresent {
VatNumberRuleConditionType get ();
void set (VatNumberRuleConditionType value);
}
member VatNumberPresent : VatNumberRuleConditionType with get, set
Property Value
Type:
VatNumberRuleConditionTypeThe vat number present.
See Also