Package com.onlinepayments.domain
Class PaymentProduct5500SpecificOutput
java.lang.Object
com.onlinepayments.domain.PaymentProduct5500SpecificOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe reference to be used during Multibanco payment for reconciliation matterThe end date of the payment validityThe reference to be used within the Multibanco network to confirm the paymentThe start date of the payment validityvoidsetEntityId(String value) The reference to be used during Multibanco payment for reconciliation mattervoidsetPaymentEndDate(String value) The end date of the payment validityvoidsetPaymentReference(String value) The reference to be used within the Multibanco network to confirm the paymentvoidsetPaymentStartDate(String value) The start date of the payment validitywithEntityId(String value) The reference to be used during Multibanco payment for reconciliation matterwithPaymentEndDate(String value) The end date of the payment validitywithPaymentReference(String value) The reference to be used within the Multibanco network to confirm the paymentwithPaymentStartDate(String value) The start date of the payment validity
-
Constructor Details
-
PaymentProduct5500SpecificOutput
public PaymentProduct5500SpecificOutput()
-
-
Method Details
-
getEntityId
The reference to be used during Multibanco payment for reconciliation matter -
setEntityId
The reference to be used during Multibanco payment for reconciliation matter -
withEntityId
The reference to be used during Multibanco payment for reconciliation matter -
getPaymentEndDate
The end date of the payment validity -
setPaymentEndDate
The end date of the payment validity -
withPaymentEndDate
The end date of the payment validity -
getPaymentReference
The reference to be used within the Multibanco network to confirm the payment -
setPaymentReference
The reference to be used within the Multibanco network to confirm the payment -
withPaymentReference
The reference to be used within the Multibanco network to confirm the payment -
getPaymentStartDate
The start date of the payment validity -
setPaymentStartDate
The start date of the payment validity -
withPaymentStartDate
The start date of the payment validity
-