Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Individual.Documents.PrimaryVerification
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Individual.Documents.PrimaryVerification
- Enclosing class:
- AccountUpdateParams.Identity.Individual.Documents
public static class AccountUpdateParams.Identity.Individual.Documents.PrimaryVerification
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumA file upload token representing the front of the verification document. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.Required. The file upload tokens referring to each side of the document.getType()Required. The format of the verification document.inthashCode()
-
Method Details
-
builder
public static AccountUpdateParams.Identity.Individual.Documents.PrimaryVerification.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@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. -
getFrontBack
public AccountUpdateParams.Identity.Individual.Documents.PrimaryVerification.FrontBack getFrontBack()Required. The file upload tokens referring to each side of the document. -
getType
Required. The format of the verification document. Currently supportsfront_backonly. -
equals
-
canEqual
-
hashCode
public int hashCode()
-