interface PaymentMethodInfo {
    method?: string;
    name?: LocalizedString;
    paymentInterface?: string;
}

Properties

method?: string

Payment method used, for example, credit card, or cash advance.

Localizable name of the payment method.

paymentInterface?: string

Payment service that processes the Payment (for example, a PSP). Once set, it cannot be changed. The combination of paymentInterface and the interfaceId of a Payment must be unique.

Generated using TypeDoc