:orphan: .. _everest_types_payment_terminal: ################ payment_terminal ################ Types needed for payment terminal - bookkeeping bank transactions, card types .. _payment_terminal-BankSessionToken: | **BankSessionToken**: *object* | In some setups the unique token needs to be provided in the bank statement. | properties: | **token**: *string* | Arbitrary token string. Typically short string that is printable case insensitive ascii. .. _payment_terminal-BankTransactionSummary: | **BankTransactionSummary**: *object* | Summary of a bank transaction. Depends on bank and the backend. Therefore it's mostly opaque data at the moment. | properties: | **session_token**: *object* (:ref:`payment_terminal-BankSessionToken `) | Token to identify the session. This token can be used to download the invoices. | **transaction_data**: *string* | Arbitrary data that is needed to identify the transaction. This is mostly opaque data at the moment.