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

    Interface RefundRequest

    Refund request

    RefundRequest

    interface RefundRequest {
        refunds: Refund[];
        refundsUuid: string;
        requestId: string;
        urlStatus?: string;
    }
    Index

    Properties

    refunds: Refund[]

    Refunds

    RefundRequest

    refundsUuid: string

    Individual ID for a correct refund request in the merchant’s system

    RefundRequest

    requestId: string

    Individual request ID

    RefundRequest

    urlStatus?: string

    Notification address for the refund batch transferred

    RefundRequest