Class PaymentIntent.PaymentDetails.EventDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.EventDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentDetails

public static class PaymentIntent.PaymentDetails.EventDetails extends StripeObject
Full name of the driver on the reservation.
  • Constructor Details

    • EventDetails

      public EventDetails()
  • Method Details

    • getAccessControlledVenue

      public Boolean getAccessControlledVenue()
      Indicates if the tickets are digitally checked when entering the venue.
    • getAddress

      public Address getAddress()
    • getAffiliate

    • getCompany

      public String getCompany()
      The name of the company.
    • getDelivery

    • getEndsAt

      public Long getEndsAt()
      Event end time. Measured in seconds since the Unix epoch.
    • getGenre

      public String getGenre()
      Type of the event entertainment (concert, sports event etc).
    • getName

      public String getName()
      The name of the event.
    • getStartsAt

      public Long getStartsAt()
      Event start time. Measured in seconds since the Unix epoch.
    • setAccessControlledVenue

      public void setAccessControlledVenue(Boolean accessControlledVenue)
      Indicates if the tickets are digitally checked when entering the venue.
    • setAddress

      public void setAddress(Address address)
    • setAffiliate

      public void setAffiliate(PaymentIntent.PaymentDetails.EventDetails.Affiliate affiliate)
    • setCompany

      public void setCompany(String company)
      The name of the company.
    • setDelivery

      public void setDelivery(PaymentIntent.PaymentDetails.EventDetails.Delivery delivery)
    • setEndsAt

      public void setEndsAt(Long endsAt)
      Event end time. Measured in seconds since the Unix epoch.
    • setGenre

      public void setGenre(String genre)
      Type of the event entertainment (concert, sports event etc).
    • setName

      public void setName(String name)
      The name of the event.
    • setStartsAt

      public void setStartsAt(Long startsAt)
      Event start time. Measured in seconds since the Unix epoch.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object