Class BillingLineItemGroupMessageWebhookPayload


  • public final class BillingLineItemGroupMessageWebhookPayload
    extends java.lang.Object
    • Method Detail

      • getEventType

        public java.util.Optional<java.lang.String> getEventType()
      • getEventTimestamp

        public java.time.OffsetDateTime getEventTimestamp()
        Returns:
        UTC timestamp when the event occurred
      • getLineItemGroupId

        public java.lang.String getLineItemGroupId()
        Returns:
        The line item group the message was added to
      • getMessage

        public LineItemGroupMessage1 getMessage()
        Returns:
        The message that was added to the line item group
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

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