Provides struct and type for a AddressV3
@type t() :: %Merchant.AddressV3{ 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 }