class Stripe::Address

Included Modules

Defined in:

stripe/objects/core/address/address.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def city : String | Nil #

[View source]
def country : String | Nil #

[View source]
def line1 : String | Nil #

[View source]
def line2 : String | Nil #

[View source]
def postal_code : String | Nil #

[View source]
def state : String | Nil #

[View source]
def town : String | Nil #

[View source]