timeZone property

  1. @BuiltValueField.new(wireName: r'timeZone')
String? get timeZone

The time zone of the balance account. For example, Europe/Amsterdam. Defaults to the time zone of the account holder if no time zone is set. For possible values, see the list of time zone codes.

Implementation

@BuiltValueField(wireName: r'timeZone')
String? get timeZone;