| Package | Description |
|---|---|
| ch.postfinance.sdk.service |
| Modifier and Type | Method and Description |
|---|---|
PaymentProcessor |
PaymentProcessorService.read(Long id)
Read
Reads the entity with the given 'id' and returns it.
|
PaymentProcessor |
PaymentProcessorService.read(Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
List<PaymentProcessor> |
PaymentProcessorService.all()
All
This operation returns all entities which are available.
|
List<PaymentProcessor> |
PaymentProcessorService.all(Map<String,Object> params)
All
This operation returns all entities which are available.
|
Copyright © 2021. All rights reserved.