Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder
- Enclosing class:
- PaymentIntentUpdateParams.PaymentDetails.EventDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setAccessControlledVenue
(Boolean accessControlledVenue) Indicates if the tickets are digitally checked when entering the venue.The event location's address.Affiliate details for this purchase.setCompany
(EmptyParam company) The name of the company.setCompany
(String company) The name of the company.Delivery details for this purchase.Event end time.setGenre
(EmptyParam genre) Type of the event entertainment (concert, sports event etc).Type of the event entertainment (concert, sports event etc).setName
(EmptyParam name) Required. The name of the event.Required. The name of the event.setStartsAt
(Long startsAt) Event start time.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAccessControlledVenue
public PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder setAccessControlledVenue(Boolean accessControlledVenue) Indicates if the tickets are digitally checked when entering the venue. -
setAddress
public PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder setAddress(PaymentIntentUpdateParams.PaymentDetails.EventDetails.Address address) The event location's address. -
setAffiliate
public PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder setAffiliate(PaymentIntentUpdateParams.PaymentDetails.EventDetails.Affiliate affiliate) Affiliate details for this purchase. -
setCompany
The name of the company. -
setCompany
The name of the company. -
setDelivery
public PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder setDelivery(PaymentIntentUpdateParams.PaymentDetails.EventDetails.Delivery delivery) Delivery details for this purchase. -
setEndsAt
Event end time. Measured in seconds since the Unix epoch. -
putExtraParam
public PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentIntentUpdateParams.PaymentDetails.EventDetails.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentUpdateParams.PaymentDetails.EventDetails.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePaymentIntentUpdateParams.PaymentDetails.EventDetails.extraParams
for the field documentation. -
setGenre
Type of the event entertainment (concert, sports event etc). -
setGenre
Type of the event entertainment (concert, sports event etc). -
setName
Required. The name of the event. -
setName
Required. The name of the event. -
setStartsAt
Event start time. Measured in seconds since the Unix epoch.
-