PaymentMethodFamily 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.
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
PaymentMethodFamily(String) |
Initializes a new instance of PaymentMethodFamily. |
Properties
CheckWire |
CheckWire. |
CreditCard |
CreditCard. |
Credits |
Credits. |
DirectDebit |
DirectDebit. |
EWallet |
EWallet. |
None |
None. |
Other |
Other. |
TaskOrder |
TaskOrder. |
Methods
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
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
Azure SDK for .NET