BillingFrequency Struct

Definition

The frequency with which the cost gets billed.

public readonly struct BillingFrequency : IEquatable<Azure.Communication.PhoneNumbers.BillingFrequency>
type BillingFrequency = struct
Public Structure BillingFrequency
Implements IEquatable(Of BillingFrequency)
Inheritance
BillingFrequency
Implements

Constructors

BillingFrequency(String)

Initializes a new instance of BillingFrequency.

Properties

Monthly

monthly.

Methods

Equals(BillingFrequency)

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(BillingFrequency, BillingFrequency)

Determines if two BillingFrequency values are the same.

Implicit(String to BillingFrequency)

Converts a string to a BillingFrequency.

Inequality(BillingFrequency, BillingFrequency)

Determines if two BillingFrequency values are not the same.

Applies to