class Tourmaline::ShippingAddress

Included Modules

Defined in:

tourmaline/models/shipping_address.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

Constructor Detail

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

[View source]

Instance Method Detail

def city : String #

[View source]
def country_code : String #

[View source]
def post_code : String #

[View source]
def state : String #

[View source]
def street_line1 : String #

[View source]
def street_line2 : String #

[View source]