Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Attestations.RepresentativeDeclaration
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations.RepresentativeDeclaration
- Enclosing class:
- AccountUpdateParams.Identity.Attestations
public static class AccountUpdateParams.Identity.Attestations.RepresentativeDeclaration
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetDate()The time marking when the representative attestation was made.Map of extra parameters for custom features not available in this client library.getIp()The IP address from which the representative attestation was made.The user agent of the browser from which the representative attestation was made.inthashCode()
-
Method Details
-
builder
-
getDate
The time marking when the representative attestation was made. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z. -
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. -
getIp
The IP address from which the representative attestation was made. -
getUserAgent
The user agent of the browser from which the representative attestation was made. -
equals
-
canEqual
-
hashCode
public int hashCode()
-