Package com.onlinepayments.domain
Class CreatePaymentResponse
java.lang.Object
com.onlinepayments.domain.CreatePaymentResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing the details of the created payment.Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentObject that holds the payment related propertiesvoidObject containing the details of the created payment.voidsetMerchantAction(MerchantAction value) Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentvoidsetPayment(PaymentResponse value) Object that holds the payment related propertiesObject containing the details of the created payment.withMerchantAction(MerchantAction value) Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the paymentwithPayment(PaymentResponse value) Object that holds the payment related properties
-
Constructor Details
-
CreatePaymentResponse
public CreatePaymentResponse()
-
-
Method Details
-
getCreationOutput
Object containing the details of the created payment. -
setCreationOutput
Object containing the details of the created payment. -
withCreationOutput
Object containing the details of the created payment. -
getMerchantAction
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment -
setMerchantAction
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment -
withMerchantAction
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment -
getPayment
Object that holds the payment related properties -
setPayment
Object that holds the payment related properties -
withPayment
Object that holds the payment related properties
-