Package com.stripe.param
Class TokenCreateParams.Account.Company.OwnershipDeclaration.Builder
java.lang.Object
com.stripe.param.TokenCreateParams.Account.Company.OwnershipDeclaration.Builder
- Enclosing class:
- TokenCreateParams.Account.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.The IP address from which the beneficial owner attestation was made.setUserAgent
(String userAgent)
-
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 TokenCreateParams.Account.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. SeeTokenCreateParams.Account.Company.OwnershipDeclaration.extraParams
for the field documentation. -
putAllExtraParam
public TokenCreateParams.Account.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. SeeTokenCreateParams.Account.Company.OwnershipDeclaration.extraParams
for the field documentation. -
setIp
The IP address from which the beneficial owner attestation was made. -
setUserAgent
public TokenCreateParams.Account.Company.OwnershipDeclaration.Builder setUserAgent(String userAgent)
-