paygreenjs
    Preparing search index...

    Interface TransactionType

    interface TransactionType {
        amount: number;
        id: string;
        object: string;
        operations: OperationType[];
        status: string;
        status_reason: string;
    }
    Index

    Properties

    amount: number
    id: string
    object: string
    operations: OperationType[]
    status: string
    status_reason: string