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
For more details about PurchaseDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Fleet, please refer to the API Reference.static class
For more details about Flight, please refer to the API Reference.static class
For more details about Fuel, please refer to the API Reference.static class
For more details about Lodging, please refer to the API Reference.static class
For more details about Receipt, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getFleet()
Fleet-specific information for transactions using Fleet cards.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
Fleet-specific information for transactions using Fleet cards.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, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PurchaseDetails
public PurchaseDetails()
-
-
Method Details
-
getFleet
Fleet-specific information for transactions using Fleet cards. -
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. -
setFleet
Fleet-specific information for transactions using Fleet cards. -
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()
-