@Service public class CreateSinglePaymentService extends Object implements CreatePaymentService<SinglePayment,SinglePaymentInitiationResponse>
| Constructor and Description |
|---|
CreateSinglePaymentService() |
| Modifier and Type | Method and Description |
|---|---|
ResponseObject<SinglePaymentInitiationResponse> |
createPayment(SinglePayment singlePayment,
PaymentInitiationParameters paymentInitiationParameters,
TppInfo tppInfo)
Initiates single payment
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildErrorResponsepublic ResponseObject<SinglePaymentInitiationResponse> createPayment(SinglePayment singlePayment, PaymentInitiationParameters paymentInitiationParameters, TppInfo tppInfo)
createPayment in interface CreatePaymentService<SinglePayment,SinglePaymentInitiationResponse>singlePayment - Single payment informationpaymentInitiationParameters - payment initiation parameterstppInfo - information about particular TPPCopyright © 2019. All rights reserved.