PaymentRequest

public final class PaymentRequest

A payment request used for starting the bank app. Only the id is sent, but it is associated with a bank.

Constructors

PaymentRequest
Link copied to clipboard
PaymentRequest PaymentRequest(String id, BankApp bankApp)

Functions

getBankApp
Link copied to clipboard
final BankApp getBankApp()
getId
Link copied to clipboard
final String getId()

Properties

bankApp
Link copied to clipboard
private final BankApp bankApp
id
Link copied to clipboard
private final String id