|
@@ -266,10 +266,13 @@ type (
|
|
|
InvoiceVariety string `json:"invoice_variety"`
|
|
|
InvoiceContent string `json:"invoice_content"`
|
|
|
InvoiceType string `json:"invoice_type"`
|
|
|
- CompanyName string `json:"company_name"`
|
|
|
- TaxpayerIdentnum string `json:"taxpayer_identnum"`
|
|
|
+ CompanyName string `json:"company_name,omitempty"`
|
|
|
+ TaxpayerIdentnum string `json:"taxpayer_identnum,omitempty"`
|
|
|
DeliveryAddress string `json:"delivery_address,omitempty"`
|
|
|
Phone string `json:"phone,omitempty"`
|
|
|
+ BankName string `json:"bank_name,omitempty"`
|
|
|
+ BankAccount string `json:"bank_account,omitempty"`
|
|
|
+ Remark string `json:"remark,omitempty"`
|
|
|
}
|
|
|
)
|
|
|
|