BillingPaymentMethodData Class

Definition

A class representing the BillingPaymentMethod data model. A payment method.

public class BillingPaymentMethodData : Azure.ResourceManager.Models.ResourceData
type BillingPaymentMethodData = class
    inherit ResourceData
Public Class BillingPaymentMethodData
Inherits ResourceData
Inheritance
BillingPaymentMethodData

Constructors

BillingPaymentMethodData()

Initializes a new instance of BillingPaymentMethodData.

Properties

AccountHolderName

The account holder name for the payment method. This is only supported for payment methods with family CreditCard.

DisplayName

The display name of the payment method.

Expiration

The expiration month and year of the payment method. This is only supported for payment methods with family CreditCard.

Family

The family of payment method.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastFourDigits

Last four digits of payment method.

Logos

The list of logos for the payment method.

Name

The name of the resource.

(Inherited from ResourceData)
PaymentMethodType

The type of payment method.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Status

Status of the payment method.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to