| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected TokenizationMode |
AbstractTransactionPending.tokenizationMode |
protected TokenizationMode |
Transaction.tokenizationMode |
| Modifier and Type | Method and Description |
|---|---|
static TokenizationMode |
TokenizationMode.fromValue(String text) |
TokenizationMode |
AbstractTransactionPending.getTokenizationMode()
The tokenization mode controls if and how the tokenization of payment information is applied to the transaction.
|
TokenizationMode |
Transaction.getTokenizationMode()
The tokenization mode controls if and how the tokenization of payment information is applied to the transaction.
|
static TokenizationMode |
TokenizationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenizationMode[] |
TokenizationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransactionPending.setTokenizationMode(TokenizationMode tokenizationMode) |
AbstractTransactionPending |
AbstractTransactionPending.tokenizationMode(TokenizationMode tokenizationMode) |
Copyright © 2023. All rights reserved.