Package com.stripe.model.issuing
Class Authorization.Fleet
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.Fleet
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
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 the cardholder at the point of sale.The type of purchase.More information about the total amount.The type of fuel service.inthashCode()voidsetCardholderPromptData(Authorization.Fleet.CardholderPromptData cardholderPromptData) Answers to prompts presented to the cardholder at the point of sale.voidsetPurchaseType(String purchaseType) The type of purchase.voidsetReportedBreakdown(Authorization.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 the cardholder at the point of sale. Prompted fields vary depending on the configuration of your physical fleet cards. Typical points of sale support only numeric entry. -
getPurchaseType
The type of purchase.One of
fuel_and_non_fuel_purchase,fuel_purchase, ornon_fuel_purchase. -
getReportedBreakdown
More information about the total amount. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed. This information is not guaranteed to be accurate as some merchants may provide unreliable data. -
getServiceType
The type of fuel service.One of
full_service,non_fuel_transaction, orself_service. -
setCardholderPromptData
Answers to prompts presented to the cardholder at the point of sale. Prompted fields vary depending on the configuration of your physical fleet cards. Typical points of sale support only numeric entry. -
setPurchaseType
The type of purchase.One of
fuel_and_non_fuel_purchase,fuel_purchase, ornon_fuel_purchase. -
setReportedBreakdown
More information about the total amount. Typically this information is received from the merchant after the authorization has been approved and the fuel dispensed. This information is not guaranteed to be accurate as some merchants may provide unreliable data. -
setServiceType
The type of fuel service.One of
full_service,non_fuel_transaction, orself_service. -
equals
-
canEqual
-
hashCode
public int hashCode()
-