Uses of Class
org.killbill.billing.client.model.gen.PaymentMethod
-
Packages that use PaymentMethod Package Description org.killbill.billing.client.api.gen org.killbill.billing.client.model.gen -
-
Uses of PaymentMethod in org.killbill.billing.client.api.gen
Methods in org.killbill.billing.client.api.gen that return PaymentMethod Modifier and Type Method Description PaymentMethodAccountApi. createPaymentMethod(UUID accountId, PaymentMethod body, Boolean isDefault, Boolean payAllUnpaidInvoices, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentMethodAccountApi. createPaymentMethod(UUID accountId, PaymentMethod body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentMethodPaymentMethodApi. getPaymentMethod(UUID paymentMethodId, Boolean includedDeleted, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodPaymentMethodApi. getPaymentMethod(UUID paymentMethodId, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentMethodPaymentMethodApi. getPaymentMethodByKey(String externalKey, Boolean includedDeleted, Boolean withPluginInfo, Map<String,String> pluginProperty, org.killbill.billing.util.api.AuditLevel audit, RequestOptions inputOptions)PaymentMethodPaymentMethodApi. getPaymentMethodByKey(String externalKey, Map<String,String> pluginProperty, RequestOptions inputOptions)Methods in org.killbill.billing.client.api.gen with parameters of type PaymentMethod Modifier and Type Method Description PaymentMethodAccountApi. createPaymentMethod(UUID accountId, PaymentMethod body, Boolean isDefault, Boolean payAllUnpaidInvoices, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions)PaymentMethodAccountApi. createPaymentMethod(UUID accountId, PaymentMethod body, List<String> controlPluginName, Map<String,String> pluginProperty, RequestOptions inputOptions) -
Uses of PaymentMethod in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return PaymentMethod Modifier and Type Method Description PaymentMethodComboHostedPaymentPage. getPaymentMethod()PaymentMethodComboPaymentTransaction. getPaymentMethod()PaymentMethodPaymentMethod. setAccountId(UUID accountId)PaymentMethodPaymentMethod. setExternalKey(String externalKey)PaymentMethodPaymentMethod. setIsDefault(Boolean isDefault)PaymentMethodPaymentMethod. setPaymentMethodId(UUID paymentMethodId)PaymentMethodPaymentMethod. setPluginInfo(PaymentMethodPluginDetail pluginInfo)PaymentMethodPaymentMethod. setPluginName(String pluginName)Methods in org.killbill.billing.client.model.gen with parameters of type PaymentMethod Modifier and Type Method Description ComboHostedPaymentPageComboHostedPaymentPage. setPaymentMethod(PaymentMethod paymentMethod)ComboPaymentTransactionComboPaymentTransaction. setPaymentMethod(PaymentMethod paymentMethod)Constructors in org.killbill.billing.client.model.gen with parameters of type PaymentMethod Constructor Description ComboHostedPaymentPage(Account account, PaymentMethod paymentMethod, HostedPaymentPageFields hostedPaymentPageFields, List<PluginProperty> paymentMethodPluginProperties, List<AuditLog> auditLogs)ComboPaymentTransaction(Account account, PaymentMethod paymentMethod, PaymentTransaction transaction, List<PluginProperty> paymentMethodPluginProperties, List<PluginProperty> transactionPluginProperties, List<AuditLog> auditLogs)
-