struct Packlink::Dropoff::Item

Defined in:

packlink/dropoff.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def address : String #

def address=(_address : String) #

def city : String #

def city=(_city : String) #

def commerce_name : String #

def commerce_name=(_commerce_name : String) #

def country : Union(String, Nil) #

def country=(_country : Union(String, Nil)) #

def id : String #

def id=(_id : String) #

def lat : BigDecimal #

def lat=(_lat : BigDecimal) #

def long : BigDecimal #

def long=(_long : BigDecimal) #

def opening_times : Packlink::Dropoff::OpeningTimes #

def opening_times=(_opening_times : Packlink::Dropoff::OpeningTimes) #

def phone : String #

def phone=(_phone : String) #

def state : Union(String, Nil) #

def state=(_state : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def zip : String #

def zip=(_zip : String) #