Package com.stripe.model.issuing
Class Transaction.PurchaseDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.PurchaseDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Whether a stopover is allowed on this flight.static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Information about the flight that was purchased with this transaction.getFuel()
Information about fuel that was purchased with this transaction.Information about lodging that was purchased with this transaction.The line items in the purchase.A merchant-specific order number.int
hashCode()
void
Information about the flight that was purchased with this transaction.void
Information about fuel that was purchased with this transaction.void
Information about lodging that was purchased with this transaction.void
The line items in the purchase.void
setReference
(String reference) A merchant-specific order number.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PurchaseDetails
public PurchaseDetails()
-
-
Method Details
-
getFlight
Information about the flight that was purchased with this transaction. -
getFuel
Information about fuel that was purchased with this transaction. -
getLodging
Information about lodging that was purchased with this transaction. -
getReceipt
The line items in the purchase. -
getReference
A merchant-specific order number. -
setFlight
Information about the flight that was purchased with this transaction. -
setFuel
Information about fuel that was purchased with this transaction. -
setLodging
Information about lodging that was purchased with this transaction. -
setReceipt
The line items in the purchase. -
setReference
A merchant-specific order number. -
equals
-
canEqual
-
hashCode
public int hashCode()
-