Package com.stripe.model
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
Full name of the driver on the reservation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Indicates if the tickets are digitally checked when entering the venue.The name of the company.Event end time.getGenre()
Type of the event entertainment (concert, sports event etc).getName()
The name of the event.Event start time.int
hashCode()
void
setAccessControlledVenue
(Boolean accessControlledVenue) Indicates if the tickets are digitally checked when entering the venue.void
setAddress
(Address address) void
void
setCompany
(String company) The name of the company.void
void
Event end time.void
Type of the event entertainment (concert, sports event etc).void
The name of the event.void
setStartsAt
(Long startsAt) Event start time.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EventDetails
public EventDetails()
-
-
Method Details
-
getAccessControlledVenue
Indicates if the tickets are digitally checked when entering the venue. -
getAddress
-
getAffiliate
-
getCompany
The name of the company. -
getDelivery
-
getEndsAt
Event end time. Measured in seconds since the Unix epoch. -
getGenre
Type of the event entertainment (concert, sports event etc). -
getName
The name of the event. -
getStartsAt
Event start time. Measured in seconds since the Unix epoch. -
setAccessControlledVenue
Indicates if the tickets are digitally checked when entering the venue. -
setAddress
-
setAffiliate
-
setCompany
The name of the company. -
setDelivery
-
setEndsAt
Event end time. Measured in seconds since the Unix epoch. -
setGenre
Type of the event entertainment (concert, sports event etc). -
setName
The name of the event. -
setStartsAt
Event start time. Measured in seconds since the Unix epoch. -
equals
-
canEqual
-
hashCode
public int hashCode()
-