Uses of Class
org.killbill.billing.invoice.api.InvoicePaymentType
-
Packages that use InvoicePaymentType Package Description org.killbill.billing.invoice.api -
-
Uses of InvoicePaymentType in org.killbill.billing.invoice.api
Methods in org.killbill.billing.invoice.api that return InvoicePaymentType Modifier and Type Method Description InvoicePaymentTypeInvoicePayment. getType()static InvoicePaymentTypeInvoicePaymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static InvoicePaymentType[]InvoicePaymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-