Interface PaymentOptionDisplayData

Contains details about a payment method that can be displayed to the customer in the embedded payment element UI.

interface PaymentOptionDisplayData {
    label: string;
    billingDetails?: BillingDetails;
    paymentMethodType: string;
}

Properties

label: string

A user-facing label for the payment method, like "Apple Pay" or "•••• 4242" for a card.

billingDetails?: BillingDetails

Optional billing details associated with the payment method, such as name, email, or address.

paymentMethodType: string
MMNEPVFCICPMFPCPTTAAATR