Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabaTaxInvoiceSyncAPIResponse ¶
type AlibabaTaxInvoiceSyncAPIResponse struct { model.CommonResponse AlibabaTaxInvoiceSyncResponse }
第三方开票回调API APIResponse alibaba.tax.invoice.sync
该接口只提供给俄罗斯供应商开具发票使用,请勿申请。
type AlibabaTaxInvoiceSyncRequest ¶
第三方开票回调API APIRequest alibaba.tax.invoice.sync
该接口只提供给俄罗斯供应商开具发票使用,请勿申请。
func NewAlibabaTaxInvoiceSyncRequest ¶
func NewAlibabaTaxInvoiceSyncRequest() *AlibabaTaxInvoiceSyncRequest
func (AlibabaTaxInvoiceSyncRequest) GetApiMethodName ¶
func (r AlibabaTaxInvoiceSyncRequest) GetApiMethodName() string
func (AlibabaTaxInvoiceSyncRequest) GetApiParams ¶
func (r AlibabaTaxInvoiceSyncRequest) GetApiParams() url.Values
func (AlibabaTaxInvoiceSyncRequest) GetParamJson ¶
func (r AlibabaTaxInvoiceSyncRequest) GetParamJson() string
func (*AlibabaTaxInvoiceSyncRequest) SetParamJson ¶
func (r *AlibabaTaxInvoiceSyncRequest) SetParamJson(paramJson string) error
type AlibabaTaxInvoiceSyncResponse ¶
type AlibabaTaxInvoiceSyncResponse struct { XMLName xml.Name `xml:"alibaba_tax_invoice_sync_response"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识 Result *ThirdPartyInvoiceCallBackResultDto `json:"result,omitempty" xml:"result,omitempty"` }
type ResultItem ¶
type ResultItem struct { Correctness bool `json:"correctness,omitempty" xml:"correctness,omitempty"` ErrorDescription string `json:"error_description,omitempty" xml:"error_description,omitempty"` RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` }
ResultItem
type ThirdPartyInvoiceCallBackResultDto ¶
type ThirdPartyInvoiceCallBackResultDto struct {
ValueList []ResultItem `json:"value_list,omitempty" xml:"value_list,omitempty"`
}
ThirdPartyInvoiceCallBackResultDto
Click to show internal directories.
Click to hide internal directories.