Package com.stripe.param
Class SourceUpdateParams.Mandate.Acceptance.Online.Builder
java.lang.Object
com.stripe.param.SourceUpdateParams.Mandate.Acceptance.Online.Builder
- Enclosing class:
- SourceUpdateParams.Mandate.Acceptance.Online
-
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 (in seconds) when the mandate was accepted or refused by the customer.setIp
(EmptyParam ip) The IP address from which the mandate was accepted or refused by the customer.The IP address from which the mandate was accepted or refused by the customer.setUserAgent
(EmptyParam userAgent) setUserAgent
(String userAgent) The user agent of the browser from which the mandate was accepted or refused by the customer.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDate
The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer. -
putExtraParam
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. SeeSourceUpdateParams.Mandate.Acceptance.Online.extraParams
for the field documentation. -
putAllExtraParam
public SourceUpdateParams.Mandate.Acceptance.Online.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. SeeSourceUpdateParams.Mandate.Acceptance.Online.extraParams
for the field documentation. -
setIp
The IP address from which the mandate was accepted or refused by the customer. -
setIp
The IP address from which the mandate was accepted or refused by the customer. -
setUserAgent
The user agent of the browser from which the mandate was accepted or refused by the customer. -
setUserAgent
-