BillingTrustAssessmentType Struct
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.
Assessment template name. Each template defines a fixed set of rules and their configuration. The list of templates may be extended in future API versions.
public readonly struct BillingTrustAssessmentType : IEquatable<Azure.ResourceManager.Billing.Trust.Models.BillingTrustAssessmentType>
type BillingTrustAssessmentType = struct
Public Structure BillingTrustAssessmentType
Implements IEquatable(Of BillingTrustAssessmentType)
- Inheritance
-
BillingTrustAssessmentType
- Implements
Constructors
| Name | Description |
|---|---|
| BillingTrustAssessmentType(String) |
Initializes a new instance of BillingTrustAssessmentType. |
Properties
| Name | Description |
|---|---|
| BusinessVerification |
Business verification assessment. Verifies the billing account's business identity against the sold-to information on file. |
| Edu |
Education qualification assessment. Verifies that the billing account qualifies for education programs based on customer-supplied domains. |
| PayeeEnrollment |
Payee enrollment assessment. Verifies a billing account is eligible to enroll as a payee. Rule names within this template may change between API versions — iterate |
| PayeeProfile |
Payee profile assessment. Verifies the payee profile associated with a billing account. Rule names within this template may change between API versions — iterate |
Methods
| Name | Description |
|---|---|
| Equals(BillingTrustAssessmentType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(BillingTrustAssessmentType, BillingTrustAssessmentType) |
Determines if two BillingTrustAssessmentType values are the same. |
| Implicit(String to BillingTrustAssessmentType) |
Converts a string to a BillingTrustAssessmentType. |
| Implicit(String to Nullable<BillingTrustAssessmentType>) | |
| Inequality(BillingTrustAssessmentType, BillingTrustAssessmentType) |
Determines if two BillingTrustAssessmentType values are not the same. |