| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentMethodConfiguration |
PaymentConnectorConfiguration.paymentMethodConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected List<PaymentMethodConfiguration> |
AbstractPaymentLinkUpdate.allowedPaymentMethodConfigurations |
protected List<PaymentMethodConfiguration> |
PaymentLinkUpdate.allowedPaymentMethodConfigurations |
protected List<PaymentMethodConfiguration> |
PaymentLink.allowedPaymentMethodConfigurations |
protected List<PaymentMethodConfiguration> |
ShopifyIntegration.allowedPaymentMethodConfigurations |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodConfiguration |
PaymentConnectorConfiguration.getPaymentMethodConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentMethodConfiguration> |
AbstractPaymentLinkUpdate.getAllowedPaymentMethodConfigurations()
The allowed payment method configurations restrict the payment methods which can be used with this payment link.
|
List<PaymentMethodConfiguration> |
PaymentLinkUpdate.getAllowedPaymentMethodConfigurations()
The allowed payment method configurations restrict the payment methods which can be used with this payment link.
|
List<PaymentMethodConfiguration> |
PaymentLink.getAllowedPaymentMethodConfigurations()
The allowed payment method configurations restrict the payment methods which can be used with this payment link.
|
List<PaymentMethodConfiguration> |
ShopifyIntegration.getAllowedPaymentMethodConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
AbstractPaymentLinkUpdate |
AbstractPaymentLinkUpdate.addAllowedPaymentMethodConfigurationsItem(PaymentMethodConfiguration allowedPaymentMethodConfigurationsItem) |
PaymentLinkUpdate |
PaymentLinkUpdate.addAllowedPaymentMethodConfigurationsItem(PaymentMethodConfiguration allowedPaymentMethodConfigurationsItem) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPaymentLinkUpdate |
AbstractPaymentLinkUpdate.allowedPaymentMethodConfigurations(List<PaymentMethodConfiguration> allowedPaymentMethodConfigurations) |
PaymentLinkUpdate |
PaymentLinkUpdate.allowedPaymentMethodConfigurations(List<PaymentMethodConfiguration> allowedPaymentMethodConfigurations) |
void |
AbstractPaymentLinkUpdate.setAllowedPaymentMethodConfigurations(List<PaymentMethodConfiguration> allowedPaymentMethodConfigurations) |
void |
PaymentLinkUpdate.setAllowedPaymentMethodConfigurations(List<PaymentMethodConfiguration> allowedPaymentMethodConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodConfiguration |
PaymentMethodConfigurationService.read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
PaymentMethodConfiguration |
PaymentMethodConfigurationService.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<PaymentMethodConfiguration> |
TransactionService.fetchPaymentMethods(Long spaceId,
Long id,
String integrationMode)
Fetch Possible Payment Methods
This operation allows to get the payment method configurations which can be used with the provided transaction.
|
List<PaymentMethodConfiguration> |
TransactionService.fetchPaymentMethods(Long spaceId,
Long id,
String integrationMode,
Map<String,Object> params)
Fetch Possible Payment Methods
This operation allows to get the payment method configurations which can be used with the provided transaction.
|
List<PaymentMethodConfiguration> |
TransactionService.fetchPaymentMethodsWithCredentials(String credentials,
String integrationMode)
Fetch Possible Payment Methods with Credentials
This operation allows to get the payment method configurations which can be used with the provided transaction.
|
List<PaymentMethodConfiguration> |
TransactionService.fetchPaymentMethodsWithCredentials(String credentials,
String integrationMode,
Map<String,Object> params)
Fetch Possible Payment Methods with Credentials
This operation allows to get the payment method configurations which can be used with the provided transaction.
|
List<PaymentMethodConfiguration> |
PaymentMethodConfigurationService.search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<PaymentMethodConfiguration> |
PaymentMethodConfigurationService.search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2021. All rights reserved.