Portex SDK Documentation
    Preparing search index...

    Interface OrderResult

    interface OrderResult {
        amount: number;
        application_id: string;
        description: string;
        label: string;
        payload: string;
        status: number;
        status_description: string;
        tg_payment_id: string;
        tg_use_id: string;
        title: string;
    }
    Index

    Properties

    amount: number

    Amount

    application_id: string

    Application ID

    description: string

    Description

    label: string

    Label

    payload: string

    Payload

    status: number

    Status

    status_description: string

    Status description

    tg_payment_id: string

    Payment ID

    tg_use_id: string

    Telegram User ID

    title: string

    Title