DocuSign.Model.LocalePolicyTab (DocuSign v2.0.0)

View Source

Allows you to customize locale settings.

Summary

Types

t()

@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
}

Functions

decode(value)