| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected LineItemType |
LineItem.type |
protected LineItemType |
LineItemCreate.type |
| Modifier and Type | Method and Description |
|---|---|
static LineItemType |
LineItemType.fromValue(String text) |
LineItemType |
LineItem.getType() |
LineItemType |
LineItemCreate.getType() |
static LineItemType |
LineItemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineItemType[] |
LineItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineItemCreate.setType(LineItemType type) |
LineItemCreate |
LineItemCreate.type(LineItemType type) |
Copyright © 2021. All rights reserved.