Module Values.BrazilAdditionalInfoSource

Additional tax information associated with your TRN in Brazil.

Sourcetype nonrec t = {
  1. ccmCode : CcmCode.t option;
    (*

    The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ tax type for the São Paulo municipality.

    *)
  2. legalNatureCode : LegalNatureCode.t option;
    (*

    Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.

    *)
}
Sourceval make : ?ccmCode:??? -> ?legalNatureCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CcmCode.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t