Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification
- Enclosing class:
- AccountCreateParams.Identity.BusinessDetails.Documents
public static class AccountCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic AccountCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder
builder()
protected boolean
boolean
Map of extra parameters for custom features not available in this client library.getFiles()
Required. One or more document IDs returned by a file upload with a purpose value ofaccount_requirement
.getType()
Required. The format of the document.int
hashCode()
-
Method Details
-
builder
public static AccountCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Builder builder() -
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. -
getFiles
Required. One or more document IDs returned by a file upload with a purpose value ofaccount_requirement
. -
getType
public AccountCreateParams.Identity.BusinessDetails.Documents.BankAccountOwnershipVerification.Type getType()Required. The format of the document. Currently supportsfiles
only. -
equals
-
canEqual
-
hashCode
public int hashCode()
-