Current section

Files

Jump to
telega include telega@model@types_ShippingAddress.hrl
Raw

include/telega@model@types_ShippingAddress.hrl

-record(shipping_address, {
country_code :: binary(),
state :: binary(),
city :: binary(),
street_line1 :: binary(),
street_line2 :: binary(),
post_code :: binary()
}).