Module Values.TaxRegistrationSource

Your TRN information.

Sourcetype nonrec t = {
  1. additionalTaxInformation : AdditionalInfoResponse.t option;
    (*

    Additional tax information associated with your TRN.

    *)
  2. certifiedEmailId : CertifiedEmailId.t option;
    (*

    The email address to receive VAT invoices.

    *)
  3. legalAddress : Address.t option;
    (*

    The legal address associated with your TRN registration.

    *)
  4. legalName : LegalName.t option;
    (*

    The legal name associated with your TRN registration.

    *)
  5. registrationId : RegistrationId.t option;
    (*

    Your tax registration unique identifier.

    *)
  6. registrationType : TaxRegistrationType.t option;
    (*

    Type of your tax registration.

    *)
  7. sector : Sector.t option;
    (*

    The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government. Note that certain values may not applicable for the request country. Please refer to country specific information in API document.

    *)
  8. status : TaxRegistrationStatus.t option;
    (*

    The status of your TRN. This can be either Verified, Pending, Deleted, or Rejected.

    *)
  9. taxDocumentMetadatas : TaxDocumentMetadatas.t option;
    (*

    The metadata for your tax document.

    *)
}
Sourceval make : ?additionalTaxInformation:??? -> ?certifiedEmailId:??? -> ?legalAddress:??? -> ?legalName:??? -> ?registrationId:??? -> ?registrationType:??? -> ?sector:??? -> ?status:??? -> ?taxDocumentMetadatas:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TaxDocumentAccessToken.t ]) list ] list | `String of CertifiedEmailId.t | `Structure of (string * [> `String of AddressLine1.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string ] list | `String of CcmCode.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