Module Values.IndonesiaAdditionalInfoSource

Additional tax information associated with your TRN in Indonesia.

Sourcetype nonrec t = {
  1. decisionNumber : DecisionNumber.t option;
    (*

    VAT-exempt customers have a Directorate General of Taxation (DGT) exemption letter or certificate (Surat Keterangan Bebas) decision number. Non-collected VAT have a DGT letter or certificate (Surat Keterangan Tidak Dipungut).

    *)
  2. ppnExceptionDesignationCode : PpnExceptionDesignationCode.t option;
    (*

    Exception code if you are designated by Directorate General of Taxation (DGT) as a VAT collector, non-collected VAT, or VAT-exempt customer.

    *)
  3. taxRegistrationNumberType : IndonesiaTaxRegistrationNumberType.t option;
    (*

    The tax registration number type.

    *)
}
Sourceval make : ?decisionNumber:??? -> ?ppnExceptionDesignationCode:??? -> ?taxRegistrationNumberType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DecisionNumber.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