Package com.onlinepayments.domain
Class SepaDirectDebitPaymentMethodSpecificInput
java.lang.Object
com.onlinepayments.domain.SepaDirectDebitPaymentMethodSpecificInput
-
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
-
SepaDirectDebitPaymentMethodSpecificInput
public SepaDirectDebitPaymentMethodSpecificInput()
-
-
Method Details
-
getPaymentProduct771SpecificInput
Object containing information specific to SEPA Direct Debit -
setPaymentProduct771SpecificInput
Object containing information specific to SEPA Direct Debit -
withPaymentProduct771SpecificInput
public SepaDirectDebitPaymentMethodSpecificInput withPaymentProduct771SpecificInput(SepaDirectDebitPaymentProduct771SpecificInput 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.
-