PaymentMethodLink interface

A payment method link.

Extends

Properties

accountHolderName

The account holder name for the payment method. This is only supported for payment methods with family CreditCard. NOTE: This property will not be serialized. It can only be populated by the server.

displayName

The display name of the payment method. NOTE: This property will not be serialized. It can only be populated by the server.

expiration

The expiration month and year of the payment method. This is only supported for payment methods with family CreditCard. NOTE: This property will not be serialized. It can only be populated by the server.

family

The family of payment method. NOTE: This property will not be serialized. It can only be populated by the server.

lastFourDigits

Last four digits of payment method. NOTE: This property will not be serialized. It can only be populated by the server.

logos

The list of logos for the payment method. NOTE: This property will not be serialized. It can only be populated by the server.

paymentMethod

Projection of a payment method. Will not be returned in this or future versions.

paymentMethodId

Id of payment method. Example: /providers/Microsoft.Billing/paymentMethods/ABCDABCDABC0

paymentMethodType

The type of payment method. NOTE: This property will not be serialized. It can only be populated by the server.

status

Status of the payment method. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

The account holder name for the payment method. This is only supported for payment methods with family CreditCard. NOTE: This property will not be serialized. It can only be populated by the server.

accountHolderName?: string

Property Value

string

The display name of the payment method. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

The expiration month and year of the payment method. This is only supported for payment methods with family CreditCard. NOTE: This property will not be serialized. It can only be populated by the server.

expiration?: string

Property Value

string

The family of payment method. NOTE: This property will not be serialized. It can only be populated by the server.

family?: string

Property Value

string

Last four digits of payment method. NOTE: This property will not be serialized. It can only be populated by the server.

lastFourDigits?: string

Property Value

string

The list of logos for the payment method. NOTE: This property will not be serialized. It can only be populated by the server.

logos?: PaymentMethodLogo[]

Property Value

Projection of a payment method. Will not be returned in this or future versions.

paymentMethod?: PaymentMethodProperties

Property Value

Id of payment method. Example: /providers/Microsoft.Billing/paymentMethods/ABCDABCDABC0

paymentMethodId?: string

Property Value

string

The type of payment method. NOTE: This property will not be serialized. It can only be populated by the server.

paymentMethodType?: string

Property Value

string

Status of the payment method. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

Inherited Property Details

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResourceWithTags.id

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResourceWithTags.name

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From ProxyResourceWithTags.systemData

Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \ ? /

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From ProxyResourceWithTags.tags

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResourceWithTags.type