BusinessVerificationRuleProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a business verification rule. Verifies the billing account's
business identity.
Sold-to fields (soldTo, registrationNumber, taxIds) reflect the billing
account's information on file and cannot be supplied by end users.
public class BusinessVerificationRuleProperties : Azure.ResourceManager.Billing.Trust.Models.BillingTrustRuleProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Trust.Models.BusinessVerificationRuleProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Trust.Models.BusinessVerificationRuleProperties>
type BusinessVerificationRuleProperties = class
inherit BillingTrustRuleProperties
interface IJsonModel<BusinessVerificationRuleProperties>
interface IPersistableModel<BusinessVerificationRuleProperties>
Public Class BusinessVerificationRuleProperties
Inherits BillingTrustRuleProperties
Implements IJsonModel(Of BusinessVerificationRuleProperties), IPersistableModel(Of BusinessVerificationRuleProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| BusinessVerificationRuleProperties() |
Initializes a new instance of BusinessVerificationRuleProperties. |
Properties
| Name | Description |
|---|---|
| Error |
Error information when evaluationState is |
| EvaluationState |
The evaluation state of the rule. Server-managed. (Inherited from BillingTrustRuleProperties) |
| ExternalId |
Optional external-registry identifier (e.g. DUNS) used to disambiguate verification matches. Settable on PATCH while |
| ProvisioningState |
The provisioning state of the resource. (Inherited from BillingTrustRuleProperties) |
| RegistrationNumber |
Registration number context (allowed types and registration id). Populated from the billing account at the time the rule is created. Server-managed. |
| SoldTo |
Sold-to identity used for business verification. Populated from the billing account at the time the rule is created. Server-managed. |
| SupplementalDocuments |
References to supplemental documents (businessVerification rules only; only settable while evaluationState is |
| TaxIds |
Tax ids associated with the sold-to identity. Populated from the billing account at the time the rule is created. Server-managed. |