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