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