Module Values.VietnamAdditionalInfoSource

Additional tax information to specify for a TRN in Vietnam.

Sourcetype nonrec t = {
  1. electronicTransactionCodeNumber : ElectronicTransactionCodeNumber.t option;
    (*

    The electronic transaction code number on the tax return document. This field must be provided for successful API operation.

    *)
  2. enterpriseIdentificationNumber : EnterpriseIdentificationNumber.t option;
    (*

    The enterprise identification number for tax registration. This field must be provided for successful API operation.

    *)
  3. paymentVoucherNumber : PaymentVoucherNumber.t option;
    (*

    The payment voucher number on the tax return payment document. This field must be provided for successful API operation.

    *)
  4. paymentVoucherNumberDate : DateString.t option;
    (*

    The date on the tax return payment document. This field must be provided for successful API operation.

    *)
}
Sourceval make : ?electronicTransactionCodeNumber:??? -> ?enterpriseIdentificationNumber:??? -> ?paymentVoucherNumber:??? -> ?paymentVoucherNumberDate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ElectronicTransactionCodeNumber.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