| Package | Description |
|---|---|
| de.adorsys.aspsp.xs2a.domain.pis | |
| de.adorsys.aspsp.xs2a.service | |
| de.adorsys.aspsp.xs2a.service.mapper | |
| de.adorsys.aspsp.xs2a.service.profile |
| Modifier and Type | Method and Description |
|---|---|
static PaymentProduct |
PaymentProduct.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentProduct[] |
PaymentProduct.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<PaymentProduct> |
PaymentProduct.getByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject |
PaymentService.createPayment(Object payment,
PaymentType paymentType,
PaymentProduct paymentProduct,
String tppSignatureCertificate)
Initiates a payment though "payment service" corresponding service method
|
| Modifier and Type | Method and Description |
|---|---|
Object |
PaymentModelMapper.mapToGetPaymentResponse12(Object payment,
PaymentType type,
PaymentProduct product) |
Object |
PaymentModelMapper.mapToPaymentInitiationResponse12(Object response,
PaymentType type,
PaymentProduct product) |
Object |
PaymentModelMapper.mapToXs2aPayment(Object payment,
PaymentType type,
PaymentProduct product) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentProduct> |
AspspProfileService.getAvailablePaymentProducts()
Gets a list of payment products allowed by current ASPSP from ASPSP profile service
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.