Package com.onlinepayments.domain
Class SepaDirectDebitPaymentMethodSpecificOutput
java.lang.Object
com.onlinepayments.domain.SepaDirectDebitPaymentMethodSpecificOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing the results of the fraud screeningOutput that is SEPA Direct Debit specific (i.e.Payment product identifier - Please see Products documentation for a full overview of possible values.voidsetFraudResults(FraudResults value) Object containing the results of the fraud screeningvoidOutput that is SEPA Direct Debit specific (i.e.voidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.withFraudResults(FraudResults value) Object containing the results of the fraud screeningOutput that is SEPA Direct Debit specific (i.e.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.
-
Constructor Details
-
SepaDirectDebitPaymentMethodSpecificOutput
public SepaDirectDebitPaymentMethodSpecificOutput()
-
-
Method Details
-
getFraudResults
Object containing the results of the fraud screening -
setFraudResults
Object containing the results of the fraud screening -
withFraudResults
Object containing the results of the fraud screening -
getPaymentProduct771SpecificOutput
Output that is SEPA Direct Debit specific (i.e. the used mandate) -
setPaymentProduct771SpecificOutput
Output that is SEPA Direct Debit specific (i.e. the used mandate) -
withPaymentProduct771SpecificOutput
public SepaDirectDebitPaymentMethodSpecificOutput withPaymentProduct771SpecificOutput(PaymentProduct771SpecificOutput value) Output that is SEPA Direct Debit specific (i.e. the used mandate) -
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.
-