Package com.stripe.param
Class ChargeUpdateParams.PaymentDetails.CarRentalData
java.lang.Object
com.stripe.param.ChargeUpdateParams.PaymentDetails.CarRentalData
- Enclosing class:
- ChargeUpdateParams.PaymentDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic className of affiliate partner.static classstatic classRequired. Year of birth (must be greater than 1900).static classState, county, province, or region.static classstatic classState, county, province, or region.static class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAffiliate (such as travel agency) details for the rental.Booking confirmation number for the car rental.Name of the car rental company.Customer service phone number for the car rental company.Number of days the car is being rented.Distance details for the rental.List of drivers for the rental.Required. Drop-off location details.Map of extra parameters for custom features not available in this client library.Insurance details for the rental.Indicates if the customer was a no-show.Required. Pickup location details.Name of the person renting the vehicle.getTotal()Required. Total cost breakdown for the rental.Vehicle details for the rental.inthashCode()
-
Method Details
-
builder
-
getAffiliate
Affiliate (such as travel agency) details for the rental. -
getBookingNumber
Booking confirmation number for the car rental. -
getCarrierName
Name of the car rental company. -
getCustomerServicePhoneNumber
Customer service phone number for the car rental company. -
getDaysRented
Number of days the car is being rented. -
getDistance
Distance details for the rental. -
getDrivers
List of drivers for the rental. -
getDropOff
Required. Drop-off location details. -
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@SerializedNamevalue. 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. -
getInsurances
Insurance details for the rental. -
getNoShowIndicator
Indicates if the customer was a no-show. -
getPickup
Required. Pickup location details. -
getRenterName
Name of the person renting the vehicle. -
getTotal
Required. Total cost breakdown for the rental. -
getVehicle
Vehicle details for the rental. -
equals
-
canEqual
-
hashCode
public int hashCode()
-