Package com.stripe.param.issuing
Class CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.Builder
java.lang.Object
com.stripe.param.issuing.CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.Builder
- Enclosing class:
- CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance
public static class CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.Builder
extends Object
-
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 cardholder accepted the Authorized User Terms.The IP address from which the cardholder accepted the Authorized User Terms.setUserAgent
(EmptyParam userAgent) setUserAgent
(String userAgent) The user agent of the browser from which the cardholder accepted the Authorized User Terms.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDate
The Unix timestamp marking when the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users. -
putExtraParam
public CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.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. SeeCardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.extraParams
for the field documentation. -
putAllExtraParam
public CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.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. SeeCardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.extraParams
for the field documentation. -
setIp
The IP address from which the cardholder accepted the Authorized User Terms. Required for Celtic Spend Card users. -
setUserAgent
public CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.Builder setUserAgent(String userAgent) The user agent of the browser from which the cardholder accepted the Authorized User Terms. -
setUserAgent
public CardholderCreateParams.Individual.CardIssuing.UserTermsAcceptance.Builder setUserAgent(EmptyParam userAgent)
-