Package com.stripe.param
Class SourceUpdateParams.Mandate.Acceptance.Online
- java.lang.Object
-
- com.stripe.param.SourceUpdateParams.Mandate.Acceptance.Online
-
- Enclosing class:
- SourceUpdateParams.Mandate.Acceptance
public static class SourceUpdateParams.Mandate.Acceptance.Online extends java.lang.ObjectAdd 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.Offline.extraParamsfor the field documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourceUpdateParams.Mandate.Acceptance.Online.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SourceUpdateParams.Mandate.Acceptance.Online.Builderbuilder()java.lang.LonggetDate()The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.java.lang.ObjectgetIp()The IP address from which the mandate was accepted or refused by the customer.java.lang.ObjectgetUserAgent()The user agent of the browser from which the mandate was accepted or refused by the customer.
-
-
-
Method Detail
-
builder
public static SourceUpdateParams.Mandate.Acceptance.Online.Builder builder()
-
getDate
public java.lang.Long getDate()
The Unix timestamp (in seconds) when the mandate was accepted or refused by the customer.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
-
getIp
public java.lang.Object getIp()
The IP address from which the mandate was accepted or refused by the customer.
-
getUserAgent
public java.lang.Object getUserAgent()
The user agent of the browser from which the mandate was accepted or refused by the customer.
-
-