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

    Type Alias OfflineTransaction

    Offline transaction details for bank transfer

    type OfflineTransaction = {
        amount: number;
        iban: string;
        ibanOwner: string;
        ibanOwnerAddress: string;
        orderId: number;
        sessionId: string;
        statement: string;
    }
    Index

    Properties

    amount: number

    Transaction amount

    iban: string

    IBAN account number for transfer

    ibanOwner: string

    IBAN account owner name

    ibanOwnerAddress: string

    IBAN account owner address

    orderId: number

    Order ID from Przelewy24

    sessionId: string

    Transaction session ID from the Partner's system

    statement: string

    Statement/description for bank transfer