Package | Description |
---|---|
de.adorsys.opba.consentapi.controller | |
de.adorsys.opba.consentapi.model.generated | |
de.adorsys.opba.consentapi.service.mapper |
Modifier and Type | Method and Description |
---|---|
default PaymentProduct |
AuthStateConsentServiceController.AuthStateBodyToApiMapper.mapToProduct(PaymentProductDetails value) |
Modifier and Type | Method and Description |
---|---|
static PaymentProduct |
PaymentProduct.fromValue(String text) |
@Valid PaymentProduct |
SinglePayment.getPaymentProduct()
Get paymentProduct
|
@Valid PaymentProduct |
BulkPayment.getPaymentProduct()
Get paymentProduct
|
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 |
---|---|
SinglePayment |
SinglePayment.paymentProduct(PaymentProduct paymentProduct) |
BulkPayment |
BulkPayment.paymentProduct(PaymentProduct paymentProduct) |
void |
SinglePayment.setPaymentProduct(PaymentProduct paymentProduct) |
void |
BulkPayment.setPaymentProduct(PaymentProduct paymentProduct) |
Modifier and Type | Method and Description |
---|---|
default PaymentProductDetails |
PisSinglePaymentMapper.map(PaymentProduct from) |
Copyright © 2020. All rights reserved.