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 classstatic classWhether a stopover is allowed on this flight.static classstatic class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanInformation 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.inthashCode()voidInformation about the flight that was purchased with this transaction.voidInformation about fuel that was purchased with this transaction.voidInformation about lodging that was purchased with this transaction.voidThe line items in the purchase.voidsetReference(String reference) A merchant-specific order number.Methods inherited from class com.stripe.model.StripeObject
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()
-