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.PaymentLinkStatusResponse.getTransactionDetails()Gets line item level data if provided.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.voidPaymentLinkStatusResponse.setTransactionDetails(TransactionDisplayTransaction value) Sets line item level data if provided.