Values.VietnamAdditionalInfoSourceAdditional tax information to specify for a TRN in Vietnam.
type nonrec t = {electronicTransactionCodeNumber : ElectronicTransactionCodeNumber.t option;The electronic transaction code number on the tax return document. This field must be provided for successful API operation.
*)enterpriseIdentificationNumber : EnterpriseIdentificationNumber.t option;The enterprise identification number for tax registration. This field must be provided for successful API operation.
*)paymentVoucherNumber : PaymentVoucherNumber.t option;The payment voucher number on the tax return payment document. This field must be provided for successful API operation.
*)paymentVoucherNumberDate : DateString.t option;The date on the tax return payment document. This field must be provided for successful API operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ElectronicTransactionCodeNumber.t ]) list ]