Class PaymentIntentCaptureParams.PaymentDetails.CarRentalData.Insurance

java.lang.Object
com.stripe.param.PaymentIntentCaptureParams.PaymentDetails.CarRentalData.Insurance
Enclosing class:
PaymentIntentCaptureParams.PaymentDetails.CarRentalData

public static class PaymentIntentCaptureParams.PaymentDetails.CarRentalData.Insurance extends Object
State, county, province, or region.
  • Method Details

    • builder

    • getAmount

      public Long getAmount()
      Required. Amount of the insurance coverage in cents.
    • getCurrency

      public String getCurrency()
      Currency of the insurance amount.
    • 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.
    • getInsuranceCompanyName

      public String getInsuranceCompanyName()
      Name of the insurance company.
    • getInsuranceType

      Required. Type of insurance coverage.
    • 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