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