Package com.stripe.param.v2.billing
Class ProfileListParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.billing.ProfileListParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumNested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam -
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileListParams.Builderbuilder()protected booleanbooleanFilter billing profiles by a customer.Filter billing profiles by a default payment method.Map of extra parameters for custom features not available in this client library.getLimit()Optionally set the maximum number of results per page.Required. Filter billing profiles by lookup keys.Filter billing profiles by status.inthashCode()Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getCustomer
Filter billing profiles by a customer. Mutually exclusive withlookup_keysanddefault_payment_method. -
getDefaultPaymentMethod
Filter billing profiles by a default payment method. Mutually exclusive withcustomerandlookup_keys. -
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@SerializedNamevalue. 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
Optionally set the maximum number of results per page. Defaults to 10. -
getLookupKeys
Required. Filter billing profiles by lookup keys. Mutually exclusive withcustomeranddefault_payment_method. You can specify up to 10 lookup_keys. -
getStatus
Filter billing profiles by status. Can be combined with all other filters. If not provided, all billing profiles will be returned. -
equals
-
canEqual
-
hashCode
public int hashCode()
-