Package com.onlinepayments.domain
Class SepaDirectDebitPaymentProduct771SpecificInputBase
java.lang.Object
com.onlinepayments.domain.SepaDirectDebitPaymentProduct771SpecificInputBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe unique reference of the existing mandate to use in this payment.Object containing information to create a SEPA Direct Debit mandate.voidThe unique reference of the existing mandate to use in this payment.voidsetMandate(CreateMandateRequest value) Object containing information to create a SEPA Direct Debit mandate.The unique reference of the existing mandate to use in this payment.withMandate(CreateMandateRequest value) Object containing information to create a SEPA Direct Debit mandate.
-
Constructor Details
-
SepaDirectDebitPaymentProduct771SpecificInputBase
public SepaDirectDebitPaymentProduct771SpecificInputBase()
-
-
Method Details
-
getExistingUniqueMandateReference
The unique reference of the existing mandate to use in this payment. -
setExistingUniqueMandateReference
The unique reference of the existing mandate to use in this payment. -
withExistingUniqueMandateReference
public SepaDirectDebitPaymentProduct771SpecificInputBase withExistingUniqueMandateReference(String value) The unique reference of the existing mandate to use in this payment. -
getMandate
Object containing information to create a SEPA Direct Debit mandate. -
setMandate
Object containing information to create a SEPA Direct Debit mandate. -
withMandate
Object containing information to create a SEPA Direct Debit mandate.
-