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) #

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 town : String | Nil #