Module Values.IsraelAdditionalInfoSource

Additional tax information associated with your TRN in Israel.

Sourcetype nonrec t = {
  1. customerType : IsraelCustomerType.t;
    (*

    Customer type for your TRN in Israel. The value can be Business or Individual. Use Businessfor entities such as not-for-profit and financial institutions.

    *)
  2. dealerType : IsraelDealerType.t;
    (*

    Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.

    *)
}
Sourceval context_ : string
Sourceval make : customerType:IsraelCustomerType.t -> dealerType:IsraelDealerType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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