Uses of Enum
com.xero.models.accounting.Receipt.StatusEnum
Packages that use Receipt.StatusEnum
-
Uses of Receipt.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Receipt.StatusEnumModifier and TypeMethodDescriptionstatic Receipt.StatusEnumfromValueReceipt.getStatus()Current status of receipt – see status typesstatic Receipt.StatusEnumReturns the enum constant of this type with the specified name.static Receipt.StatusEnum[]Receipt.StatusEnum.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 Receipt.StatusEnumModifier and TypeMethodDescriptionvoidReceipt.setStatus(Receipt.StatusEnum status) Current status of receipt – see status typesReceipt.status(Receipt.StatusEnum status) Current status of receipt – see status types