settlorExemptionReason property

  1. @BuiltValueField.new(wireName: r'settlorExemptionReason')
BuiltList<String>? get settlorExemptionReason

Defines the KYC exemption reason for a settlor associated with a trust. Only applicable to trusts in Australia. For example, professionalServiceProvider, deceased, or contributionBelowThreshold.

Implementation

@BuiltValueField(wireName: r'settlorExemptionReason')
BuiltList<String>? get settlorExemptionReason;