Package com.stripe.param
Class AccountCreateParams.Documents.CompanyRegistrationVerification
- java.lang.Object
-
- com.stripe.param.AccountCreateParams.Documents.CompanyRegistrationVerification
-
- Enclosing class:
- AccountCreateParams.Documents
public static class AccountCreateParams.Documents.CompanyRegistrationVerification extends java.lang.ObjectAdd all elements to `files` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountCreateParams.Documents.CompanyMinisterialDecree.filesfor the field documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountCreateParams.Documents.CompanyRegistrationVerification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountCreateParams.Documents.CompanyRegistrationVerification.Builderbuilder()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.java.util.List<java.lang.String>getFiles()
-
-
-
Method Detail
-
builder
public static AccountCreateParams.Documents.CompanyRegistrationVerification.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.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@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.
-
getFiles
public java.util.List<java.lang.String> getFiles()
-
-