Module Values.ItalyAdditionalInfoSource

Additional tax information associated with your TRN in Italy.

Sourcetype nonrec t = {
  1. cigNumber : CigNumber.t option;
    (*

    The tender procedure identification code.

    *)
  2. cupNumber : CupNumber.t option;
    (*

    Additional tax information to specify for a TRN in Italy. This is managed by the Interministerial Committee for Economic Planning (CIPE) which characterizes every public investment project (Individual Project Code).

    *)
  3. sdiAccountId : SdiAccountId.t option;
    (*

    Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.

    *)
  4. taxCode : TaxCode.t option;
    (*

    List of service tax codes for your TRN in Italy. You can use your customer tax code as part of a VAT Group.

    *)
}
Sourceval make : ?cigNumber:??? -> ?cupNumber:??? -> ?sdiAccountId:??? -> ?taxCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CigNumber.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