Package com.stripe.model.issuing
Class Transaction.PurchaseDetails.Fleet
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.PurchaseDetails.Fleet
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Transaction.PurchaseDetails
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic 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
Answers to prompts presented to cardholder at point of sale.The type of purchase.More information about the total amount.The type of fuel service.int
hashCode()
void
setCardholderPromptData
(Transaction.PurchaseDetails.Fleet.CardholderPromptData cardholderPromptData) Answers to prompts presented to cardholder at point of sale.void
setPurchaseType
(String purchaseType) The type of purchase.void
setReportedBreakdown
(Transaction.PurchaseDetails.Fleet.ReportedBreakdown reportedBreakdown) More information about the total amount.void
setServiceType
(String serviceType) The type of fuel service.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Fleet
public Fleet()
-
-
Method Details
-
getCardholderPromptData
Answers to prompts presented to cardholder at point of sale. -
getPurchaseType
The type of purchase. One offuel_purchase
,non_fuel_purchase
, orfuel_and_non_fuel_purchase
. -
getReportedBreakdown
More information about the total amount. This information is not guaranteed to be accurate as some merchants may provide unreliable data. -
getServiceType
The type of fuel service. One ofnon_fuel_transaction
,full_service
, orself_service
. -
setCardholderPromptData
public void setCardholderPromptData(Transaction.PurchaseDetails.Fleet.CardholderPromptData cardholderPromptData) Answers to prompts presented to cardholder at point of sale. -
setPurchaseType
The type of purchase. One offuel_purchase
,non_fuel_purchase
, orfuel_and_non_fuel_purchase
. -
setReportedBreakdown
public void setReportedBreakdown(Transaction.PurchaseDetails.Fleet.ReportedBreakdown reportedBreakdown) More information about the total amount. This information is not guaranteed to be accurate as some merchants may provide unreliable data. -
setServiceType
The type of fuel service. One ofnon_fuel_transaction
,full_service
, orself_service
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-