Package com.onlinepayments.domain
Class CompletePaymentRequest
java.lang.Object
com.onlinepayments.domain.CompletePaymentRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()Order object containing order related data Please note that this object is required to be able to submit the amount.voidvoidOrder object containing order related data Please note that this object is required to be able to submit the amount.Order object containing order related data Please note that this object is required to be able to submit the amount.
-
Constructor Details
-
CompletePaymentRequest
public CompletePaymentRequest()
-
-
Method Details
-
getCardPaymentMethodSpecificInput
-
setCardPaymentMethodSpecificInput
-
withCardPaymentMethodSpecificInput
public CompletePaymentRequest withCardPaymentMethodSpecificInput(CompletePaymentCardPaymentMethodSpecificInput value) -
getOrder
Order object containing order related data Please note that this object is required to be able to submit the amount. -
setOrder
Order object containing order related data Please note that this object is required to be able to submit the amount. -
withOrder
Order object containing order related data Please note that this object is required to be able to submit the amount.
-