Class MultiplePaymentInformation

java.lang.Object
com.onlinepayments.domain.MultiplePaymentInformation

public class MultiplePaymentInformation extends Object
  • Constructor Details

    • MultiplePaymentInformation

      public MultiplePaymentInformation()
  • Method Details

    • getPaymentPattern

      public String getPaymentPattern()
      Typology of multiple payment. Allowed values:
      • PartialShipment
    • setPaymentPattern

      public void setPaymentPattern(String value)
      Typology of multiple payment. Allowed values:
      • PartialShipment
    • withPaymentPattern

      public MultiplePaymentInformation withPaymentPattern(String value)
      Typology of multiple payment. Allowed values:
      • PartialShipment
    • getTotalNumberOfPayments

      public Integer getTotalNumberOfPayments()
      Total number of payments. If a payment is implied by this call, it implicitly has ordinal number 1.
    • setTotalNumberOfPayments

      public void setTotalNumberOfPayments(Integer value)
      Total number of payments. If a payment is implied by this call, it implicitly has ordinal number 1.
    • withTotalNumberOfPayments

      public MultiplePaymentInformation withTotalNumberOfPayments(Integer value)
      Total number of payments. If a payment is implied by this call, it implicitly has ordinal number 1.