Uses of Enum
com.xero.models.accounting.CreditNote.TypeEnum
Packages that use CreditNote.TypeEnum
-
Uses of CreditNote.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return CreditNote.TypeEnumModifier and TypeMethodDescriptionstatic CreditNote.TypeEnumfromValueCreditNote.getType()See Credit Note Typesstatic CreditNote.TypeEnumReturns 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.TypeEnumModifier and TypeMethodDescriptionvoidCreditNote.setType(CreditNote.TypeEnum type) See Credit Note TypesCreditNote.type(CreditNote.TypeEnum type) See Credit Note Types