Class ChargeCaptureParams.PaymentDetails.EventDetails

java.lang.Object
com.stripe.param.ChargeCaptureParams.PaymentDetails.EventDetails
Enclosing class:
ChargeCaptureParams.PaymentDetails

public static class ChargeCaptureParams.PaymentDetails.EventDetails extends Object
  • Method Details

    • builder

    • getAccessControlledVenue

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

      The event location's address.
    • getAffiliate

      Affiliate details for this purchase.
    • getCompany

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

      Delivery details for this purchase.
    • getEndsAt

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

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getGenre

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

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

      public Long getStartsAt()
      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