T402 API Reference - v2.8.0
    Preparing search index...

    Type Alias UptoTronExtra

    Extra fields for TRON upto payment requirements.

    Included in the PaymentRequirements.extra field to communicate upto-specific parameters to the client.

    type UptoTronExtra = {
        maxAmount?: string;
        minAmount?: string;
        unit?: string;
        unitPrice?: string;
        spenderAddress?: string;
    }
    Index

    Properties

    maxAmount?: string

    Maximum payment amount authorized

    minAmount?: string

    Minimum acceptable settlement amount

    unit?: string

    Billing unit (e.g., "token", "request", "second")

    unitPrice?: string

    Price per unit in smallest denomination

    spenderAddress?: string

    Facilitator address that will be approved as spender