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
For more details about Fleet, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about CardholderPromptData, please refer to the API Reference.static classFor more details about ReportedBreakdown, 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 booleanbooleanAnswers to prompts presented to cardholder at point of sale.The type of purchase.More information about the total amount.The type of fuel service.inthashCode()voidsetCardholderPromptData(Transaction.PurchaseDetails.Fleet.CardholderPromptData cardholderPromptData) Answers to prompts presented to cardholder at point of sale.voidsetPurchaseType(String purchaseType) The type of purchase.voidsetReportedBreakdown(Transaction.PurchaseDetails.Fleet.ReportedBreakdown reportedBreakdown) More information about the total amount.voidsetServiceType(String serviceType) The type of fuel service.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-