class
Stripe::Account::TOSAcceptance
- Stripe::Account::TOSAcceptance
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
stripe/objects/account.crConstructors
- .new(date : Time | Nil, ip : Nil | String, service_agreement : Nil | String = nil, user_agent : Nil | String = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #date : Time | Nil
- #ip : String | Nil
- #service_agreement : String | Nil
- #to_h
- #user_agent : String | Nil
Constructor Detail
def self.new(date : Time | Nil, ip : Nil | String, service_agreement : Nil | String = nil, user_agent : Nil | String = nil)
#