Class IssuedCardAuthorizationEvent


  • public class IssuedCardAuthorizationEvent
    extends java.lang.Object
    • Method Detail

      • eventID

        public java.lang.String eventID()
        The identifier for this event. Use the `eventType` field to determine what resource is identified by this ID (`authorization`, `reversal`, etc.).
      • eventType

        public IssuedCardEventType eventType()
        The type of event that occurred on the card.
      • amount

        public java.lang.String amount()
        A decimal-formatted numerical string that represents up to 2 decimal place precision. In USD for example, 12.34 is $12.34 and 0.99 is $0.99.
      • createdOn

        public java.time.OffsetDateTime createdOn()
      • withEventID

        public IssuedCardAuthorizationEvent withEventID​(java.lang.String eventID)
        The identifier for this event. Use the `eventType` field to determine what resource is identified by this ID (`authorization`, `reversal`, etc.).
      • withAmount

        public IssuedCardAuthorizationEvent withAmount​(java.lang.String amount)
        A decimal-formatted numerical string that represents up to 2 decimal place precision. In USD for example, 12.34 is $12.34 and 0.99 is $0.99.
      • 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