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
-
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 the cardholder at the point of sale.The type of purchase.More information about the total amount.The type of fuel service.int
hashCode()
void
setCardholderPromptData
(Authorization.Fleet.CardholderPromptData cardholderPromptData) Answers to prompts presented to the cardholder at the point of sale.void
setPurchaseType
(String purchaseType) The type of purchase.void
setReportedBreakdown
(Authorization.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 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()
-