@Component public class PaymentMapper extends Object
| Constructor and Description |
|---|
PaymentMapper(Xs2aObjectMapper xs2aObjectMapper,
PurposeCodeMapper purposeCodeMapper,
RemittanceMapper remittanceMapper) |
| Modifier and Type | Method and Description |
|---|---|
BulkPayment |
getBulkPayment(Object body) |
PeriodicPayment |
getPeriodicPayment(Object body) |
SinglePayment |
getSinglePayment(Object body) |
@Autowired public PaymentMapper(Xs2aObjectMapper xs2aObjectMapper, PurposeCodeMapper purposeCodeMapper, RemittanceMapper remittanceMapper)
public SinglePayment getSinglePayment(Object body)
public PeriodicPayment getPeriodicPayment(Object body)
public BulkPayment getBulkPayment(Object body)
Copyright © 2020. All rights reserved.