Uses of Class
com.xero.models.accounting.Receipt.StatusEnum
-
Packages that use Receipt.StatusEnum Package Description com.xero.models.accounting -
-
Uses of Receipt.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Receipt.StatusEnum Modifier and Type Method Description static Receipt.StatusEnumReceipt.StatusEnum. fromValue(String value)fromValueReceipt.StatusEnumReceipt. getStatus()Current status of receipt – see status typesstatic Receipt.StatusEnumReceipt.StatusEnum. valueOf(String name)Returns 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.StatusEnum Modifier and Type Method Description voidReceipt. setStatus(Receipt.StatusEnum status)Current status of receipt – see status typesReceiptReceipt. status(Receipt.StatusEnum status)Current status of receipt – see status types
-