Class Authorization.Fleet

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.Fleet
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Authorization

public static class Authorization.Fleet extends StripeObject
  • Constructor Details

    • Fleet

      public Fleet()
  • Method Details

    • getCardholderPromptData

      public Authorization.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.
    • getPurchaseType

      public String getPurchaseType()
      The type of purchase.

      One of fuel_and_non_fuel_purchase, fuel_purchase, or non_fuel_purchase.

    • getReportedBreakdown

      public Authorization.Fleet.ReportedBreakdown 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

      public String getServiceType()
      The type of fuel service.

      One of full_service, non_fuel_transaction, or self_service.

    • setCardholderPromptData

      public void setCardholderPromptData(Authorization.Fleet.CardholderPromptData cardholderPromptData)
      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

      public void setPurchaseType(String purchaseType)
      The type of purchase.

      One of fuel_and_non_fuel_purchase, fuel_purchase, or non_fuel_purchase.

    • setReportedBreakdown

      public void setReportedBreakdown(Authorization.Fleet.ReportedBreakdown reportedBreakdown)
      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

      public void setServiceType(String serviceType)
      The type of fuel service.

      One of full_service, non_fuel_transaction, or self_service.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object