Values.JurisdictionSourceThe jurisdiction details of the TRN information of the customers. This doesn't contain full legal address, and contains only country code and state/region/province.
type nonrec t = {countryCode : CountryCode.t option;The country code of the jurisdiction.
*)stateOrRegion : State.t option;The state, region, or province associated with the country of the jurisdiction, if applicable.
*)}