Uses of Class
org.killbill.billing.client.model.gen.ComboPaymentTransaction
-
Packages that use ComboPaymentTransaction Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of ComboPaymentTransaction in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen with parameters of type ComboPaymentTransaction Modifier and Type Method Description PaymentPaymentApi. createComboPayment(ComboPaymentTransaction body, List<String> controlPluginName, RequestOptions inputOptions) -
Uses of ComboPaymentTransaction in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return ComboPaymentTransaction Modifier and Type Method Description ComboPaymentTransactionComboPaymentTransaction. addPaymentMethodPluginPropertiesItem(PluginProperty paymentMethodPluginPropertiesItem)ComboPaymentTransactionComboPaymentTransaction. addTransactionPluginPropertiesItem(PluginProperty transactionPluginPropertiesItem)ComboPaymentTransactionComboPaymentTransaction. setAccount(Account account)ComboPaymentTransactionComboPaymentTransaction. setPaymentMethod(PaymentMethod paymentMethod)ComboPaymentTransactionComboPaymentTransaction. setPaymentMethodPluginProperties(List<PluginProperty> paymentMethodPluginProperties)ComboPaymentTransactionComboPaymentTransaction. setTransaction(PaymentTransaction transaction)ComboPaymentTransactionComboPaymentTransaction. setTransactionPluginProperties(List<PluginProperty> transactionPluginProperties)
-