Merchant.LodgingLocation (Merchant v0.2.0)

View Source

Provides struct and type for a LodgingLocation

Summary

Types

t()

@type t() :: %Merchant.LodgingLocation{
  city: String.t() | nil,
  country_code: String.t() | nil,
  postcode: String.t() | nil,
  region: (String.t() | nil) | nil,
  street_line_1: String.t() | nil,
  street_line_2: (String.t() | nil) | nil
}