Uses of Class
dev.vality.damsel.domain.TransactionInfo
-
Uses of TransactionInfo in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return TransactionInfo Modifier and Type Method Description TransactionInfoTransactionInfo. deepCopy()TransactionInfoTransactionInfo. setAdditionalInfo(AdditionalTransactionInfo additional_info)TransactionInfoTransactionInfo. setExtra(Map<String,String> extra)TransactionInfoTransactionInfo. setId(String id)TransactionInfoTransactionInfo. setTimestamp(String timestamp)Methods in dev.vality.damsel.domain with parameters of type TransactionInfo Modifier and Type Method Description intTransactionInfo. compareTo(TransactionInfo other)booleanTransactionInfo. equals(TransactionInfo that)Constructors in dev.vality.damsel.domain with parameters of type TransactionInfo Constructor Description TransactionInfo(TransactionInfo other)Performs a deep copy on other. -
Uses of TransactionInfo in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as TransactionInfo Modifier and Type Field Description TransactionInfoInvoicePayment. last_transaction_infoTransactionInfoInvoicePaymentChargebackParams. transaction_infoДанные проведённой вручную транзакцииTransactionInfoInvoicePaymentRefundCreated. transaction_infoДанные проведённой вручную транзакции.TransactionInfoInvoicePaymentRefundParams. transaction_infoДанные проведённой вручную транзакцииTransactionInfoInvoicePaymentSession. transaction_infoTransactionInfoInvoiceRefundSession. transaction_infoTransactionInfoInvoiceRepairFailSession. trxTransactionInfoInvoiceRepairFulfillSession. trxTransactionInfoSessionTransactionBound. trxДанные о связанной транзакции у провайдера.Methods in dev.vality.damsel.payment_processing that return TransactionInfo Modifier and Type Method Description TransactionInfoInvoicePayment. getLastTransactionInfo()TransactionInfoInvoicePaymentChargebackParams. getTransactionInfo()Данные проведённой вручную транзакцииTransactionInfoInvoicePaymentRefundCreated. getTransactionInfo()Данные проведённой вручную транзакции.TransactionInfoInvoicePaymentRefundParams. getTransactionInfo()Данные проведённой вручную транзакцииTransactionInfoInvoicePaymentSession. getTransactionInfo()TransactionInfoInvoiceRefundSession. getTransactionInfo()TransactionInfoInvoiceRepairFailSession. getTrx()TransactionInfoInvoiceRepairFulfillSession. getTrx()TransactionInfoSessionTransactionBound. getTrx()Данные о связанной транзакции у провайдера.Methods in dev.vality.damsel.payment_processing with parameters of type TransactionInfo Modifier and Type Method Description InvoicePaymentInvoicePayment. setLastTransactionInfo(TransactionInfo last_transaction_info)InvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setTransactionInfo(TransactionInfo transaction_info)Данные проведённой вручную транзакцииInvoicePaymentRefundCreatedInvoicePaymentRefundCreated. setTransactionInfo(TransactionInfo transaction_info)Данные проведённой вручную транзакции.InvoicePaymentRefundParamsInvoicePaymentRefundParams. setTransactionInfo(TransactionInfo transaction_info)Данные проведённой вручную транзакцииInvoicePaymentSessionInvoicePaymentSession. setTransactionInfo(TransactionInfo transaction_info)InvoiceRefundSessionInvoiceRefundSession. setTransactionInfo(TransactionInfo transaction_info)InvoiceRepairFailSessionInvoiceRepairFailSession. setTrx(TransactionInfo trx)InvoiceRepairFulfillSessionInvoiceRepairFulfillSession. setTrx(TransactionInfo trx)SessionTransactionBoundSessionTransactionBound. setTrx(TransactionInfo trx)Данные о связанной транзакции у провайдера.Constructors in dev.vality.damsel.payment_processing with parameters of type TransactionInfo Constructor Description SessionTransactionBound(TransactionInfo trx) -
Uses of TransactionInfo in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as TransactionInfo Modifier and Type Field Description TransactionInfoInvoicePayment. trxTransactionInfoInvoicePaymentRefund. trxTransactionInfoPaymentCallbackProxyResult. trxTransactionInfoPaymentProxyResult. trxTransactionInfoRecurrentTokenInfo. trxTransactionInfoRecurrentTokenProxyResult. trxMethods in dev.vality.damsel.proxy_provider that return TransactionInfo Modifier and Type Method Description TransactionInfoInvoicePayment. getTrx()TransactionInfoInvoicePaymentRefund. getTrx()TransactionInfoPaymentCallbackProxyResult. getTrx()TransactionInfoPaymentProxyResult. getTrx()TransactionInfoRecurrentTokenInfo. getTrx()TransactionInfoRecurrentTokenProxyResult. getTrx()Methods in dev.vality.damsel.proxy_provider with parameters of type TransactionInfo Modifier and Type Method Description InvoicePaymentInvoicePayment. setTrx(TransactionInfo trx)InvoicePaymentRefundInvoicePaymentRefund. setTrx(TransactionInfo trx)PaymentCallbackProxyResultPaymentCallbackProxyResult. setTrx(TransactionInfo trx)PaymentProxyResultPaymentProxyResult. setTrx(TransactionInfo trx)RecurrentTokenInfoRecurrentTokenInfo. setTrx(TransactionInfo trx)RecurrentTokenProxyResultRecurrentTokenProxyResult. setTrx(TransactionInfo trx) -
Uses of TransactionInfo in dev.vality.damsel.withdrawals.processing
Fields in dev.vality.damsel.withdrawals.processing declared as TransactionInfo Modifier and Type Field Description TransactionInfoSessionSucceeded. trx_infoMethods in dev.vality.damsel.withdrawals.processing that return TransactionInfo Modifier and Type Method Description TransactionInfoSessionSucceeded. getTrxInfo()Methods in dev.vality.damsel.withdrawals.processing with parameters of type TransactionInfo Modifier and Type Method Description SessionSucceededSessionSucceeded. setTrxInfo(TransactionInfo trx_info)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type TransactionInfo Constructor Description SessionSucceeded(TransactionInfo trx_info) -
Uses of TransactionInfo in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as TransactionInfo Modifier and Type Field Description TransactionInfoCallbackResult. trxTransactionInfoProcessResult. trxTransactionInfoSuccess. trx_infoMethods in dev.vality.damsel.withdrawals.provider_adapter that return TransactionInfo Modifier and Type Method Description TransactionInfoCallbackResult. getTrx()TransactionInfoProcessResult. getTrx()TransactionInfoSuccess. getTrxInfo()Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type TransactionInfo Modifier and Type Method Description CallbackResultCallbackResult. setTrx(TransactionInfo trx)ProcessResultProcessResult. setTrx(TransactionInfo trx)SuccessSuccess. setTrxInfo(TransactionInfo trx_info)