Module Values.INDTaxDocumentsSource

The tax documents required in Amazon Web Services Region in India.

Sourcetype nonrec t = {
  1. gSTIN : GSTIN.t option;
    (*

    The Goods and Services Tax (GST) documents required in Amazon Web Services Region in India.

    *)
}
Sourceval make : ?gSTIN:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GSTIN.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