Uses of Class
org.killbill.billing.client.model.gen.PaymentAttempt
-
Packages that use PaymentAttempt Package Description org.killbill.billing.client.model.gen -
-
Uses of PaymentAttempt in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return PaymentAttempt Modifier and Type Method Description PaymentAttemptPaymentAttempt. addPluginPropertiesItem(PluginProperty pluginPropertiesItem)PaymentAttemptPaymentAttempt. setAccountId(UUID accountId)PaymentAttemptPaymentAttempt. setAmount(BigDecimal amount)PaymentAttemptPaymentAttempt. setCurrency(org.killbill.billing.catalog.api.Currency currency)PaymentAttemptPaymentAttempt. setEffectiveDate(org.joda.time.DateTime effectiveDate)PaymentAttemptPaymentAttempt. setPaymentExternalKey(String paymentExternalKey)PaymentAttemptPaymentAttempt. setPaymentMethodId(UUID paymentMethodId)PaymentAttemptPaymentAttempt. setPluginName(String pluginName)PaymentAttemptPaymentAttempt. setPluginProperties(List<PluginProperty> pluginProperties)PaymentAttemptPaymentAttempt. setStateName(String stateName)PaymentAttemptPaymentAttempt. setTransactionExternalKey(String transactionExternalKey)PaymentAttemptPaymentAttempt. setTransactionId(UUID transactionId)PaymentAttemptPaymentAttempt. setTransactionType(org.killbill.billing.payment.api.TransactionType transactionType)Methods in org.killbill.billing.client.model.gen that return types with arguments of type PaymentAttempt Modifier and Type Method Description List<PaymentAttempt>InvoicePayment. getPaymentAttempts()List<PaymentAttempt>Payment. getPaymentAttempts()Methods in org.killbill.billing.client.model.gen with parameters of type PaymentAttempt Modifier and Type Method Description InvoicePaymentInvoicePayment. addPaymentAttemptsItem(PaymentAttempt paymentAttemptsItem)PaymentPayment. addPaymentAttemptsItem(PaymentAttempt paymentAttemptsItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type PaymentAttempt Modifier and Type Method Description InvoicePaymentInvoicePayment. setPaymentAttempts(List<PaymentAttempt> paymentAttempts)PaymentPayment. setPaymentAttempts(List<PaymentAttempt> paymentAttempts)
-