class Stripe::Account::TOSAcceptance

Included Modules

Defined in:

stripe/objects/account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(date : Time | Nil, ip : Nil | String, service_agreement : Nil | String = nil, user_agent : Nil | String = nil) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def date : Time | Nil #

def ip : String | Nil #

def service_agreement : String | Nil #

def to_h #

def user_agent : String | Nil #