Class PaymentTotals


  • public class PaymentTotals
    extends Object
    Definition: Totals of the payment transaction during the reconciliation period.

    Java class for PaymentTotals complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PaymentTotals">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="Transaction" use="required" type="{}TransactionType" />
           <attribute name="TransactionCount" use="required" type="{}TransactionCount" />
           <attribute name="TransactionAmount" use="required" type="{}SimpleAmountType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • transactionType

        protected TransactionType transactionType
        The Transaction.
      • transactionCount

        protected BigInteger transactionCount
        The Transaction count.
      • transactionAmount

        protected BigDecimal transactionAmount
        The Transaction amount.
    • Constructor Detail

      • PaymentTotals

        public PaymentTotals()
    • Method Detail

      • getTransactionType

        public TransactionType getTransactionType()
        Gets the value of the transactionType property.
        Returns:
        possible object is TransactionType
      • setTransactionType

        public void setTransactionType​(TransactionType value)
        Sets the value of the transactionType property.
        Parameters:
        value - allowed object is TransactionType
      • getTransactionCount

        public BigInteger getTransactionCount()
        Gets the value of the transactionCount property.
        Returns:
        possible object is BigInteger
      • setTransactionCount

        public void setTransactionCount​(BigInteger value)
        Sets the value of the transactionCount property.
        Parameters:
        value - allowed object is BigInteger
      • getTransactionAmount

        public BigDecimal getTransactionAmount()
        Gets the value of the transactionAmount property.
        Returns:
        possible object is BigDecimal
      • setTransactionAmount

        public void setTransactionAmount​(BigDecimal value)
        Sets the value of the transactionAmount property.
        Parameters:
        value - allowed object is BigDecimal