Package com.stripe.param
Class AccountUpdateParams.Company.Verification
- java.lang.Object
-
- com.stripe.param.AccountUpdateParams.Company.Verification
-
- Enclosing class:
- AccountUpdateParams.Company
public static class AccountUpdateParams.Company.Verification extends java.lang.ObjectTown or cho-me.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountUpdateParams.Company.Verification.Builderstatic classAccountUpdateParams.Company.Verification.Document
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountUpdateParams.Company.Verification.Builderbuilder()AccountUpdateParams.Company.Verification.DocumentgetDocument()A document verifying the business.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.
-
-
-
Method Detail
-
builder
public static AccountUpdateParams.Company.Verification.Builder builder()
-
getDocument
public AccountUpdateParams.Company.Verification.Document getDocument()
A document verifying the business.
-
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.
-
-