Mayson Monorepo Documentation
    Preparing search index...

    The ReserveTransaction object.

    interface ReserveTransaction {
        id: string;
        object: "reserve_transaction";
        amount: number;
        currency: string;
        description: string;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "reserve_transaction"

    String representing the object's type. Objects of the same type share the same value.

    amount: number
    currency: string

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

    description: string

    An arbitrary string attached to the object. Often useful for displaying to users.