Uses of Class
org.killbill.billing.client.model.gen.PaymentTransaction
-
Packages that use PaymentTransaction Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of PaymentTransaction in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen with parameters of type PaymentTransaction Modifier and Type Method Description PaymentPaymentApi. captureAuthorization(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentApi. captureAuthorizationByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentApi. chargebackPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentApi. chargebackPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentApi. chargebackReversalPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentApi. chargebackReversalPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidInvoicePaymentApi. completeInvoicePaymentTransaction(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidPaymentApi. completeTransaction(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidPaymentApi. completeTransactionByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentTransactionApi. notifyStateChanged(UUID transactionId, PaymentTransaction body, List<String> controlPluginName, RequestOptions inputOptions)PaymentAccountApi. processPayment(UUID accountId, PaymentTransaction body, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentAccountApi. processPaymentByExternalKey(PaymentTransaction body, String externalKey, UUID paymentMethodId, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentApi. refundPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentPaymentApi. refundPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidPaymentApi. voidPayment(UUID paymentId, PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)voidPaymentApi. voidPaymentByExternalKey(PaymentTransaction body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) -
Uses of PaymentTransaction in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return PaymentTransaction Modifier and Type Method Description PaymentTransactionPaymentTransaction. addPropertiesItem(PluginProperty propertiesItem)PaymentTransactionComboPaymentTransaction. getTransaction()PaymentTransactionPaymentTransaction. setAmount(BigDecimal amount)PaymentTransactionPaymentTransaction. setCurrency(org.killbill.billing.catalog.api.Currency currency)PaymentTransactionPaymentTransaction. setEffectiveDate(org.joda.time.DateTime effectiveDate)PaymentTransactionPaymentTransaction. setFirstPaymentReferenceId(String firstPaymentReferenceId)PaymentTransactionPaymentTransaction. setGatewayErrorCode(String gatewayErrorCode)PaymentTransactionPaymentTransaction. setGatewayErrorMsg(String gatewayErrorMsg)PaymentTransactionPaymentTransaction. setPaymentExternalKey(String paymentExternalKey)PaymentTransactionPaymentTransaction. setPaymentId(UUID paymentId)PaymentTransactionPaymentTransaction. setProcessedAmount(BigDecimal processedAmount)PaymentTransactionPaymentTransaction. setProcessedCurrency(org.killbill.billing.catalog.api.Currency processedCurrency)PaymentTransactionPaymentTransaction. setProperties(List<PluginProperty> properties)PaymentTransactionPaymentTransaction. setSecondPaymentReferenceId(String secondPaymentReferenceId)PaymentTransactionPaymentTransaction. setStatus(org.killbill.billing.payment.api.TransactionStatus status)PaymentTransactionPaymentTransaction. setTransactionExternalKey(String transactionExternalKey)PaymentTransactionPaymentTransaction. setTransactionId(UUID transactionId)PaymentTransactionPaymentTransaction. setTransactionType(org.killbill.billing.payment.api.TransactionType transactionType)Methods in org.killbill.billing.client.model.gen that return types with arguments of type PaymentTransaction Modifier and Type Method Description List<PaymentTransaction>InvoicePayment. getTransactions()List<PaymentTransaction>Payment. getTransactions()Methods in org.killbill.billing.client.model.gen with parameters of type PaymentTransaction Modifier and Type Method Description InvoicePaymentInvoicePayment. addTransactionsItem(PaymentTransaction transactionsItem)PaymentPayment. addTransactionsItem(PaymentTransaction transactionsItem)ComboPaymentTransactionComboPaymentTransaction. setTransaction(PaymentTransaction transaction)Method parameters in org.killbill.billing.client.model.gen with type arguments of type PaymentTransaction Modifier and Type Method Description InvoicePaymentInvoicePayment. setTransactions(List<PaymentTransaction> transactions)PaymentPayment. setTransactions(List<PaymentTransaction> transactions)Constructors in org.killbill.billing.client.model.gen with parameters of type PaymentTransaction Constructor Description ComboPaymentTransaction(Account account, PaymentMethod paymentMethod, PaymentTransaction transaction, List<PluginProperty> paymentMethodPluginProperties, List<PluginProperty> transactionPluginProperties, List<AuditLog> auditLogs)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type PaymentTransaction Constructor Description InvoicePayment(UUID targetInvoiceId, UUID accountId, UUID paymentId, String paymentNumber, String paymentExternalKey, BigDecimal authAmount, BigDecimal capturedAmount, BigDecimal purchasedAmount, BigDecimal refundedAmount, BigDecimal creditedAmount, org.killbill.billing.catalog.api.Currency currency, UUID paymentMethodId, List<PaymentTransaction> transactions, List<PaymentAttempt> paymentAttempts, List<AuditLog> auditLogs)Payment(UUID accountId, UUID paymentId, String paymentNumber, String paymentExternalKey, BigDecimal authAmount, BigDecimal capturedAmount, BigDecimal purchasedAmount, BigDecimal refundedAmount, BigDecimal creditedAmount, org.killbill.billing.catalog.api.Currency currency, UUID paymentMethodId, List<PaymentTransaction> transactions, List<PaymentAttempt> paymentAttempts, List<AuditLog> auditLogs)
-