struct Packlink::Shipment::Address

Defined in:

packlink/shipment.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def city : String #

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

[View source]
def country : String #

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

[View source]
def email : String #

[View source]
def email=(_email : 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 postalcode : String #

[View source]
def postalcode=(_postalcode : String) #

[View source]
def street : String #

[View source]
def street=(_street : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]