Class AuthorizationCreateParams.Fleet

java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.Fleet
Enclosing class:
AuthorizationCreateParams

public static class AuthorizationCreateParams.Fleet extends Object
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See AuthorizationCreateParams.AmountDetails.extraParams for the field documentation.
  • Method Details

    • builder

      public static AuthorizationCreateParams.Fleet.Builder builder()
    • getCardholderPromptData

      public AuthorizationCreateParams.Fleet.CardholderPromptData 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

      public Map<String,Object> 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 of fuel_purchase, non_fuel_purchase, or fuel_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 of non_fuel_transaction, full_service, or self_service.