| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionEnvironmentSelectionStrategy |
TransactionCreate.environmentSelectionStrategy |
protected TransactionEnvironmentSelectionStrategy |
Transaction.environmentSelectionStrategy |
| Modifier and Type | Method and Description |
|---|---|
static TransactionEnvironmentSelectionStrategy |
TransactionEnvironmentSelectionStrategy.fromValue(String text) |
TransactionEnvironmentSelectionStrategy |
TransactionCreate.getEnvironmentSelectionStrategy()
The environment selection strategy determines how the environment (test or production) for processing the transaction is selected.
|
TransactionEnvironmentSelectionStrategy |
Transaction.getEnvironmentSelectionStrategy()
The environment selection strategy determines how the environment (test or production) for processing the transaction is selected.
|
static TransactionEnvironmentSelectionStrategy |
TransactionEnvironmentSelectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionEnvironmentSelectionStrategy[] |
TransactionEnvironmentSelectionStrategy.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.environmentSelectionStrategy(TransactionEnvironmentSelectionStrategy environmentSelectionStrategy) |
void |
TransactionCreate.setEnvironmentSelectionStrategy(TransactionEnvironmentSelectionStrategy environmentSelectionStrategy) |
Copyright © 2023. All rights reserved.