@tax1driver/ts-przelewy24
    Preparing search index...

    Interface RefundsCollection

    Individual refund in a collection

    RefundsCollection

    interface RefundsCollection {
        amount: number;
        batchId: number;
        date: string;
        description: string;
        login: string;
        requestId: string;
        status: number;
    }
    Index

    Properties

    amount: number

    Refunded amount

    RefundsCollection

    batchId: number

    Batch ID for the refund

    RefundsCollection

    date: string

    Refund date

    RefundsCollection

    description: string

    Refund description

    RefundsCollection

    login: string

    Login of user who initiated the refund

    RefundsCollection

    requestId: string

    Refund request ID

    RefundsCollection

    status: number

    Refund status code

    RefundsCollection