| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentConnectorConfiguration |
ChargeAttempt.connectorConfiguration |
protected PaymentConnectorConfiguration |
TokenVersion.paymentConnectorConfiguration |
protected PaymentConnectorConfiguration |
InvoiceReimbursement.paymentConnectorConfiguration |
protected PaymentConnectorConfiguration |
Transaction.paymentConnectorConfiguration |
| Modifier and Type | Method and Description |
|---|---|
PaymentConnectorConfiguration |
ChargeAttempt.getConnectorConfiguration() |
PaymentConnectorConfiguration |
TokenVersion.getPaymentConnectorConfiguration() |
PaymentConnectorConfiguration |
InvoiceReimbursement.getPaymentConnectorConfiguration() |
PaymentConnectorConfiguration |
Transaction.getPaymentConnectorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PaymentConnectorConfiguration |
PaymentConnectorConfigurationService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
PaymentConnectorConfiguration |
PaymentConnectorConfigurationService.read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentConnectorConfiguration> |
PaymentConnectorConfigurationService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<PaymentConnectorConfiguration> |
PaymentConnectorConfigurationService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2022. All rights reserved.