BillingTransactionCreditType Struct

Definition

The credit type of the transaction. Applies only to credited transactions.

public readonly struct BillingTransactionCreditType : IEquatable<Azure.ResourceManager.Billing.Models.BillingTransactionCreditType>
type BillingTransactionCreditType = struct
Public Structure BillingTransactionCreditType
Implements IEquatable(Of BillingTransactionCreditType)
Inheritance
BillingTransactionCreditType
Implements

Constructors

BillingTransactionCreditType(String)

Initializes a new instance of BillingTransactionCreditType.

Properties

AzureCreditOffer

AzureCreditOffer.

AzureFreeCredit

AzureFreeCredit.

Other

Other.

Refund

Refund.

ServiceInterruption

ServiceInterruption.

Methods

Equals(BillingTransactionCreditType)

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

Equality(BillingTransactionCreditType, BillingTransactionCreditType)

Determines if two BillingTransactionCreditType values are the same.

Implicit(String to BillingTransactionCreditType)

Converts a string to a BillingTransactionCreditType.

Inequality(BillingTransactionCreditType, BillingTransactionCreditType)

Determines if two BillingTransactionCreditType values are not the same.

Applies to