Package com.stripe.param
Class AccountUpdateParams.Company.OwnershipDeclaration.Builder
java.lang.Object
com.stripe.param.AccountUpdateParams.Company.OwnershipDeclaration.Builder
- Enclosing class:
- AccountUpdateParams.Company.OwnershipDeclaration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.The Unix timestamp marking when the beneficial owner attestation was made.setIp
(EmptyParam ip) The IP address from which the beneficial owner attestation was made.The IP address from which the beneficial owner attestation was made.setUserAgent
(EmptyParam userAgent) setUserAgent
(String userAgent) The user agent of the browser from which the beneficial owner attestation was made.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDate
The Unix timestamp marking when the beneficial owner attestation was made. -
putExtraParam
public AccountUpdateParams.Company.OwnershipDeclaration.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountUpdateParams.Company.OwnershipDeclaration.extraParams
for the field documentation. -
putAllExtraParam
public AccountUpdateParams.Company.OwnershipDeclaration.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeAccountUpdateParams.Company.OwnershipDeclaration.extraParams
for the field documentation. -
setIp
The IP address from which the beneficial owner attestation was made. -
setIp
The IP address from which the beneficial owner attestation was made. -
setUserAgent
The user agent of the browser from which the beneficial owner attestation was made. -
setUserAgent
-