class Shopify::Address

Included Modules

Defined in:

shopify/resources/address.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def address1 : String? #

[View source]
def address1=(address1 : String?) #

[View source]
def address2 : String? #

[View source]
def address2=(address2 : String?) #

[View source]
def city : String? #

[View source]
def city=(city : String?) #

[View source]
def company : String? #

[View source]
def company=(company : String?) #

[View source]
def country : String? #

[View source]
def country=(country : String?) #

[View source]
def country_code : String? #

[View source]
def country_code=(country_code : String?) #

[View source]
def country_name : String? #

[View source]
def country_name=(country_name : String?) #

[View source]
def customer_id : Int64 #

[View source]
def customer_id=(customer_id : Int64) #

[View source]
def default : Bool #

[View source]
def default=(default : Bool) #

[View source]
def first_name : String? #

[View source]
def first_name=(first_name : String?) #

[View source]
def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def last_name : String? #

[View source]
def last_name=(last_name : String?) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def phone : String? #

[View source]
def phone=(phone : String?) #

[View source]
def province : String? #

[View source]
def province=(province : String?) #

[View source]
def province_code : String? #

[View source]
def province_code=(province_code : String?) #

[View source]
def zip : String? #

[View source]
def zip=(zip : String?) #

[View source]