Package com.stripe.param
Class ChargeUpdateParams.PaymentDetails.EventDetails
java.lang.Object
com.stripe.param.ChargeUpdateParams.PaymentDetails.EventDetails
- Enclosing class:
- ChargeUpdateParams.PaymentDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
State, county, province, or region.static class
static class
Required. The name of the affiliate that originated the purchase. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Indicates if the tickets are digitally checked when entering the venue.The event location's address.Affiliate details for this purchase.The name of the company.Delivery details for this purchase.Event end time.Map of extra parameters for custom features not available in this client library.getGenre()
Type of the event entertainment (concert, sports event etc).getName()
Required. The name of the event.Event start time.int
hashCode()
-
Method Details
-
builder
-
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
The name of the company. -
getDelivery
Delivery details for this purchase. -
getEndsAt
Event end time. Measured in seconds since the Unix epoch. -
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
Type of the event entertainment (concert, sports event etc). -
getName
Required. The name of the event. -
getStartsAt
Event start time. Measured in seconds since the Unix epoch. -
equals
-
canEqual
-
hashCode
public int hashCode()
-