Package com.onlinepayments.domain
Class SubsequentPaymentRequest
java.lang.Object
com.onlinepayments.domain.SubsequentPaymentRequest
-
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.Object containing the specific input details for subsequent card paymentsspecific data required for Bizum subsequent paymentvoidOrder 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 subsequent card paymentsvoidspecific data required for Bizum subsequent paymentOrder 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 subsequent card paymentsspecific data required for Bizum subsequent payment
-
Constructor Details
-
SubsequentPaymentRequest
public SubsequentPaymentRequest()
-
-
Method Details
-
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. -
getSubsequentPaymentProduct5001SpecificInput
specific data required for Bizum subsequent payment -
setSubsequentPaymentProduct5001SpecificInput
public void setSubsequentPaymentProduct5001SpecificInput(SubsequentPaymentProduct5001SpecificInput value) specific data required for Bizum subsequent payment -
withSubsequentPaymentProduct5001SpecificInput
public SubsequentPaymentRequest withSubsequentPaymentProduct5001SpecificInput(SubsequentPaymentProduct5001SpecificInput value) specific data required for Bizum subsequent payment -
getSubsequentcardPaymentMethodSpecificInput
Object containing the specific input details for subsequent card payments -
setSubsequentcardPaymentMethodSpecificInput
public void setSubsequentcardPaymentMethodSpecificInput(SubsequentCardPaymentMethodSpecificInput value) Object containing the specific input details for subsequent card payments -
withSubsequentcardPaymentMethodSpecificInput
public SubsequentPaymentRequest withSubsequentcardPaymentMethodSpecificInput(SubsequentCardPaymentMethodSpecificInput value) Object containing the specific input details for subsequent card payments
-