@type t() :: %DocuSign.Model.LocalePolicyTab{
addressFormat: String.t() | nil,
calendarType: String.t() | nil,
cultureName: String.t() | nil,
currencyCode: String.t() | nil,
currencyNegativeFormat: String.t() | nil,
currencyPositiveFormat: String.t() | nil,
customDateFormat: String.t() | nil,
customTimeFormat: String.t() | nil,
dateFormat: String.t() | nil,
initialFormat: String.t() | nil,
nameFormat: String.t() | nil,
timeFormat: String.t() | nil,
timeZone: String.t() | nil,
useLongCurrencyFormat: String.t() | nil
}