PaymentMethod interface

A payment method.

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.

idPropertiesId

Id 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.

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.

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

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.

accountHolderName?: string

Property Value

string

displayName

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

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.

expiration?: string

Property Value

string

family

The family of payment method.

family?: string

Property Value

string

idPropertiesId

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

idPropertiesId?: string

Property Value

string

lastFourDigits

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

logos

The list of logos for the payment method.

logos?: PaymentMethodLogo[]

Property Value

paymentMethodType

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

Status of the payment method.

status?: string

Property Value

string

Inherited Property Details

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.

id?: string

Property Value

string

Inherited From ProxyResourceWithTags.id

name

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

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.

systemData?: SystemData

Property Value

Inherited From ProxyResourceWithTags.systemData

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 < > % & \ ? /

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

Property Value

{[propertyName: string]: string}

Inherited From ProxyResourceWithTags.tags

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.

type?: string

Property Value

string

Inherited From ProxyResourceWithTags.type