Interface ValidateOrderInfo

Validates the order information provided by a user and returns the available shipping options for a flexible invoice. Request type for Tdjson#validateOrderInfo.

interface ValidateOrderInfo {
    @type: "validateOrderInfo";
    allow_save?: boolean;
    input_invoice: InputInvoice;
    order_info: OrderInfo;
}

Properties

@type: "validateOrderInfo"
allow_save?: boolean

Pass true to save the order information.

input_invoice: InputInvoice

The invoice.

order_info: OrderInfo

The order information, provided by the user; pass null if empty.