Class ProfileListParams

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

public class ProfileListParams extends ApiRequestParams
  • Method Details

    • builder

      public static ProfileListParams.Builder builder()
    • getCustomer

      public String getCustomer()
      Filter billing profiles by a customer. Mutually exclusive with lookup_keys and default_payment_method.
    • getDefaultPaymentMethod

      public String getDefaultPaymentMethod()
      Filter billing profiles by a default payment method. Mutually exclusive with customer and lookup_keys.
    • 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.
    • getLimit

      public Integer getLimit()
      Optionally set the maximum number of results per page. Defaults to 10.
    • getLookupKeys

      public List<String> getLookupKeys()
      Required. Filter billing profiles by lookup keys. Mutually exclusive with customer and default_payment_method. You can specify up to 10 lookup_keys.
    • getStatus

      public ProfileListParams.Status getStatus()
      Filter billing profiles by status. Can be combined with all other filters. If not provided, all billing profiles will be returned.
    • 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