Interface PaymentForm

Contains information about an invoice payment form.

interface PaymentForm {
    @type: "paymentForm";
    id: string;
    product_info: ProductInfo;
    seller_bot_user_id: number;
    type: PaymentFormType;
}

Properties

@type: "paymentForm"
id: string

The payment form identifier.

product_info: ProductInfo

Information about the product.

seller_bot_user_id: number

User identifier of the seller bot.

Type of the payment form.