class Stripe::Address

Included Modules

Defined in:

stripe/objects/core/address/address.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line1 : Nil | String, city : Nil | String, state : Nil | String, line2 : Nil | String = nil, postal_code : Nil | String = nil, country : Nil | String = nil, town : Nil | String = nil) #

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

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

Instance Method Detail

def city : String | Nil #

def country : String | Nil #

def line1 : String | Nil #

def line2 : String | Nil #

def postal_code : String | Nil #

def state : String | Nil #

def to_h #

def town : String | Nil #