Package com.onlinepayments.domain
Class MultiplePaymentInformation
java.lang.Object
com.onlinepayments.domain.MultiplePaymentInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTypology of multiple payment.Total number of payments.voidsetPaymentPattern(String value) Typology of multiple payment.voidsetTotalNumberOfPayments(Integer value) Total number of payments.withPaymentPattern(String value) Typology of multiple payment.withTotalNumberOfPayments(Integer value) Total number of payments.
-
Constructor Details
-
MultiplePaymentInformation
public MultiplePaymentInformation()
-
-
Method Details
-
getPaymentPattern
Typology of multiple payment. Allowed values:- PartialShipment
-
setPaymentPattern
Typology of multiple payment. Allowed values:- PartialShipment
-
withPaymentPattern
Typology of multiple payment. Allowed values:- PartialShipment
-
getTotalNumberOfPayments
Total number of payments. If a payment is implied by this call, it implicitly has ordinal number 1. -
setTotalNumberOfPayments
Total number of payments. If a payment is implied by this call, it implicitly has ordinal number 1. -
withTotalNumberOfPayments
Total number of payments. If a payment is implied by this call, it implicitly has ordinal number 1.
-