Package com.stripe.param
Class SourceCreateParams.Mandate.Acceptance.Online.Builder
java.lang.Object
com.stripe.param.SourceCreateParams.Mandate.Acceptance.Online.Builder
- Enclosing class:
- SourceCreateParams.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.The IP address from which the mandate was accepted or refused by the customer.setUserAgent
(String userAgent)
-
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. SeeSourceCreateParams.Mandate.Acceptance.Online.extraParams
for the field documentation. -
putAllExtraParam
public SourceCreateParams.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. SeeSourceCreateParams.Mandate.Acceptance.Online.extraParams
for the field documentation. -
setIp
The IP address from which the mandate was accepted or refused by the customer. -
setUserAgent
-