Class SellerDealPaymentEvent


  • public class SellerDealPaymentEvent
    extends java.lang.Object
    An event linked to the payment of a fee related to the specified deal.
    • Constructor Detail

      • SellerDealPaymentEvent

        public SellerDealPaymentEvent()
    • Method Detail

      • getPostedDate

        public org.threeten.bp.OffsetDateTime getPostedDate()
        Get postedDate
        Returns:
        postedDate
      • setPostedDate

        public void setPostedDate​(org.threeten.bp.OffsetDateTime postedDate)
      • getDealId

        public java.lang.String getDealId()
        The unique identifier of the deal.
        Returns:
        dealId
      • setDealId

        public void setDealId​(java.lang.String dealId)
      • getDealDescription

        public java.lang.String getDealDescription()
        The internal description of the deal.
        Returns:
        dealDescription
      • setDealDescription

        public void setDealDescription​(java.lang.String dealDescription)
      • getEventType

        public java.lang.String getEventType()
        The type of event: SellerDealComplete.
        Returns:
        eventType
      • setEventType

        public void setEventType​(java.lang.String eventType)
      • getFeeType

        public java.lang.String getFeeType()
        The type of fee: RunLightningDealFee.
        Returns:
        feeType
      • setFeeType

        public void setFeeType​(java.lang.String feeType)
      • getFeeAmount

        public Currency getFeeAmount()
        Get feeAmount
        Returns:
        feeAmount
      • setFeeAmount

        public void setFeeAmount​(Currency feeAmount)
      • getTaxAmount

        public Currency getTaxAmount()
        Get taxAmount
        Returns:
        taxAmount
      • setTaxAmount

        public void setTaxAmount​(Currency taxAmount)
      • getTotalAmount

        public Currency getTotalAmount()
        Get totalAmount
        Returns:
        totalAmount
      • setTotalAmount

        public void setTotalAmount​(Currency totalAmount)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object