Package com.onlinepayments.domain
Class CreateHostedCheckoutRequest
java.lang.Object
com.onlinepayments.domain.CreateHostedCheckoutRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing the specific input details for card paymentsThis section will contain feedback Urls to provide feedback on the payment.Object containing additional data that will be used to assess the risk of fraudObject containing hosted checkout specific dataObject containing the specific input details for mobile paymentsgetOrder()Order object containing order related data Please note that this object is required to be able to submit the amount.Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalObject containing the specific input details for SEPA direct debit paymentsvoidObject containing the specific input details for card paymentsvoidsetFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.voidsetFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudvoidObject containing hosted checkout specific datavoidObject containing the specific input details for mobile paymentsvoidOrder object containing order related data Please note that this object is required to be able to submit the amount.voidObject containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalvoidObject containing the specific input details for SEPA direct debit paymentsObject containing the specific input details for card paymentswithFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.withFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudObject containing hosted checkout specific dataObject containing the specific input details for mobile paymentsOrder object containing order related data Please note that this object is required to be able to submit the amount.Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalObject containing the specific input details for SEPA direct debit payments
-
Constructor Details
-
CreateHostedCheckoutRequest
public CreateHostedCheckoutRequest()
-
-
Method Details
-
getCardPaymentMethodSpecificInput
Object containing the specific input details for card payments -
setCardPaymentMethodSpecificInput
Object containing the specific input details for card payments -
withCardPaymentMethodSpecificInput
public CreateHostedCheckoutRequest withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value) Object containing the specific input details for card payments -
getFeedbacks
This section will contain feedback Urls to provide feedback on the payment. -
setFeedbacks
This section will contain feedback Urls to provide feedback on the payment. -
withFeedbacks
This section will contain feedback Urls to provide feedback on the payment. -
getFraudFields
Object containing additional data that will be used to assess the risk of fraud -
setFraudFields
Object containing additional data that will be used to assess the risk of fraud -
withFraudFields
Object containing additional data that will be used to assess the risk of fraud -
getHostedCheckoutSpecificInput
Object containing hosted checkout specific data -
setHostedCheckoutSpecificInput
Object containing hosted checkout specific data -
withHostedCheckoutSpecificInput
public CreateHostedCheckoutRequest withHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value) Object containing hosted checkout specific data -
getMobilePaymentMethodSpecificInput
Object containing the specific input details for mobile payments -
setMobilePaymentMethodSpecificInput
public void setMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile payments -
withMobilePaymentMethodSpecificInput
public CreateHostedCheckoutRequest withMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile payments -
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. -
getRedirectPaymentMethodSpecificInput
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal -
setRedirectPaymentMethodSpecificInput
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal -
withRedirectPaymentMethodSpecificInput
public CreateHostedCheckoutRequest withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal -
getSepaDirectDebitPaymentMethodSpecificInput
Object containing the specific input details for SEPA direct debit payments -
setSepaDirectDebitPaymentMethodSpecificInput
public void setSepaDirectDebitPaymentMethodSpecificInput(SepaDirectDebitPaymentMethodSpecificInputBase value) Object containing the specific input details for SEPA direct debit payments -
withSepaDirectDebitPaymentMethodSpecificInput
public CreateHostedCheckoutRequest withSepaDirectDebitPaymentMethodSpecificInput(SepaDirectDebitPaymentMethodSpecificInputBase value) Object containing the specific input details for SEPA direct debit payments
-