| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected CustomersPresence |
TransactionCreate.customersPresence |
protected CustomersPresence |
Transaction.customersPresence |
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomersPresence> |
PaymentConnector.supportedCustomersPresences |
| Modifier and Type | Method and Description |
|---|---|
static CustomersPresence |
CustomersPresence.fromValue(String text) |
CustomersPresence |
TransactionCreate.getCustomersPresence()
The customer's presence indicates what kind of authentication methods can be used during the authorization of the transaction.
|
CustomersPresence |
Transaction.getCustomersPresence()
The customer's presence indicates what kind of authentication methods can be used during the authorization of the transaction.
|
static CustomersPresence |
CustomersPresence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomersPresence[] |
CustomersPresence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomersPresence> |
PaymentConnector.getSupportedCustomersPresences() |
| Modifier and Type | Method and Description |
|---|---|
TransactionCreate |
TransactionCreate.customersPresence(CustomersPresence customersPresence) |
void |
TransactionCreate.setCustomersPresence(CustomersPresence customersPresence) |
Copyright © 2021. All rights reserved.