PaymentMethod interface
A payment method.
- Extends
Properties
| account |
The account holder name for the payment method. This is only supported for payment methods with family CreditCard. |
| display |
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 |
Id of payment method. |
| last |
Last four digits of payment method. |
| logos | The list of logos for the payment method. |
| payment |
The type of payment method. |
| status | Status of the payment method. |
| 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 < > % & \ ? / |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
accountHolderName
The account holder name for the payment method. This is only supported for payment methods with family CreditCard.
accountHolderName?: string
Property Value
string
displayName
The display name of the payment method.
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.
expiration?: string
Property Value
string
family
The family of payment method.
family?: string
Property Value
string
idPropertiesId
Id of payment method.
idPropertiesId?: string
Property Value
string
lastFourDigits
Last four digits of payment method.
lastFourDigits?: string
Property Value
string
logos
The list of logos for the payment method.
logos?: PaymentMethodLogo[]
Property Value
paymentMethodType
The type of payment method.
paymentMethodType?: string
Property Value
string
status
Status of the payment method.
status?: string
Property Value
string
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?: Record<string, string>
Property Value
Record<string, string>
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type