Provides struct and type for a AddressV2
@type t() :: %Merchant.AddressV2{ city: (String.t() | nil) | nil, country_code: String.t() | nil, postcode: String.t() | nil, region: (String.t() | nil) | nil, street_line_1: (String.t() | nil) | nil, street_line_2: (String.t() | nil) | nil }