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
For more details about EventDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Affiliate, please refer to the API Reference.static classFor more details about Delivery, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIndicates 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.inthashCode()voidsetAccessControlledVenue(Boolean accessControlledVenue) Indicates if the tickets are digitally checked when entering the venue.voidsetAddress(Address address) voidvoidsetCompany(String company) The name of the company.voidvoidEvent end time.voidType of the event entertainment (concert, sports event etc).voidThe name of the event.voidsetStartsAt(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()
-