Udostępnij przez


PaymentMethodFamily Struct

Definition

Payment on Account type.

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

Constructors

Name Description
PaymentMethodFamily(String)

Initializes a new instance of PaymentMethodFamily.

Properties

Name Description
CheckWire

CheckWire.

CreditCard

CreditCard.

Credits

Credits.

DirectDebit

DirectDebit.

EWallet

EWallet.

None

None.

Other

Other.

TaskOrder

TaskOrder.

Methods

Name Description
Equals(PaymentMethodFamily)

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

Determines if two PaymentMethodFamily values are the same.

Implicit(String to PaymentMethodFamily)

Converts a String to a PaymentMethodFamily.

Inequality(PaymentMethodFamily, PaymentMethodFamily)

Determines if two PaymentMethodFamily values are not the same.

Applies to