Package com.stripe.param.issuing
Class AuthorizationFinalizeAmountParams.Fleet
java.lang.Object
com.stripe.param.issuing.AuthorizationFinalizeAmountParams.Fleet
- Enclosing class:
- AuthorizationFinalizeAmountParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
Amount of national Sales Tax or VAT included in the transaction amount.static class
Vehicle number.static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Answers to prompts presented to the cardholder at the point of sale.Map of extra parameters for custom features not available in this client library.The type of purchase.More information about the total amount.The type of fuel service.
-
Method Details
-
builder
-
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. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
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
.
-