class Shopify::Address
- Shopify::Address
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
shopify/resources/address.crConstructors
Instance Method Summary
- #address1 : String?
- #address1=(address1 : String?)
- #address2 : String?
- #address2=(address2 : String?)
- #city : String?
- #city=(city : String?)
- #company : String?
- #company=(company : String?)
- #country : String?
- #country=(country : String?)
- #country_code : String?
- #country_code=(country_code : String?)
- #country_name : String?
- #country_name=(country_name : String?)
- #customer_id : Int64
- #customer_id=(customer_id : Int64)
- #default : Bool
- #default=(default : Bool)
- #first_name : String?
- #first_name=(first_name : String?)
- #id : Int64
- #id=(id : Int64)
- #last_name : String?
- #last_name=(last_name : String?)
- #name : String
- #name=(name : String)
- #phone : String?
- #phone=(phone : String?)
- #province : String?
- #province=(province : String?)
- #province_code : String?
- #province_code=(province_code : String?)
- #zip : String?
- #zip=(zip : String?)