Class ActionServiceUpdateParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.billing.ActionServiceUpdateParams

public class ActionServiceUpdateParams extends ApiRequestParams
  • Method Details

    • builder

      public static ActionServiceUpdateParams.Builder builder()
    • getCreditGrant

      public ActionServiceUpdateParams.CreditGrant getCreditGrant()
      Details for the credit grant. Can only be set if the service action's type is credit_grant.
    • getCreditGrantPerTenant

      public ActionServiceUpdateParams.CreditGrantPerTenant getCreditGrantPerTenant()
      Details for the credit grant per tenant. Can only be set if the service action's type is credit_grant_per_tenant.
    • 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.
    • getLookupKey

      public Object getLookupKey()
      An internal key you can use to search for this service action. Maximum length of 200 characters.
    • 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