Module Values.PutSupplementalTaxRegistrationRequestSource

Stores supplemental tax registration for a single account.

Sourcetype nonrec t = {
  1. taxRegistrationEntry : SupplementalTaxRegistrationEntry.t;
    (*

    The supplemental TRN information that will be stored for the caller account ID.

    *)
}
Sourceval context_ : string
Sourceval make : taxRegistrationEntry:SupplementalTaxRegistrationEntry.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of LegalName.t | `Structure of (string * [> `String of AddressLine1.t ]) list ]) 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