| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected DataCollectionType |
PaymentConnector.dataCollectionType |
protected DataCollectionType |
PaymentMethodConfiguration.dataCollectionType |
| Modifier and Type | Field and Description |
|---|---|
protected List<DataCollectionType> |
PaymentMethod.dataCollectionTypes |
| Modifier and Type | Method and Description |
|---|---|
static DataCollectionType |
DataCollectionType.fromValue(String text) |
DataCollectionType |
PaymentConnector.getDataCollectionType() |
DataCollectionType |
PaymentMethodConfiguration.getDataCollectionType()
The data collection type determines who is collecting the payment information.
|
static DataCollectionType |
DataCollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCollectionType[] |
DataCollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataCollectionType> |
PaymentMethod.getDataCollectionTypes() |
Copyright © 2022. All rights reserved.