Package com.stripe.model.issuing
Class Transaction.PurchaseDetails.Flight
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.PurchaseDetails.Flight
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Transaction.PurchaseDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setDepartureAt
(Long departureAt) void
setPassengerName
(String passengerName) void
setRefundable
(Boolean refundable) void
void
setTravelAgency
(String travelAgency) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Flight
public Flight()
-
-
Method Details