Interface PaymentOption

Describes an additional payment option.

interface PaymentOption {
    @type: "paymentOption";
    title: string;
    url: string;
}

Properties

Properties

@type: "paymentOption"
title: string

Title for the payment option.

url: string

Payment form URL to be opened in a web view.