PaymentMethodLinkProperties interface

The properties of a payment method link.

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.

lastFourDigits

Last four digits of payment method.

logos

The list of logos for the payment method.

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.

status

Status of the payment method.

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

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

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.

paymentMethodType?: string

Property Value

string

status

Status of the payment method.

status?: string

Property Value

string