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
Modifier and TypeClassDescriptionstatic class
static class
Amount of national Sales Tax or VAT included in the transaction amount.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
-
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, 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()
-