@Component public class PaymentMapper extends Object
| Constructor and Description |
|---|
PaymentMapper() |
| Modifier and Type | Method and Description |
|---|---|
List<SinglePayment> |
mapToBulkPayment(List<SpiSinglePayment> spiSinglePayment) |
PaymentInitialisationResponse |
mapToPaymentInitializationResponse(SpiPaymentInitialisationResponse response) |
PaymentInitialisationResponse |
mapToPaymentInitResponseFailedPayment(SinglePayment payment,
MessageErrorCode error) |
PeriodicPayment |
mapToPeriodicPayment(SpiPeriodicPayment spiPeriodicPayment) |
SinglePayment |
mapToSinglePayment(SpiSinglePayment spiSinglePayment) |
SpiPaymentType |
mapToSpiPaymentType(PaymentType paymentType) |
SpiPeriodicPayment |
mapToSpiPeriodicPayment(PeriodicPayment periodicPayment) |
SpiSinglePayment |
mapToSpiSinglePayment(SinglePayment paymentInitiationRequest) |
List<SpiSinglePayment> |
mapToSpiSinglePaymentList(List<SinglePayment> payments) |
TppInfo |
mapToTppInfo(String tppSignatureCertificate) |
Xs2aTransactionStatus |
mapToTransactionStatus(SpiTransactionStatus spiTransactionStatus) |
public Xs2aTransactionStatus mapToTransactionStatus(SpiTransactionStatus spiTransactionStatus)
public List<SpiSinglePayment> mapToSpiSinglePaymentList(List<SinglePayment> payments)
public SpiSinglePayment mapToSpiSinglePayment(SinglePayment paymentInitiationRequest)
public SpiPeriodicPayment mapToSpiPeriodicPayment(PeriodicPayment periodicPayment)
public PaymentInitialisationResponse mapToPaymentInitializationResponse(SpiPaymentInitialisationResponse response)
public PaymentInitialisationResponse mapToPaymentInitResponseFailedPayment(SinglePayment payment, MessageErrorCode error)
public SpiPaymentType mapToSpiPaymentType(PaymentType paymentType)
public SinglePayment mapToSinglePayment(SpiSinglePayment spiSinglePayment)
public PeriodicPayment mapToPeriodicPayment(SpiPeriodicPayment spiPeriodicPayment)
public List<SinglePayment> mapToBulkPayment(List<SpiSinglePayment> spiSinglePayment)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.