Package | Description |
---|---|
com.chargebee.models |
Modifier and Type | Method and Description |
---|---|
Item.Status |
Item.status() |
static Item.Status |
Item.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Item.Status[] |
Item.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumFilter<Item.Status,Export.ItemsRequest> |
Export.ItemsRequest.itemStatus() |
EnumFilter<Item.Status,Item.ItemListRequest> |
Item.ItemListRequest.status() |
Modifier and Type | Method and Description |
---|---|
Item.UpdateRequest |
Item.UpdateRequest.status(Item.Status status) |
Copyright © 2023 ChargeBee. All rights reserved.