| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentMethodBrand |
PaymentConnector.paymentMethodBrand |
| Modifier and Type | Field and Description |
|---|---|
protected List<PaymentMethodBrand> |
AbstractTransactionPending.allowedPaymentMethodBrands |
protected List<PaymentMethodBrand> |
Transaction.allowedPaymentMethodBrands |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodBrand |
PaymentConnector.getPaymentMethodBrand() |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentMethodBrand> |
AbstractTransactionPending.getAllowedPaymentMethodBrands() |
List<PaymentMethodBrand> |
Transaction.getAllowedPaymentMethodBrands() |
| Modifier and Type | Method and Description |
|---|---|
AbstractTransactionPending |
AbstractTransactionPending.addAllowedPaymentMethodBrandsItem(PaymentMethodBrand allowedPaymentMethodBrandsItem) |
| Modifier and Type | Method and Description |
|---|---|
AbstractTransactionPending |
AbstractTransactionPending.allowedPaymentMethodBrands(List<PaymentMethodBrand> allowedPaymentMethodBrands) |
void |
AbstractTransactionPending.setAllowedPaymentMethodBrands(List<PaymentMethodBrand> allowedPaymentMethodBrands) |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodBrand |
PaymentMethodBrandService.read(Long id)
Read
Reads the entity with the given 'id' and returns it.
|
PaymentMethodBrand |
PaymentMethodBrandService.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<PaymentMethodBrand> |
PaymentMethodBrandService.all()
All
This operation returns all entities which are available.
|
List<PaymentMethodBrand> |
PaymentMethodBrandService.all(Map<String,Object> params)
All
This operation returns all entities which are available.
|
Copyright © 2022. All rights reserved.