PaymentMethodLink interface
A payment method link.
- Extends
Properties
account |
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. |
display |
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. |
last |
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. |
payment |
Projection of a payment method. Will not be returned in this or future versions. |
payment |
Id of payment method. Example: /providers/Microsoft.Billing/paymentMethods/ABCDABCDABC0 |
payment |
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. |
system |
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. NOTE: This property will not be serialized. It can only be populated by the server.
family?: 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. NOTE: This property will not be serialized. It can only be populated by the server.
logos?: PaymentMethodLogo[]
Property Value
paymentMethod
Projection of a payment method. Will not be returned in this or future versions.
paymentMethod?: PaymentMethodProperties
Property Value
paymentMethodId
Id of payment method. Example: /providers/Microsoft.Billing/paymentMethods/ABCDABCDABC0
paymentMethodId?: string
Property Value
string
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. NOTE: This property will not be serialized. It can only be populated by the server.
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