Package com.onlinepayments.domain
Class SepaDirectDebitPaymentProduct771SpecificInput
java.lang.Object
com.onlinepayments.domain.SepaDirectDebitPaymentProduct771SpecificInput
-
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.voidObject containing information to create a SEPA Direct Debit mandate.The unique reference of the existing mandate to use in this payment.Object containing information to create a SEPA Direct Debit mandate.
-
Constructor Details
-
SepaDirectDebitPaymentProduct771SpecificInput
public SepaDirectDebitPaymentProduct771SpecificInput()
-
-
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 SepaDirectDebitPaymentProduct771SpecificInput 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.
-