Package com.stripe.model
Class Account.TosAcceptance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.TosAcceptance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
The user agent of the browser from which the account representative accepted the service
agreement.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getDate()
The Unix timestamp marking when the account representative accepted their service agreement.getIp()
The IP address from which the account representative accepted their service agreement.The user's service agreement type.The user agent of the browser from which the account representative accepted their service agreement.int
hashCode()
void
The Unix timestamp marking when the account representative accepted their service agreement.void
The IP address from which the account representative accepted their service agreement.void
setServiceAgreement
(String serviceAgreement) The user's service agreement type.void
setUserAgent
(String userAgent) The user agent of the browser from which the account representative accepted their service agreement.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
TosAcceptance
public TosAcceptance()
-
-
Method Details
-
getDate
The Unix timestamp marking when the account representative accepted their service agreement. -
getIp
The IP address from which the account representative accepted their service agreement. -
getServiceAgreement
The user's service agreement type. -
getUserAgent
The user agent of the browser from which the account representative accepted their service agreement. -
setDate
The Unix timestamp marking when the account representative accepted their service agreement. -
setIp
The IP address from which the account representative accepted their service agreement. -
setServiceAgreement
The user's service agreement type. -
setUserAgent
The user agent of the browser from which the account representative accepted their service agreement. -
equals
-
canEqual
-
hashCode
public int hashCode()
-