Package com.stripe.param.tax
Class FormListParams.Payee
java.lang.Object
com.stripe.param.tax.FormListParams.Payee
- Enclosing class:
- FormListParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormListParams.Payee.Builder
builder()
protected boolean
boolean
The ID of the Stripe account whose forms will be retrieved.The external reference to the payee whose forms will be retrieved.Map of extra parameters for custom features not available in this client library.getType()
Specifies the payee type.int
hashCode()
-
Method Details
-
builder
-
getAccount
The ID of the Stripe account whose forms will be retrieved. -
getExternalReference
The external reference to the payee whose forms will be retrieved. -
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. -
getType
Specifies the payee type. Eitheraccount
orexternal_reference
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-