Package com.stripe.param
Class AccountCreateParams.TosAcceptance
- java.lang.Object
-
- com.stripe.param.AccountCreateParams.TosAcceptance
-
- Enclosing class:
- AccountCreateParams
public static class AccountCreateParams.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 classAccountCreateParams.TosAcceptance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountCreateParams.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.StringgetIp()The IP address from which the account representative accepted their service agreement.java.lang.StringgetServiceAgreement()The user's service agreement type.java.lang.StringgetUserAgent()The user agent of the browser from which the account representative accepted their service agreement.
-
-
-
Method Detail
-
builder
public static AccountCreateParams.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.String getIp()
The IP address from which the account representative accepted their service agreement.
-
getServiceAgreement
public java.lang.String getServiceAgreement()
The user's service agreement type.
-
getUserAgent
public java.lang.String getUserAgent()
The user agent of the browser from which the account representative accepted their service agreement.
-
-