Module Values.AdditionalInfoResponseSource

Additional tax information associated with your TRN. The Tax Settings API returns country-specific information in the response when any additional information is present with your TRN for the following countries.

Sourcetype nonrec t = {
  1. brazilAdditionalInfo : BrazilAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Brazil. The Tax Settings API returns this information in your response when any additional information is present with your TRN in Brazil.

    *)
  2. canadaAdditionalInfo : CanadaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Canada.

    *)
  3. egyptAdditionalInfo : EgyptAdditionalInfo.t option;
    (*

    Additional tax information to specify for a TRN in Egypt.

    *)
  4. estoniaAdditionalInfo : EstoniaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Estonia.

    *)
  5. georgiaAdditionalInfo : GeorgiaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Georgia.

    *)
  6. greeceAdditionalInfo : GreeceAdditionalInfo.t option;
    (*

    Additional tax information to specify for a TRN in Greece.

    *)
  7. indiaAdditionalInfo : IndiaAdditionalInfo.t option;
    (*

    Additional tax information in India.

    *)
  8. indonesiaAdditionalInfo : IndonesiaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Indonesia.

    *)
  9. israelAdditionalInfo : IsraelAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Israel.

    *)
  10. italyAdditionalInfo : ItalyAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Italy.

    *)
  11. kenyaAdditionalInfo : KenyaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Kenya.

    *)
  12. malaysiaAdditionalInfo : MalaysiaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Malaysia.

    *)
  13. polandAdditionalInfo : PolandAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Poland.

    *)
  14. romaniaAdditionalInfo : RomaniaAdditionalInfo.t option;
    (*

    Additional tax information to specify for a TRN in Romania.

    *)
  15. saudiArabiaAdditionalInfo : SaudiArabiaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Saudi Arabia.

    *)
  16. southKoreaAdditionalInfo : SouthKoreaAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in South Korea.

    *)
  17. spainAdditionalInfo : SpainAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Spain.

    *)
  18. turkeyAdditionalInfo : TurkeyAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Turkey.

    *)
  19. ukraineAdditionalInfo : UkraineAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Ukraine.

    *)
  20. uzbekistanAdditionalInfo : UzbekistanAdditionalInfo.t option;
    (*

    Additional tax information associated with your TRN in Uzbekistan.

    *)
  21. vietnamAdditionalInfo : VietnamAdditionalInfo.t option;
    (*

    Additional tax information to specify for a TRN in Vietnam.

    *)
}
Sourceval make : ?brazilAdditionalInfo:??? -> ?canadaAdditionalInfo:??? -> ?egyptAdditionalInfo:??? -> ?estoniaAdditionalInfo:??? -> ?georgiaAdditionalInfo:??? -> ?greeceAdditionalInfo:??? -> ?indiaAdditionalInfo:??? -> ?indonesiaAdditionalInfo:??? -> ?israelAdditionalInfo:??? -> ?italyAdditionalInfo:??? -> ?kenyaAdditionalInfo:??? -> ?malaysiaAdditionalInfo:??? -> ?polandAdditionalInfo:??? -> ?romaniaAdditionalInfo:??? -> ?saudiArabiaAdditionalInfo:??? -> ?southKoreaAdditionalInfo:??? -> ?spainAdditionalInfo:??? -> ?turkeyAdditionalInfo:??? -> ?ukraineAdditionalInfo:??? -> ?uzbekistanAdditionalInfo:??? -> ?vietnamAdditionalInfo:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string ] list | `String of CcmCode.t ]) list ]) 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