Package com.stripe.param
Class AccountUpdateParams.TosAcceptance
- java.lang.Object
-
- com.stripe.param.AccountUpdateParams.TosAcceptance
-
- Enclosing class:
- AccountUpdateParams
public static class AccountUpdateParams.TosAcceptance extends java.lang.ObjectThe day of the week when available funds are paid out, specified asmonday,tuesday, etc. (required and applicable only ifintervalisweekly.)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountUpdateParams.TosAcceptance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountUpdateParams.TosAcceptance.Builderbuilder()java.lang.LonggetDate()The Unix timestamp marking when the account representative accepted their service agreement.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 account representative accepted their service agreement.java.lang.ObjectgetServiceAgreement()The user's service agreement type.java.lang.ObjectgetUserAgent()The user agent of the browser from which the account representative accepted their service agreement.
-
-
-
Method Detail
-
builder
public static AccountUpdateParams.TosAcceptance.Builder builder()
-
getDate
public java.lang.Long getDate()
The Unix timestamp marking when the account representative accepted their service agreement.
-
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 account representative accepted their service agreement.
-
getServiceAgreement
public java.lang.Object getServiceAgreement()
The user's service agreement type.
-
getUserAgent
public java.lang.Object getUserAgent()
The user agent of the browser from which the account representative accepted their service agreement.
-
-