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

    Interface RefundResult

    Refund result

    RefundResult

    interface RefundResult {
        amount: string;
        description: string;
        message: string;
        orderId: string;
        sessionId: string;
        status: boolean;
    }
    Index

    Properties

    amount: string

    Amount of refund

    RefundResult

    description: string

    Transaction description

    RefundResult

    message: string

    Text description of successful refund

    RefundResult

    orderId: string

    Transaction order ID from Przelewy24

    RefundResult

    sessionId: string

    Transaction session ID from the Partner’s system

    RefundResult

    status: boolean

    Was refund attempt successful?

    RefundResult