class YandexDostavkaApi::Entity::PriceOffer

Included Modules

Defined in:

yandex_dostavka_api/entities/price_offer.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def offer_id : String #

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

[View source]
def price : String #

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

[View source]
def price_raw : Int32 #

[View source]
def price_raw=(price_raw : Int32) #

[View source]
def valid_until : Time | Nil #

[View source]
def valid_until=(valid_until : Time | Nil) #

[View source]