Uses of Class
com.xero.models.accounting.CreditNote.TypeEnum
-
Packages that use CreditNote.TypeEnum Package Description com.xero.models.accounting -
-
Uses of CreditNote.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return CreditNote.TypeEnum Modifier and Type Method Description static CreditNote.TypeEnumCreditNote.TypeEnum. fromValue(String value)fromValueCreditNote.TypeEnumCreditNote. getType()See Credit Note Typesstatic CreditNote.TypeEnumCreditNote.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreditNote.TypeEnum[]CreditNote.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type CreditNote.TypeEnum Modifier and Type Method Description voidCreditNote. setType(CreditNote.TypeEnum type)See Credit Note TypesCreditNoteCreditNote. type(CreditNote.TypeEnum type)See Credit Note Types
-