Uses of Class
org.killbill.billing.client.model.gen.InvoicePayment
-
Packages that use InvoicePayment Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of InvoicePayment in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen that return InvoicePayment Modifier and Type Method Description InvoicePaymentInvoicePaymentApi. createChargeback(UUID paymentId, InvoicePaymentTransaction body, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicePaymentInvoicePaymentApi. createChargebackReversal(UUID paymentId, InvoicePaymentTransaction body, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicePaymentInvoiceApi. createInstantPayment(UUID invoiceId, InvoicePayment body, Boolean externalPayment, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicePaymentInvoiceApi. createInstantPayment(UUID invoiceId, InvoicePayment body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicePaymentInvoicePaymentApi. createRefundWithAdjustments(UUID paymentId, InvoicePaymentTransaction body, Boolean externalPayment, UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicePaymentInvoicePaymentApi. createRefundWithAdjustments(UUID paymentId, InvoicePaymentTransaction body, UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicePaymentInvoicePaymentApi. getInvoicePayment(UUID paymentId, Boolean withPluginInfo, Boolean withAttempts, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)InvoicePaymentInvoicePaymentApi. getInvoicePayment(UUID paymentId, Map<String,String> pluginProperty, RequestOptions inputOptions)Methods in org.killbill.billing.client.api.gen with parameters of type InvoicePayment Modifier and Type Method Description InvoicePaymentInvoiceApi. createInstantPayment(UUID invoiceId, InvoicePayment body, Boolean externalPayment, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)InvoicePaymentInvoiceApi. createInstantPayment(UUID invoiceId, InvoicePayment body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) -
Uses of InvoicePayment in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return types with arguments of type InvoicePayment Modifier and Type Method Description List<InvoicePayment>AccountTimeline. getPayments()Methods in org.killbill.billing.client.model.gen with parameters of type InvoicePayment Modifier and Type Method Description AccountTimelineAccountTimeline. addPaymentsItem(InvoicePayment paymentsItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type InvoicePayment Modifier and Type Method Description AccountTimelineAccountTimeline. setPayments(List<InvoicePayment> payments)
-