Package com.onlinepayments.domain
Class SepaDirectDebitPaymentMethodSpecificInputBase
java.lang.Object
com.onlinepayments.domain.SepaDirectDebitPaymentMethodSpecificInputBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing information specific to SEPA Direct DebitPayment product identifier - Please see Products documentation for a full overview of possible values.voidObject containing information specific to SEPA Direct DebitvoidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.Object containing information specific to SEPA Direct DebitwithPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.
-
Constructor Details
-
SepaDirectDebitPaymentMethodSpecificInputBase
public SepaDirectDebitPaymentMethodSpecificInputBase()
-
-
Method Details
-
getPaymentProduct771SpecificInput
Object containing information specific to SEPA Direct Debit -
setPaymentProduct771SpecificInput
public void setPaymentProduct771SpecificInput(SepaDirectDebitPaymentProduct771SpecificInputBase value) Object containing information specific to SEPA Direct Debit -
withPaymentProduct771SpecificInput
public SepaDirectDebitPaymentMethodSpecificInputBase withPaymentProduct771SpecificInput(SepaDirectDebitPaymentProduct771SpecificInputBase value) Object containing information specific to SEPA Direct Debit -
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values.
-