Uses of Class
com.blockchyp.client.dto.TransactionDisplayTransaction
Packages that use TransactionDisplayTransaction
-
Uses of TransactionDisplayTransaction in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return TransactionDisplayTransactionModifier and TypeMethodDescriptionPaymentLinkRequest.getTransaction()Gets transaction details for display on the payment email.TransactionDisplayRequest.getTransaction()Gets transaction to display on the terminal.Methods in com.blockchyp.client.dto with parameters of type TransactionDisplayTransactionModifier and TypeMethodDescriptionvoidPaymentLinkRequest.setTransaction(TransactionDisplayTransaction value) Sets transaction details for display on the payment email.voidTransactionDisplayRequest.setTransaction(TransactionDisplayTransaction value) Sets transaction to display on the terminal.