@Service public class EmbeddedScaPaymentService extends Object implements ScaPaymentService
| Constructor and Description |
|---|
EmbeddedScaPaymentService() |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentInitialisationResponse> |
createBulkPayment(List<SinglePayment> payments,
TppInfo tppInfo,
String paymentProduct) |
PaymentInitialisationResponse |
createPeriodicPayment(PeriodicPayment payment,
TppInfo tppInfo,
String paymentProduct) |
PaymentInitialisationResponse |
createSinglePayment(SinglePayment payment,
TppInfo tppInfo,
String paymentProduct) |
public PaymentInitialisationResponse createPeriodicPayment(PeriodicPayment payment, TppInfo tppInfo, String paymentProduct)
createPeriodicPayment in interface ScaPaymentServicepublic List<PaymentInitialisationResponse> createBulkPayment(List<SinglePayment> payments, TppInfo tppInfo, String paymentProduct)
createBulkPayment in interface ScaPaymentServicepublic PaymentInitialisationResponse createSinglePayment(SinglePayment payment, TppInfo tppInfo, String paymentProduct)
createSinglePayment in interface ScaPaymentServiceCopyright © 2018 Pivotal Software, Inc.. All rights reserved.