feat: invoice

master v1.1.0
大虾 3 years ago
parent 5621cede80
commit f001421556

@ -22,6 +22,7 @@ type Param struct {
ShipmentType ShipmentType `json:"ShipmentType"` ShipmentType ShipmentType `json:"ShipmentType"`
ChannelOrderSource string `json:"channelOrderSource"` ChannelOrderSource string `json:"channelOrderSource"`
SendGoods uint `json:"sendGoods"` SendGoods uint `json:"sendGoods"`
Invoice InvoiceParam `json:"invoice"`
UserIp string `json:"userIp"` UserIp string `json:"userIp"`
} }
@ -67,7 +68,7 @@ type ElectronicInvoiceParam struct {
type InvoiceParam struct { type InvoiceParam struct {
InvoiceType uint `json:"invoiceType"` InvoiceType uint `json:"invoiceType"`
VatInvoice VatInvoiceParam `json:"vatInvoice"` VatInvoice VatInvoiceParam `json:"vatInvoice"`
ElectronicInvoice ElectronicInvoiceParam `json:"electronicInvoice"` //ElectronicInvoice ElectronicInvoiceParam `json:"electronicInvoice"`
} }
func (o SubmitOrderRequest) GetApiName() string { func (o SubmitOrderRequest) GetApiName() string {

Loading…
Cancel
Save