bizfinance_1_0

package
v2.0.83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppendRolePermissionHeaders added in v2.0.83

type AppendRolePermissionHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AppendRolePermissionHeaders) GoString added in v2.0.83

func (s AppendRolePermissionHeaders) GoString() string

func (*AppendRolePermissionHeaders) SetCommonHeaders added in v2.0.83

func (*AppendRolePermissionHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *AppendRolePermissionHeaders) SetXAcsDingtalkAccessToken(v string) *AppendRolePermissionHeaders

func (AppendRolePermissionHeaders) String added in v2.0.83

type AppendRolePermissionRequest added in v2.0.83

type AppendRolePermissionRequest struct {
	RolePermissionItemList []*AppendRolePermissionRequestRolePermissionItemList `json:"rolePermissionItemList,omitempty" xml:"rolePermissionItemList,omitempty" type:"Repeated"`
	UserId                 *string                                              `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (AppendRolePermissionRequest) GoString added in v2.0.83

func (s AppendRolePermissionRequest) GoString() string

func (*AppendRolePermissionRequest) SetRolePermissionItemList added in v2.0.83

func (*AppendRolePermissionRequest) SetUserId added in v2.0.83

func (AppendRolePermissionRequest) String added in v2.0.83

type AppendRolePermissionRequestRolePermissionItemList added in v2.0.83

type AppendRolePermissionRequestRolePermissionItemList struct {
	PermissionList []*AppendRolePermissionRequestRolePermissionItemListPermissionList `json:"permissionList,omitempty" xml:"permissionList,omitempty" type:"Repeated"`
	RoleCode       *string                                                            `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (AppendRolePermissionRequestRolePermissionItemList) GoString added in v2.0.83

func (*AppendRolePermissionRequestRolePermissionItemList) SetRoleCode added in v2.0.83

func (AppendRolePermissionRequestRolePermissionItemList) String added in v2.0.83

type AppendRolePermissionRequestRolePermissionItemListPermissionList added in v2.0.83

type AppendRolePermissionRequestRolePermissionItemListPermissionList struct {
	ActionIdList     []*string `json:"actionIdList,omitempty" xml:"actionIdList,omitempty" type:"Repeated"`
	ResourceIdentity *string   `json:"resourceIdentity,omitempty" xml:"resourceIdentity,omitempty"`
}

func (AppendRolePermissionRequestRolePermissionItemListPermissionList) GoString added in v2.0.83

func (*AppendRolePermissionRequestRolePermissionItemListPermissionList) SetActionIdList added in v2.0.83

func (*AppendRolePermissionRequestRolePermissionItemListPermissionList) SetResourceIdentity added in v2.0.83

func (AppendRolePermissionRequestRolePermissionItemListPermissionList) String added in v2.0.83

type AppendRolePermissionResponse added in v2.0.83

type AppendRolePermissionResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AppendRolePermissionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AppendRolePermissionResponse) GoString added in v2.0.83

func (s AppendRolePermissionResponse) GoString() string

func (*AppendRolePermissionResponse) SetBody added in v2.0.83

func (*AppendRolePermissionResponse) SetHeaders added in v2.0.83

func (*AppendRolePermissionResponse) SetStatusCode added in v2.0.83

func (AppendRolePermissionResponse) String added in v2.0.83

type AppendRolePermissionResponseBody added in v2.0.83

type AppendRolePermissionResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (AppendRolePermissionResponseBody) GoString added in v2.0.83

func (*AppendRolePermissionResponseBody) SetResult added in v2.0.83

func (AppendRolePermissionResponseBody) String added in v2.0.83

type AppendRolePermissionShrinkRequest added in v2.0.83

type AppendRolePermissionShrinkRequest struct {
	RolePermissionItemListShrink *string `json:"rolePermissionItemList,omitempty" xml:"rolePermissionItemList,omitempty"`
	UserId                       *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (AppendRolePermissionShrinkRequest) GoString added in v2.0.83

func (*AppendRolePermissionShrinkRequest) SetRolePermissionItemListShrink added in v2.0.83

func (s *AppendRolePermissionShrinkRequest) SetRolePermissionItemListShrink(v string) *AppendRolePermissionShrinkRequest

func (*AppendRolePermissionShrinkRequest) SetUserId added in v2.0.83

func (AppendRolePermissionShrinkRequest) String added in v2.0.83

type BatchAddInvoiceHeaders

type BatchAddInvoiceHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (BatchAddInvoiceHeaders) GoString

func (s BatchAddInvoiceHeaders) GoString() string

func (*BatchAddInvoiceHeaders) SetCommonHeaders

func (s *BatchAddInvoiceHeaders) SetCommonHeaders(v map[string]*string) *BatchAddInvoiceHeaders

func (*BatchAddInvoiceHeaders) SetXAcsDingtalkAccessToken

func (s *BatchAddInvoiceHeaders) SetXAcsDingtalkAccessToken(v string) *BatchAddInvoiceHeaders

func (BatchAddInvoiceHeaders) String

func (s BatchAddInvoiceHeaders) String() string

type BatchAddInvoiceRequest

type BatchAddInvoiceRequest struct {
	CompanyCode          *string                                       `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	GeneralInvoiceVOList []*BatchAddInvoiceRequestGeneralInvoiceVOList `json:"generalInvoiceVOList,omitempty" xml:"generalInvoiceVOList,omitempty" type:"Repeated"`
	Operator             *string                                       `json:"operator,omitempty" xml:"operator,omitempty"`
	Source               *string                                       `json:"source,omitempty" xml:"source,omitempty"`
}

func (BatchAddInvoiceRequest) GoString

func (s BatchAddInvoiceRequest) GoString() string

func (*BatchAddInvoiceRequest) SetCompanyCode added in v2.0.83

func (*BatchAddInvoiceRequest) SetGeneralInvoiceVOList

func (*BatchAddInvoiceRequest) SetOperator

func (*BatchAddInvoiceRequest) SetSource added in v2.0.83

func (BatchAddInvoiceRequest) String

func (s BatchAddInvoiceRequest) String() string

type BatchAddInvoiceRequestGeneralInvoiceVOList

type BatchAddInvoiceRequestGeneralInvoiceVOList struct {
	AccountPeriod                  *string                                                                     `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	Amount                         *string                                                                     `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax                  *string                                                                     `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CheckCode                      *string                                                                     `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                      *string                                                                     `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	DrawerName                     *string                                                                     `json:"drawerName,omitempty" xml:"drawerName,omitempty"`
	DrewDate                       *string                                                                     `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl                  *string                                                                     `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	FinanceType                    *string                                                                     `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FundType                       *string                                                                     `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList     []*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList     `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	ImageUrl                       *string                                                                     `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                    *string                                                                     `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                      *string                                                                     `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus                  *string                                                                     `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                    *string                                                                     `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	MachineCode                    *string                                                                     `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                        *string                                                                     `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Payee                          *string                                                                     `json:"payee,omitempty" xml:"payee,omitempty"`
	ProcessInstCode                *string                                                                     `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType                *string                                                                     `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress               *string                                                                     `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankAccount           *string                                                                     `json:"purchaserBankAccount,omitempty" xml:"purchaserBankAccount,omitempty"`
	PurchaserBankNameAccount       *string                                                                     `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName                  *string                                                                     `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo                 *string                                                                     `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                   *string                                                                     `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                         *string                                                                     `json:"remark,omitempty" xml:"remark,omitempty"`
	Reviewer                       *string                                                                     `json:"reviewer,omitempty" xml:"reviewer,omitempty"`
	SecondHandCarInvoiceDetailList []*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList `json:"secondHandCarInvoiceDetailList,omitempty" xml:"secondHandCarInvoiceDetailList,omitempty" type:"Repeated"`
	SellerAddress                  *string                                                                     `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankAccount              *string                                                                     `json:"sellerBankAccount,omitempty" xml:"sellerBankAccount,omitempty"`
	SellerBankNameAccount          *string                                                                     `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                     *string                                                                     `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                    *string                                                                     `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                      *string                                                                     `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	SupplySign                     *string                                                                     `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	TaxAmount                      *string                                                                     `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	UsedVehicleSaleDetailVOList    []*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList    `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList        []*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList        `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                   *string                                                                     `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                    *string                                                                     `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus                  *string                                                                     `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (BatchAddInvoiceRequestGeneralInvoiceVOList) GoString

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetAccountPeriod

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetAmount

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetAmountWithTax

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetCheckCode

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetCheckTime

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetDrawerName added in v2.0.83

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetDrewDate

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetElectronicUrl

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetFinanceType

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetFundType

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetImageUrl added in v2.0.83

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetInvoiceCode

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetInvoiceNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetInvoiceStatus

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetInvoiceType

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetMachineCode

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetOilFlag

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetPayee

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetProcessInstCode

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetProcessInstType

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetPurchaserAddress

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetPurchaserBankAccount

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetPurchaserBankNameAccount

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetPurchaserName

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetPurchaserTaxNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetPurchaserTel

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetRemark

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetReviewer added in v2.0.83

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetSellerAddress

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetSellerBankAccount

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetSellerBankNameAccount

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetSellerName

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetSellerTaxNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetSellerTel

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetSupplySign

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetTaxAmount

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetVerifyStatus

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetVoucherCode

func (*BatchAddInvoiceRequestGeneralInvoiceVOList) SetVoucherStatus

func (BatchAddInvoiceRequestGeneralInvoiceVOList) String

type BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList

type BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxPreType    *string `json:"taxPreType,omitempty" xml:"taxPreType,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) GoString

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetAmount

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetGoodsName

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetQuantity

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetRevenueCode

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetRowNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetSpecification

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxAmount

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxPre

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxPreType

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxRate

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetUnit

func (*BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetUnitPrice

func (BatchAddInvoiceRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) String

type BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList

type BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) GoString

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetAmount

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetCardNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetEndDate

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetGoodsName

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetRevenueCode

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetRowNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetStartDate

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetTaxAmount

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetTaxRate

func (*BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetVehicleType

func (BatchAddInvoiceRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) String

type BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList

type BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) GoString

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnit

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetCarModel

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetCardNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetRegistration

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetVehicleNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetVehicleType

func (BatchAddInvoiceRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) String

type BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList

type BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	InspectionListNo    *string `json:"inspectionListNo,omitempty" xml:"inspectionListNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) GoString

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetBrand

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetCertificateNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetEngineNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetIdCardNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetImportCertificateNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetInspectionListNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetMaxPassengers

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetOriginPlace

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityName

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxRate

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTonnage

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleNo

func (*BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleType

func (BatchAddInvoiceRequestGeneralInvoiceVOListVehicleSaleDetailVOList) String

type BatchAddInvoiceResponse

type BatchAddInvoiceResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *BatchAddInvoiceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (BatchAddInvoiceResponse) GoString

func (s BatchAddInvoiceResponse) GoString() string

func (*BatchAddInvoiceResponse) SetBody

func (*BatchAddInvoiceResponse) SetHeaders

func (*BatchAddInvoiceResponse) SetStatusCode

func (BatchAddInvoiceResponse) String

func (s BatchAddInvoiceResponse) String() string

type BatchAddInvoiceResponseBody

type BatchAddInvoiceResponseBody struct {
	ErrorResult   []*BatchAddInvoiceResponseBodyErrorResult   `json:"errorResult,omitempty" xml:"errorResult,omitempty" type:"Repeated"`
	SuccessResult []*BatchAddInvoiceResponseBodySuccessResult `json:"successResult,omitempty" xml:"successResult,omitempty" type:"Repeated"`
}

func (BatchAddInvoiceResponseBody) GoString

func (s BatchAddInvoiceResponseBody) GoString() string

func (*BatchAddInvoiceResponseBody) SetErrorResult

func (*BatchAddInvoiceResponseBody) SetSuccessResult

func (BatchAddInvoiceResponseBody) String

type BatchAddInvoiceResponseBodyErrorResult

type BatchAddInvoiceResponseBodyErrorResult struct {
	ErrorKey *string `json:"errorKey,omitempty" xml:"errorKey,omitempty"`
	ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
}

func (BatchAddInvoiceResponseBodyErrorResult) GoString

func (*BatchAddInvoiceResponseBodyErrorResult) SetErrorKey

func (*BatchAddInvoiceResponseBodyErrorResult) SetErrorMsg

func (BatchAddInvoiceResponseBodyErrorResult) String

type BatchAddInvoiceResponseBodySuccessResult

type BatchAddInvoiceResponseBodySuccessResult struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (BatchAddInvoiceResponseBodySuccessResult) GoString

func (*BatchAddInvoiceResponseBodySuccessResult) SetInvoiceCode

func (*BatchAddInvoiceResponseBodySuccessResult) SetInvoiceNo

func (BatchAddInvoiceResponseBodySuccessResult) String

type BatchCreateCustomerHeaders

type BatchCreateCustomerHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (BatchCreateCustomerHeaders) GoString

func (s BatchCreateCustomerHeaders) GoString() string

func (*BatchCreateCustomerHeaders) SetCommonHeaders

func (*BatchCreateCustomerHeaders) SetXAcsDingtalkAccessToken

func (s *BatchCreateCustomerHeaders) SetXAcsDingtalkAccessToken(v string) *BatchCreateCustomerHeaders

func (BatchCreateCustomerHeaders) String

type BatchCreateCustomerRequest

type BatchCreateCustomerRequest struct {
	CreateCustomerRequestList []*BatchCreateCustomerRequestCreateCustomerRequestList `json:"createCustomerRequestList,omitempty" xml:"createCustomerRequestList,omitempty" type:"Repeated"`
	Operator                  *string                                                `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (BatchCreateCustomerRequest) GoString

func (s BatchCreateCustomerRequest) GoString() string

func (*BatchCreateCustomerRequest) SetOperator

func (BatchCreateCustomerRequest) String

type BatchCreateCustomerRequestCreateCustomerRequestList

type BatchCreateCustomerRequestCreateCustomerRequestList struct {
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	DrawerEmail       *string `json:"drawerEmail,omitempty" xml:"drawerEmail,omitempty"`
	DrawerTelephone   *string `json:"drawerTelephone,omitempty" xml:"drawerTelephone,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	PurchaserAccount  *string `json:"purchaserAccount,omitempty" xml:"purchaserAccount,omitempty"`
	PurchaserAddress  *string `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankName *string `json:"purchaserBankName,omitempty" xml:"purchaserBankName,omitempty"`
	PurchaserName     *string `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo    *string `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel      *string `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
}

func (BatchCreateCustomerRequestCreateCustomerRequestList) GoString

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetDescription

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetDrawerEmail

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetDrawerTelephone

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetName

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetPurchaserAccount

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetPurchaserAddress

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetPurchaserBankName

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetPurchaserName

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetPurchaserTaxNo

func (*BatchCreateCustomerRequestCreateCustomerRequestList) SetPurchaserTel

func (BatchCreateCustomerRequestCreateCustomerRequestList) String

type BatchCreateCustomerResponse

type BatchCreateCustomerResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *BatchCreateCustomerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (BatchCreateCustomerResponse) GoString

func (s BatchCreateCustomerResponse) GoString() string

func (*BatchCreateCustomerResponse) SetBody

func (*BatchCreateCustomerResponse) SetHeaders

func (*BatchCreateCustomerResponse) SetStatusCode

func (BatchCreateCustomerResponse) String

type BatchCreateCustomerResponseBody

type BatchCreateCustomerResponseBody struct {
	ErrorResult []*BatchCreateCustomerResponseBodyErrorResult `json:"errorResult,omitempty" xml:"errorResult,omitempty" type:"Repeated"`
	Success     *bool                                         `json:"success,omitempty" xml:"success,omitempty"`
}

func (BatchCreateCustomerResponseBody) GoString

func (*BatchCreateCustomerResponseBody) SetSuccess

func (BatchCreateCustomerResponseBody) String

type BatchCreateCustomerResponseBodyErrorResult

type BatchCreateCustomerResponseBodyErrorResult struct {
	ErrorKey *string `json:"errorKey,omitempty" xml:"errorKey,omitempty"`
	ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
}

func (BatchCreateCustomerResponseBodyErrorResult) GoString

func (*BatchCreateCustomerResponseBodyErrorResult) SetErrorKey

func (*BatchCreateCustomerResponseBodyErrorResult) SetErrorMsg

func (BatchCreateCustomerResponseBodyErrorResult) String

type BindCompanyAccountantBookHeaders added in v2.0.83

type BindCompanyAccountantBookHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (BindCompanyAccountantBookHeaders) GoString added in v2.0.83

func (*BindCompanyAccountantBookHeaders) SetCommonHeaders added in v2.0.83

func (*BindCompanyAccountantBookHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (BindCompanyAccountantBookHeaders) String added in v2.0.83

type BindCompanyAccountantBookRequest added in v2.0.83

type BindCompanyAccountantBookRequest struct {
	AccountantBookId *string `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	CompanyCode      *string `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
}

func (BindCompanyAccountantBookRequest) GoString added in v2.0.83

func (*BindCompanyAccountantBookRequest) SetAccountantBookId added in v2.0.83

func (*BindCompanyAccountantBookRequest) SetCompanyCode added in v2.0.83

func (BindCompanyAccountantBookRequest) String added in v2.0.83

type BindCompanyAccountantBookResponse added in v2.0.83

type BindCompanyAccountantBookResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *BindCompanyAccountantBookResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (BindCompanyAccountantBookResponse) GoString added in v2.0.83

func (*BindCompanyAccountantBookResponse) SetBody added in v2.0.83

func (*BindCompanyAccountantBookResponse) SetHeaders added in v2.0.83

func (*BindCompanyAccountantBookResponse) SetStatusCode added in v2.0.83

func (BindCompanyAccountantBookResponse) String added in v2.0.83

type BindCompanyAccountantBookResponseBody added in v2.0.83

type BindCompanyAccountantBookResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (BindCompanyAccountantBookResponseBody) GoString added in v2.0.83

func (*BindCompanyAccountantBookResponseBody) SetResult added in v2.0.83

func (BindCompanyAccountantBookResponseBody) String added in v2.0.83

type CheckVoucherStatusHeaders

type CheckVoucherStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CheckVoucherStatusHeaders) GoString

func (s CheckVoucherStatusHeaders) GoString() string

func (*CheckVoucherStatusHeaders) SetCommonHeaders

func (*CheckVoucherStatusHeaders) SetXAcsDingtalkAccessToken

func (s *CheckVoucherStatusHeaders) SetXAcsDingtalkAccessToken(v string) *CheckVoucherStatusHeaders

func (CheckVoucherStatusHeaders) String

func (s CheckVoucherStatusHeaders) String() string

type CheckVoucherStatusRequest

type CheckVoucherStatusRequest struct {
	CompanyCode  *string `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	EndTime      *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	FinanceType  *string `json:"financeType,omitempty" xml:"financeType,omitempty"`
	InvoiceCode  *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo    *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	PageNumber   *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize     *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartTime    *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	TaxNo        *string `json:"taxNo,omitempty" xml:"taxNo,omitempty"`
	VerifyStatus *string `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
}

func (CheckVoucherStatusRequest) GoString

func (s CheckVoucherStatusRequest) GoString() string

func (*CheckVoucherStatusRequest) SetCompanyCode added in v2.0.83

func (*CheckVoucherStatusRequest) SetEndTime

func (*CheckVoucherStatusRequest) SetFinanceType

func (*CheckVoucherStatusRequest) SetInvoiceCode

func (*CheckVoucherStatusRequest) SetInvoiceNo

func (*CheckVoucherStatusRequest) SetPageNumber

func (*CheckVoucherStatusRequest) SetPageSize

func (*CheckVoucherStatusRequest) SetStartTime

func (*CheckVoucherStatusRequest) SetTaxNo

func (*CheckVoucherStatusRequest) SetVerifyStatus

func (CheckVoucherStatusRequest) String

func (s CheckVoucherStatusRequest) String() string

type CheckVoucherStatusResponse

type CheckVoucherStatusResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CheckVoucherStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CheckVoucherStatusResponse) GoString

func (s CheckVoucherStatusResponse) GoString() string

func (*CheckVoucherStatusResponse) SetBody

func (*CheckVoucherStatusResponse) SetHeaders

func (*CheckVoucherStatusResponse) SetStatusCode

func (CheckVoucherStatusResponse) String

type CheckVoucherStatusResponseBody

type CheckVoucherStatusResponseBody struct {
	Result  *bool `json:"result,omitempty" xml:"result,omitempty"`
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (CheckVoucherStatusResponseBody) GoString

func (*CheckVoucherStatusResponseBody) SetResult

func (*CheckVoucherStatusResponseBody) SetSuccess

func (CheckVoucherStatusResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AppendRolePermission added in v2.0.83

func (client *Client) AppendRolePermission(request *AppendRolePermissionRequest) (_result *AppendRolePermissionResponse, _err error)

func (*Client) AppendRolePermissionWithOptions added in v2.0.83

func (client *Client) AppendRolePermissionWithOptions(tmpReq *AppendRolePermissionRequest, headers *AppendRolePermissionHeaders, runtime *util.RuntimeOptions) (_result *AppendRolePermissionResponse, _err error)

func (*Client) BatchAddInvoice

func (client *Client) BatchAddInvoice(request *BatchAddInvoiceRequest) (_result *BatchAddInvoiceResponse, _err error)

func (*Client) BatchAddInvoiceWithOptions

func (client *Client) BatchAddInvoiceWithOptions(request *BatchAddInvoiceRequest, headers *BatchAddInvoiceHeaders, runtime *util.RuntimeOptions) (_result *BatchAddInvoiceResponse, _err error)

func (*Client) BatchCreateCustomer

func (client *Client) BatchCreateCustomer(request *BatchCreateCustomerRequest) (_result *BatchCreateCustomerResponse, _err error)

func (*Client) BatchCreateCustomerWithOptions

func (client *Client) BatchCreateCustomerWithOptions(request *BatchCreateCustomerRequest, headers *BatchCreateCustomerHeaders, runtime *util.RuntimeOptions) (_result *BatchCreateCustomerResponse, _err error)

func (*Client) BindCompanyAccountantBook added in v2.0.83

func (client *Client) BindCompanyAccountantBook(request *BindCompanyAccountantBookRequest) (_result *BindCompanyAccountantBookResponse, _err error)

func (*Client) BindCompanyAccountantBookWithOptions added in v2.0.83

func (client *Client) BindCompanyAccountantBookWithOptions(request *BindCompanyAccountantBookRequest, headers *BindCompanyAccountantBookHeaders, runtime *util.RuntimeOptions) (_result *BindCompanyAccountantBookResponse, _err error)

func (*Client) CheckVoucherStatus

func (client *Client) CheckVoucherStatus(request *CheckVoucherStatusRequest) (_result *CheckVoucherStatusResponse, _err error)

func (*Client) CheckVoucherStatusWithOptions

func (client *Client) CheckVoucherStatusWithOptions(request *CheckVoucherStatusRequest, headers *CheckVoucherStatusHeaders, runtime *util.RuntimeOptions) (_result *CheckVoucherStatusResponse, _err error)

func (*Client) CreateCustomer

func (client *Client) CreateCustomer(request *CreateCustomerRequest) (_result *CreateCustomerResponse, _err error)

func (*Client) CreateCustomerWithOptions

func (client *Client) CreateCustomerWithOptions(request *CreateCustomerRequest, headers *CreateCustomerHeaders, runtime *util.RuntimeOptions) (_result *CreateCustomerResponse, _err error)

func (*Client) CreateReceipt

func (client *Client) CreateReceipt(request *CreateReceiptRequest) (_result *CreateReceiptResponse, _err error)

func (*Client) CreateReceiptWithOptions

func (client *Client) CreateReceiptWithOptions(request *CreateReceiptRequest, headers *CreateReceiptHeaders, runtime *util.RuntimeOptions) (_result *CreateReceiptResponse, _err error)

func (*Client) DeleteReceipt

func (client *Client) DeleteReceipt(request *DeleteReceiptRequest) (_result *DeleteReceiptResponse, _err error)

func (*Client) DeleteReceiptWithOptions

func (client *Client) DeleteReceiptWithOptions(request *DeleteReceiptRequest, headers *DeleteReceiptHeaders, runtime *util.RuntimeOptions) (_result *DeleteReceiptResponse, _err error)

func (*Client) GetBookkeepingUserList

func (client *Client) GetBookkeepingUserList() (_result *GetBookkeepingUserListResponse, _err error)

func (*Client) GetBookkeepingUserListWithOptions

func (client *Client) GetBookkeepingUserListWithOptions(headers *GetBookkeepingUserListHeaders, runtime *util.RuntimeOptions) (_result *GetBookkeepingUserListResponse, _err error)

func (*Client) GetCategory

func (client *Client) GetCategory(request *GetCategoryRequest) (_result *GetCategoryResponse, _err error)

func (*Client) GetCategoryWithOptions

func (client *Client) GetCategoryWithOptions(request *GetCategoryRequest, headers *GetCategoryHeaders, runtime *util.RuntimeOptions) (_result *GetCategoryResponse, _err error)

func (*Client) GetCustomer

func (client *Client) GetCustomer(request *GetCustomerRequest) (_result *GetCustomerResponse, _err error)

func (*Client) GetCustomerWithOptions

func (client *Client) GetCustomerWithOptions(request *GetCustomerRequest, headers *GetCustomerHeaders, runtime *util.RuntimeOptions) (_result *GetCustomerResponse, _err error)

func (*Client) GetFinanceAccount

func (client *Client) GetFinanceAccount(request *GetFinanceAccountRequest) (_result *GetFinanceAccountResponse, _err error)

func (*Client) GetFinanceAccountWithOptions

func (client *Client) GetFinanceAccountWithOptions(request *GetFinanceAccountRequest, headers *GetFinanceAccountHeaders, runtime *util.RuntimeOptions) (_result *GetFinanceAccountResponse, _err error)

func (*Client) GetFormTemplateInfo added in v2.0.83

func (client *Client) GetFormTemplateInfo() (_result *GetFormTemplateInfoResponse, _err error)

func (*Client) GetFormTemplateInfoWithOptions added in v2.0.83

func (client *Client) GetFormTemplateInfoWithOptions(headers *GetFormTemplateInfoHeaders, runtime *util.RuntimeOptions) (_result *GetFormTemplateInfoResponse, _err error)

func (*Client) GetInvoiceByPage

func (client *Client) GetInvoiceByPage(request *GetInvoiceByPageRequest) (_result *GetInvoiceByPageResponse, _err error)

func (*Client) GetInvoiceByPageWithOptions

func (client *Client) GetInvoiceByPageWithOptions(tmpReq *GetInvoiceByPageRequest, headers *GetInvoiceByPageHeaders, runtime *util.RuntimeOptions) (_result *GetInvoiceByPageResponse, _err error)

func (*Client) GetIsNewVersion

func (client *Client) GetIsNewVersion() (_result *GetIsNewVersionResponse, _err error)

func (*Client) GetIsNewVersionWithOptions

func (client *Client) GetIsNewVersionWithOptions(headers *GetIsNewVersionHeaders, runtime *util.RuntimeOptions) (_result *GetIsNewVersionResponse, _err error)

func (*Client) GetMultiCompanyInfoByCode added in v2.0.83

func (client *Client) GetMultiCompanyInfoByCode(companyCode *string) (_result *GetMultiCompanyInfoByCodeResponse, _err error)

func (*Client) GetMultiCompanyInfoByCodeWithOptions added in v2.0.83

func (client *Client) GetMultiCompanyInfoByCodeWithOptions(companyCode *string, headers *GetMultiCompanyInfoByCodeHeaders, runtime *util.RuntimeOptions) (_result *GetMultiCompanyInfoByCodeResponse, _err error)

func (*Client) GetProduct

func (client *Client) GetProduct(request *GetProductRequest) (_result *GetProductResponse, _err error)

func (*Client) GetProductWithOptions

func (client *Client) GetProductWithOptions(request *GetProductRequest, headers *GetProductHeaders, runtime *util.RuntimeOptions) (_result *GetProductResponse, _err error)

func (*Client) GetProject

func (client *Client) GetProject(request *GetProjectRequest) (_result *GetProjectResponse, _err error)

func (*Client) GetProjectWithOptions

func (client *Client) GetProjectWithOptions(request *GetProjectRequest, headers *GetProjectHeaders, runtime *util.RuntimeOptions) (_result *GetProjectResponse, _err error)

func (*Client) GetReceipt

func (client *Client) GetReceipt(request *GetReceiptRequest) (_result *GetReceiptResponse, _err error)

func (*Client) GetReceiptWithOptions

func (client *Client) GetReceiptWithOptions(request *GetReceiptRequest, headers *GetReceiptHeaders, runtime *util.RuntimeOptions) (_result *GetReceiptResponse, _err error)

func (*Client) GetSupplier

func (client *Client) GetSupplier(request *GetSupplierRequest) (_result *GetSupplierResponse, _err error)

func (*Client) GetSupplierWithOptions

func (client *Client) GetSupplierWithOptions(request *GetSupplierRequest, headers *GetSupplierHeaders, runtime *util.RuntimeOptions) (_result *GetSupplierResponse, _err error)

func (*Client) GetYongYouOpenApiToken added in v2.0.83

func (client *Client) GetYongYouOpenApiToken(request *GetYongYouOpenApiTokenRequest) (_result *GetYongYouOpenApiTokenResponse, _err error)

func (*Client) GetYongYouOpenApiTokenWithOptions added in v2.0.83

func (client *Client) GetYongYouOpenApiTokenWithOptions(request *GetYongYouOpenApiTokenRequest, headers *GetYongYouOpenApiTokenHeaders, runtime *util.RuntimeOptions) (_result *GetYongYouOpenApiTokenResponse, _err error)

func (*Client) GetYongYouOrgRelation added in v2.0.83

func (client *Client) GetYongYouOrgRelation() (_result *GetYongYouOrgRelationResponse, _err error)

func (*Client) GetYongYouOrgRelationWithOptions added in v2.0.83

func (client *Client) GetYongYouOrgRelationWithOptions(headers *GetYongYouOrgRelationHeaders, runtime *util.RuntimeOptions) (_result *GetYongYouOrgRelationResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ProfessionBenefitConsume

func (client *Client) ProfessionBenefitConsume(request *ProfessionBenefitConsumeRequest) (_result *ProfessionBenefitConsumeResponse, _err error)

func (*Client) ProfessionBenefitConsumeWithOptions

func (client *Client) ProfessionBenefitConsumeWithOptions(request *ProfessionBenefitConsumeRequest, headers *ProfessionBenefitConsumeHeaders, runtime *util.RuntimeOptions) (_result *ProfessionBenefitConsumeResponse, _err error)

func (*Client) PushHistoricalReceipts added in v2.0.83

func (client *Client) PushHistoricalReceipts(request *PushHistoricalReceiptsRequest) (_result *PushHistoricalReceiptsResponse, _err error)

func (*Client) PushHistoricalReceiptsWithOptions added in v2.0.83

func (client *Client) PushHistoricalReceiptsWithOptions(request *PushHistoricalReceiptsRequest, headers *PushHistoricalReceiptsHeaders, runtime *util.RuntimeOptions) (_result *PushHistoricalReceiptsResponse, _err error)

func (*Client) QueryCategoryByPage

func (client *Client) QueryCategoryByPage(request *QueryCategoryByPageRequest) (_result *QueryCategoryByPageResponse, _err error)

func (*Client) QueryCategoryByPageWithOptions

func (client *Client) QueryCategoryByPageWithOptions(request *QueryCategoryByPageRequest, headers *QueryCategoryByPageHeaders, runtime *util.RuntimeOptions) (_result *QueryCategoryByPageResponse, _err error)

func (*Client) QueryCompanyInvoiceRelationCount added in v2.0.83

func (client *Client) QueryCompanyInvoiceRelationCount(request *QueryCompanyInvoiceRelationCountRequest) (_result *QueryCompanyInvoiceRelationCountResponse, _err error)

func (*Client) QueryCompanyInvoiceRelationCountWithOptions added in v2.0.83

func (client *Client) QueryCompanyInvoiceRelationCountWithOptions(request *QueryCompanyInvoiceRelationCountRequest, headers *QueryCompanyInvoiceRelationCountHeaders, runtime *util.RuntimeOptions) (_result *QueryCompanyInvoiceRelationCountResponse, _err error)

func (*Client) QueryCustomerByPage

func (client *Client) QueryCustomerByPage(request *QueryCustomerByPageRequest) (_result *QueryCustomerByPageResponse, _err error)

func (*Client) QueryCustomerByPageWithOptions

func (client *Client) QueryCustomerByPageWithOptions(request *QueryCustomerByPageRequest, headers *QueryCustomerByPageHeaders, runtime *util.RuntimeOptions) (_result *QueryCustomerByPageResponse, _err error)

func (*Client) QueryCustomerInfo

func (client *Client) QueryCustomerInfo(request *QueryCustomerInfoRequest) (_result *QueryCustomerInfoResponse, _err error)

func (*Client) QueryCustomerInfoWithOptions

func (client *Client) QueryCustomerInfoWithOptions(request *QueryCustomerInfoRequest, headers *QueryCustomerInfoHeaders, runtime *util.RuntimeOptions) (_result *QueryCustomerInfoResponse, _err error)

func (*Client) QueryEnterpriseAccountByPage

func (client *Client) QueryEnterpriseAccountByPage(request *QueryEnterpriseAccountByPageRequest) (_result *QueryEnterpriseAccountByPageResponse, _err error)

func (*Client) QueryEnterpriseAccountByPageWithOptions

func (client *Client) QueryEnterpriseAccountByPageWithOptions(request *QueryEnterpriseAccountByPageRequest, headers *QueryEnterpriseAccountByPageHeaders, runtime *util.RuntimeOptions) (_result *QueryEnterpriseAccountByPageResponse, _err error)

func (*Client) QueryFinanceCompanyInfo

func (client *Client) QueryFinanceCompanyInfo() (_result *QueryFinanceCompanyInfoResponse, _err error)

func (*Client) QueryFinanceCompanyInfoWithOptions

func (client *Client) QueryFinanceCompanyInfoWithOptions(headers *QueryFinanceCompanyInfoHeaders, runtime *util.RuntimeOptions) (_result *QueryFinanceCompanyInfoResponse, _err error)

func (*Client) QueryInvoiceRelationCount

func (client *Client) QueryInvoiceRelationCount() (_result *QueryInvoiceRelationCountResponse, _err error)

func (*Client) QueryInvoiceRelationCountWithOptions

func (client *Client) QueryInvoiceRelationCountWithOptions(headers *QueryInvoiceRelationCountHeaders, runtime *util.RuntimeOptions) (_result *QueryInvoiceRelationCountResponse, _err error)

func (*Client) QueryMultiCompanyInfo added in v2.0.83

func (client *Client) QueryMultiCompanyInfo() (_result *QueryMultiCompanyInfoResponse, _err error)

func (*Client) QueryMultiCompanyInfoWithOptions added in v2.0.83

func (client *Client) QueryMultiCompanyInfoWithOptions(headers *QueryMultiCompanyInfoHeaders, runtime *util.RuntimeOptions) (_result *QueryMultiCompanyInfoResponse, _err error)

func (*Client) QueryPermissionByUserId

func (client *Client) QueryPermissionByUserId(request *QueryPermissionByUserIdRequest) (_result *QueryPermissionByUserIdResponse, _err error)

func (*Client) QueryPermissionByUserIdWithOptions

func (client *Client) QueryPermissionByUserIdWithOptions(request *QueryPermissionByUserIdRequest, headers *QueryPermissionByUserIdHeaders, runtime *util.RuntimeOptions) (_result *QueryPermissionByUserIdResponse, _err error)

func (*Client) QueryPermissionRoleMember

func (client *Client) QueryPermissionRoleMember(request *QueryPermissionRoleMemberRequest) (_result *QueryPermissionRoleMemberResponse, _err error)

func (*Client) QueryPermissionRoleMemberWithOptions

func (client *Client) QueryPermissionRoleMemberWithOptions(request *QueryPermissionRoleMemberRequest, headers *QueryPermissionRoleMemberHeaders, runtime *util.RuntimeOptions) (_result *QueryPermissionRoleMemberResponse, _err error)

func (*Client) QueryProductByPage

func (client *Client) QueryProductByPage(request *QueryProductByPageRequest) (_result *QueryProductByPageResponse, _err error)

func (*Client) QueryProductByPageWithOptions

func (client *Client) QueryProductByPageWithOptions(request *QueryProductByPageRequest, headers *QueryProductByPageHeaders, runtime *util.RuntimeOptions) (_result *QueryProductByPageResponse, _err error)

func (*Client) QueryProjectByPage

func (client *Client) QueryProjectByPage(request *QueryProjectByPageRequest) (_result *QueryProjectByPageResponse, _err error)

func (*Client) QueryProjectByPageWithOptions

func (client *Client) QueryProjectByPageWithOptions(request *QueryProjectByPageRequest, headers *QueryProjectByPageHeaders, runtime *util.RuntimeOptions) (_result *QueryProjectByPageResponse, _err error)

func (*Client) QueryReceiptDetailForInvoice

func (client *Client) QueryReceiptDetailForInvoice(request *QueryReceiptDetailForInvoiceRequest) (_result *QueryReceiptDetailForInvoiceResponse, _err error)

func (*Client) QueryReceiptDetailForInvoiceWithOptions

func (client *Client) QueryReceiptDetailForInvoiceWithOptions(request *QueryReceiptDetailForInvoiceRequest, headers *QueryReceiptDetailForInvoiceHeaders, runtime *util.RuntimeOptions) (_result *QueryReceiptDetailForInvoiceResponse, _err error)

func (*Client) QueryReceiptForInvoice

func (client *Client) QueryReceiptForInvoice(request *QueryReceiptForInvoiceRequest) (_result *QueryReceiptForInvoiceResponse, _err error)

func (*Client) QueryReceiptForInvoiceWithOptions

func (client *Client) QueryReceiptForInvoiceWithOptions(request *QueryReceiptForInvoiceRequest, headers *QueryReceiptForInvoiceHeaders, runtime *util.RuntimeOptions) (_result *QueryReceiptForInvoiceResponse, _err error)

func (*Client) QueryReceiptsBaseInfo

func (client *Client) QueryReceiptsBaseInfo(request *QueryReceiptsBaseInfoRequest) (_result *QueryReceiptsBaseInfoResponse, _err error)

func (*Client) QueryReceiptsBaseInfoWithOptions

func (client *Client) QueryReceiptsBaseInfoWithOptions(request *QueryReceiptsBaseInfoRequest, headers *QueryReceiptsBaseInfoHeaders, runtime *util.RuntimeOptions) (_result *QueryReceiptsBaseInfoResponse, _err error)

func (*Client) QueryReceiptsByPage

func (client *Client) QueryReceiptsByPage(request *QueryReceiptsByPageRequest) (_result *QueryReceiptsByPageResponse, _err error)

func (*Client) QueryReceiptsByPageWithOptions

func (client *Client) QueryReceiptsByPageWithOptions(request *QueryReceiptsByPageRequest, headers *QueryReceiptsByPageHeaders, runtime *util.RuntimeOptions) (_result *QueryReceiptsByPageResponse, _err error)

func (*Client) QueryRoleMemberByPage added in v2.0.83

func (client *Client) QueryRoleMemberByPage(request *QueryRoleMemberByPageRequest) (_result *QueryRoleMemberByPageResponse, _err error)

func (*Client) QueryRoleMemberByPageWithOptions added in v2.0.83

func (client *Client) QueryRoleMemberByPageWithOptions(request *QueryRoleMemberByPageRequest, headers *QueryRoleMemberByPageHeaders, runtime *util.RuntimeOptions) (_result *QueryRoleMemberByPageResponse, _err error)

func (*Client) QuerySupplierByPage

func (client *Client) QuerySupplierByPage(request *QuerySupplierByPageRequest) (_result *QuerySupplierByPageResponse, _err error)

func (*Client) QuerySupplierByPageWithOptions

func (client *Client) QuerySupplierByPageWithOptions(request *QuerySupplierByPageRequest, headers *QuerySupplierByPageHeaders, runtime *util.RuntimeOptions) (_result *QuerySupplierByPageResponse, _err error)

func (*Client) QueryUserRoleList

func (client *Client) QueryUserRoleList(request *QueryUserRoleListRequest) (_result *QueryUserRoleListResponse, _err error)

func (*Client) QueryUserRoleListWithOptions

func (client *Client) QueryUserRoleListWithOptions(request *QueryUserRoleListRequest, headers *QueryUserRoleListHeaders, runtime *util.RuntimeOptions) (_result *QueryUserRoleListResponse, _err error)

func (*Client) UnbindApplyReceiptAndInvoiceRelated

func (client *Client) UnbindApplyReceiptAndInvoiceRelated(request *UnbindApplyReceiptAndInvoiceRelatedRequest) (_result *UnbindApplyReceiptAndInvoiceRelatedResponse, _err error)

func (*Client) UpdateApplyReceiptAndInvoiceRelated

func (client *Client) UpdateApplyReceiptAndInvoiceRelated(request *UpdateApplyReceiptAndInvoiceRelatedRequest) (_result *UpdateApplyReceiptAndInvoiceRelatedResponse, _err error)

func (*Client) UpdateDigitalInvoiceOrgInfo

func (client *Client) UpdateDigitalInvoiceOrgInfo(request *UpdateDigitalInvoiceOrgInfoRequest) (_result *UpdateDigitalInvoiceOrgInfoResponse, _err error)

func (*Client) UpdateDigitalInvoiceOrgInfoWithOptions

func (client *Client) UpdateDigitalInvoiceOrgInfoWithOptions(request *UpdateDigitalInvoiceOrgInfoRequest, headers *UpdateDigitalInvoiceOrgInfoHeaders, runtime *util.RuntimeOptions) (_result *UpdateDigitalInvoiceOrgInfoResponse, _err error)

func (*Client) UpdateFinanceCompanyInfo

func (client *Client) UpdateFinanceCompanyInfo(request *UpdateFinanceCompanyInfoRequest) (_result *UpdateFinanceCompanyInfoResponse, _err error)

func (*Client) UpdateFinanceCompanyInfoWithOptions

func (client *Client) UpdateFinanceCompanyInfoWithOptions(request *UpdateFinanceCompanyInfoRequest, headers *UpdateFinanceCompanyInfoHeaders, runtime *util.RuntimeOptions) (_result *UpdateFinanceCompanyInfoResponse, _err error)

func (*Client) UpdateFinanceMultiCompanyInfo added in v2.0.83

func (client *Client) UpdateFinanceMultiCompanyInfo(request *UpdateFinanceMultiCompanyInfoRequest) (_result *UpdateFinanceMultiCompanyInfoResponse, _err error)

func (*Client) UpdateFinanceMultiCompanyInfoWithOptions added in v2.0.83

func (client *Client) UpdateFinanceMultiCompanyInfoWithOptions(request *UpdateFinanceMultiCompanyInfoRequest, headers *UpdateFinanceMultiCompanyInfoHeaders, runtime *util.RuntimeOptions) (_result *UpdateFinanceMultiCompanyInfoResponse, _err error)

func (*Client) UpdateInvoiceAbandonStatus

func (client *Client) UpdateInvoiceAbandonStatus(request *UpdateInvoiceAbandonStatusRequest) (_result *UpdateInvoiceAbandonStatusResponse, _err error)

func (*Client) UpdateInvoiceAbandonStatusWithOptions

func (client *Client) UpdateInvoiceAbandonStatusWithOptions(request *UpdateInvoiceAbandonStatusRequest, headers *UpdateInvoiceAbandonStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceAbandonStatusResponse, _err error)

func (*Client) UpdateInvoiceAccountPeriod

func (client *Client) UpdateInvoiceAccountPeriod(request *UpdateInvoiceAccountPeriodRequest) (_result *UpdateInvoiceAccountPeriodResponse, _err error)

func (*Client) UpdateInvoiceAccountPeriodWithOptions

func (client *Client) UpdateInvoiceAccountPeriodWithOptions(request *UpdateInvoiceAccountPeriodRequest, headers *UpdateInvoiceAccountPeriodHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceAccountPeriodResponse, _err error)

func (*Client) UpdateInvoiceAccountingPeriodDate

func (client *Client) UpdateInvoiceAccountingPeriodDate(request *UpdateInvoiceAccountingPeriodDateRequest) (_result *UpdateInvoiceAccountingPeriodDateResponse, _err error)

func (*Client) UpdateInvoiceAccountingPeriodDateWithOptions

func (client *Client) UpdateInvoiceAccountingPeriodDateWithOptions(request *UpdateInvoiceAccountingPeriodDateRequest, headers *UpdateInvoiceAccountingPeriodDateHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceAccountingPeriodDateResponse, _err error)

func (*Client) UpdateInvoiceAccountingStatus

func (client *Client) UpdateInvoiceAccountingStatus(request *UpdateInvoiceAccountingStatusRequest) (_result *UpdateInvoiceAccountingStatusResponse, _err error)

func (*Client) UpdateInvoiceAccountingStatusWithOptions

func (client *Client) UpdateInvoiceAccountingStatusWithOptions(request *UpdateInvoiceAccountingStatusRequest, headers *UpdateInvoiceAccountingStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceAccountingStatusResponse, _err error)

func (*Client) UpdateInvoiceAndReceiptRelated

func (client *Client) UpdateInvoiceAndReceiptRelated(request *UpdateInvoiceAndReceiptRelatedRequest) (_result *UpdateInvoiceAndReceiptRelatedResponse, _err error)

func (*Client) UpdateInvoiceAndReceiptRelatedWithOptions

func (client *Client) UpdateInvoiceAndReceiptRelatedWithOptions(request *UpdateInvoiceAndReceiptRelatedRequest, headers *UpdateInvoiceAndReceiptRelatedHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceAndReceiptRelatedResponse, _err error)

func (*Client) UpdateInvoiceIgnoreStatus

func (client *Client) UpdateInvoiceIgnoreStatus(request *UpdateInvoiceIgnoreStatusRequest) (_result *UpdateInvoiceIgnoreStatusResponse, _err error)

func (*Client) UpdateInvoiceIgnoreStatusWithOptions

func (client *Client) UpdateInvoiceIgnoreStatusWithOptions(request *UpdateInvoiceIgnoreStatusRequest, headers *UpdateInvoiceIgnoreStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceIgnoreStatusResponse, _err error)

func (*Client) UpdateInvoiceVerifyStatus

func (client *Client) UpdateInvoiceVerifyStatus(request *UpdateInvoiceVerifyStatusRequest) (_result *UpdateInvoiceVerifyStatusResponse, _err error)

func (*Client) UpdateInvoiceVerifyStatusWithOptions

func (client *Client) UpdateInvoiceVerifyStatusWithOptions(request *UpdateInvoiceVerifyStatusRequest, headers *UpdateInvoiceVerifyStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceVerifyStatusResponse, _err error)

func (*Client) UpdateInvoiceVoucherStatus

func (client *Client) UpdateInvoiceVoucherStatus(request *UpdateInvoiceVoucherStatusRequest) (_result *UpdateInvoiceVoucherStatusResponse, _err error)

func (*Client) UpdateInvoiceVoucherStatusWithOptions

func (client *Client) UpdateInvoiceVoucherStatusWithOptions(request *UpdateInvoiceVoucherStatusRequest, headers *UpdateInvoiceVoucherStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateInvoiceVoucherStatusResponse, _err error)

func (*Client) UpdateReceipt

func (client *Client) UpdateReceipt(request *UpdateReceiptRequest) (_result *UpdateReceiptResponse, _err error)

func (*Client) UpdateReceiptVoucherStatus

func (client *Client) UpdateReceiptVoucherStatus(request *UpdateReceiptVoucherStatusRequest) (_result *UpdateReceiptVoucherStatusResponse, _err error)

func (*Client) UpdateReceiptVoucherStatusWithOptions

func (client *Client) UpdateReceiptVoucherStatusWithOptions(request *UpdateReceiptVoucherStatusRequest, headers *UpdateReceiptVoucherStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateReceiptVoucherStatusResponse, _err error)

func (*Client) UpdateReceiptWithOptions

func (client *Client) UpdateReceiptWithOptions(request *UpdateReceiptRequest, headers *UpdateReceiptHeaders, runtime *util.RuntimeOptions) (_result *UpdateReceiptResponse, _err error)

type CreateCustomerHeaders

type CreateCustomerHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateCustomerHeaders) GoString

func (s CreateCustomerHeaders) GoString() string

func (*CreateCustomerHeaders) SetCommonHeaders

func (s *CreateCustomerHeaders) SetCommonHeaders(v map[string]*string) *CreateCustomerHeaders

func (*CreateCustomerHeaders) SetXAcsDingtalkAccessToken

func (s *CreateCustomerHeaders) SetXAcsDingtalkAccessToken(v string) *CreateCustomerHeaders

func (CreateCustomerHeaders) String

func (s CreateCustomerHeaders) String() string

type CreateCustomerRequest

type CreateCustomerRequest struct {
	Creator           *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Description       *string `json:"description,omitempty" xml:"description,omitempty"`
	DrawerEmail       *string `json:"drawerEmail,omitempty" xml:"drawerEmail,omitempty"`
	DrawerTelephone   *string `json:"drawerTelephone,omitempty" xml:"drawerTelephone,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	PurchaserAccount  *string `json:"purchaserAccount,omitempty" xml:"purchaserAccount,omitempty"`
	PurchaserAddress  *string `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankName *string `json:"purchaserBankName,omitempty" xml:"purchaserBankName,omitempty"`
	PurchaserName     *string `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo    *string `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel      *string `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
}

func (CreateCustomerRequest) GoString

func (s CreateCustomerRequest) GoString() string

func (*CreateCustomerRequest) SetCreator

func (*CreateCustomerRequest) SetDescription

func (s *CreateCustomerRequest) SetDescription(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetDrawerEmail

func (s *CreateCustomerRequest) SetDrawerEmail(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetDrawerTelephone

func (s *CreateCustomerRequest) SetDrawerTelephone(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetName

func (*CreateCustomerRequest) SetPurchaserAccount

func (s *CreateCustomerRequest) SetPurchaserAccount(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetPurchaserAddress

func (s *CreateCustomerRequest) SetPurchaserAddress(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetPurchaserBankName

func (s *CreateCustomerRequest) SetPurchaserBankName(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetPurchaserName

func (s *CreateCustomerRequest) SetPurchaserName(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetPurchaserTaxNo

func (s *CreateCustomerRequest) SetPurchaserTaxNo(v string) *CreateCustomerRequest

func (*CreateCustomerRequest) SetPurchaserTel

func (s *CreateCustomerRequest) SetPurchaserTel(v string) *CreateCustomerRequest

func (CreateCustomerRequest) String

func (s CreateCustomerRequest) String() string

type CreateCustomerResponse

type CreateCustomerResponse struct {
	Headers    map[string]*string          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateCustomerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateCustomerResponse) GoString

func (s CreateCustomerResponse) GoString() string

func (*CreateCustomerResponse) SetBody

func (*CreateCustomerResponse) SetHeaders

func (*CreateCustomerResponse) SetStatusCode

func (CreateCustomerResponse) String

func (s CreateCustomerResponse) String() string

type CreateCustomerResponseBody

type CreateCustomerResponseBody struct {
	CustomerCode *string `json:"customerCode,omitempty" xml:"customerCode,omitempty"`
}

func (CreateCustomerResponseBody) GoString

func (s CreateCustomerResponseBody) GoString() string

func (*CreateCustomerResponseBody) SetCustomerCode

func (CreateCustomerResponseBody) String

type CreateReceiptHeaders

type CreateReceiptHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateReceiptHeaders) GoString

func (s CreateReceiptHeaders) GoString() string

func (*CreateReceiptHeaders) SetCommonHeaders

func (s *CreateReceiptHeaders) SetCommonHeaders(v map[string]*string) *CreateReceiptHeaders

func (*CreateReceiptHeaders) SetXAcsDingtalkAccessToken

func (s *CreateReceiptHeaders) SetXAcsDingtalkAccessToken(v string) *CreateReceiptHeaders

func (CreateReceiptHeaders) String

func (s CreateReceiptHeaders) String() string

type CreateReceiptRequest

type CreateReceiptRequest struct {
	Receipts []*CreateReceiptRequestReceipts `json:"receipts,omitempty" xml:"receipts,omitempty" type:"Repeated"`
}

func (CreateReceiptRequest) GoString

func (s CreateReceiptRequest) GoString() string

func (*CreateReceiptRequest) SetReceipts

func (CreateReceiptRequest) String

func (s CreateReceiptRequest) String() string

type CreateReceiptRequestReceipts

type CreateReceiptRequestReceipts struct {
	Amount               *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CategoryCode         *string `json:"categoryCode,omitempty" xml:"categoryCode,omitempty"`
	Code                 *string `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime           *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	CreateUserId         *string `json:"createUserId,omitempty" xml:"createUserId,omitempty"`
	CustomerCode         *string `json:"customerCode,omitempty" xml:"customerCode,omitempty"`
	EnterpriseAcountCode *string `json:"enterpriseAcountCode,omitempty" xml:"enterpriseAcountCode,omitempty"`
	OccurDate            *int64  `json:"occurDate,omitempty" xml:"occurDate,omitempty"`
	PrincipalId          *string `json:"principalId,omitempty" xml:"principalId,omitempty"`
	ProjectCode          *string `json:"projectCode,omitempty" xml:"projectCode,omitempty"`
	ReceiptType          *int64  `json:"receiptType,omitempty" xml:"receiptType,omitempty"`
	Remark               *string `json:"remark,omitempty" xml:"remark,omitempty"`
	SupplierCode         *string `json:"supplierCode,omitempty" xml:"supplierCode,omitempty"`
	Title                *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateReceiptRequestReceipts) GoString

func (s CreateReceiptRequestReceipts) GoString() string

func (*CreateReceiptRequestReceipts) SetAmount

func (*CreateReceiptRequestReceipts) SetCategoryCode

func (*CreateReceiptRequestReceipts) SetCode

func (*CreateReceiptRequestReceipts) SetCreateTime

func (*CreateReceiptRequestReceipts) SetCreateUserId

func (*CreateReceiptRequestReceipts) SetCustomerCode

func (*CreateReceiptRequestReceipts) SetEnterpriseAcountCode

func (s *CreateReceiptRequestReceipts) SetEnterpriseAcountCode(v string) *CreateReceiptRequestReceipts

func (*CreateReceiptRequestReceipts) SetOccurDate

func (*CreateReceiptRequestReceipts) SetPrincipalId

func (*CreateReceiptRequestReceipts) SetProjectCode

func (*CreateReceiptRequestReceipts) SetReceiptType

func (*CreateReceiptRequestReceipts) SetRemark

func (*CreateReceiptRequestReceipts) SetSupplierCode

func (*CreateReceiptRequestReceipts) SetTitle

func (CreateReceiptRequestReceipts) String

type CreateReceiptResponse

type CreateReceiptResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *CreateReceiptResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (CreateReceiptResponse) GoString

func (s CreateReceiptResponse) GoString() string

func (*CreateReceiptResponse) SetBody

func (*CreateReceiptResponse) SetHeaders

func (*CreateReceiptResponse) SetStatusCode

func (s *CreateReceiptResponse) SetStatusCode(v int32) *CreateReceiptResponse

func (CreateReceiptResponse) String

func (s CreateReceiptResponse) String() string

type CreateReceiptResponseBody

type CreateReceiptResponseBody struct {
	Results []*CreateReceiptResponseBodyResults `json:"results,omitempty" xml:"results,omitempty" type:"Repeated"`
}

func (CreateReceiptResponseBody) GoString

func (s CreateReceiptResponseBody) GoString() string

func (*CreateReceiptResponseBody) SetResults

func (CreateReceiptResponseBody) String

func (s CreateReceiptResponseBody) String() string

type CreateReceiptResponseBodyResults

type CreateReceiptResponseBodyResults struct {
	Code      *string `json:"code,omitempty" xml:"code,omitempty"`
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (CreateReceiptResponseBodyResults) GoString

func (*CreateReceiptResponseBodyResults) SetCode

func (*CreateReceiptResponseBodyResults) SetErrorCode

func (*CreateReceiptResponseBodyResults) SetErrorMsg

func (*CreateReceiptResponseBodyResults) SetSuccess

func (CreateReceiptResponseBodyResults) String

type DeleteReceiptHeaders

type DeleteReceiptHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DeleteReceiptHeaders) GoString

func (s DeleteReceiptHeaders) GoString() string

func (*DeleteReceiptHeaders) SetCommonHeaders

func (s *DeleteReceiptHeaders) SetCommonHeaders(v map[string]*string) *DeleteReceiptHeaders

func (*DeleteReceiptHeaders) SetXAcsDingtalkAccessToken

func (s *DeleteReceiptHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteReceiptHeaders

func (DeleteReceiptHeaders) String

func (s DeleteReceiptHeaders) String() string

type DeleteReceiptRequest

type DeleteReceiptRequest struct {
	Receipts []*DeleteReceiptRequestReceipts `json:"receipts,omitempty" xml:"receipts,omitempty" type:"Repeated"`
}

func (DeleteReceiptRequest) GoString

func (s DeleteReceiptRequest) GoString() string

func (*DeleteReceiptRequest) SetReceipts

func (DeleteReceiptRequest) String

func (s DeleteReceiptRequest) String() string

type DeleteReceiptRequestReceipts

type DeleteReceiptRequestReceipts struct {
	Code         *string `json:"code,omitempty" xml:"code,omitempty"`
	DeleteUserId *string `json:"deleteUserId,omitempty" xml:"deleteUserId,omitempty"`
	ReceiptType  *int64  `json:"receiptType,omitempty" xml:"receiptType,omitempty"`
}

func (DeleteReceiptRequestReceipts) GoString

func (s DeleteReceiptRequestReceipts) GoString() string

func (*DeleteReceiptRequestReceipts) SetCode

func (*DeleteReceiptRequestReceipts) SetDeleteUserId

func (*DeleteReceiptRequestReceipts) SetReceiptType

func (DeleteReceiptRequestReceipts) String

type DeleteReceiptResponse

type DeleteReceiptResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DeleteReceiptResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DeleteReceiptResponse) GoString

func (s DeleteReceiptResponse) GoString() string

func (*DeleteReceiptResponse) SetBody

func (*DeleteReceiptResponse) SetHeaders

func (*DeleteReceiptResponse) SetStatusCode

func (s *DeleteReceiptResponse) SetStatusCode(v int32) *DeleteReceiptResponse

func (DeleteReceiptResponse) String

func (s DeleteReceiptResponse) String() string

type DeleteReceiptResponseBody

type DeleteReceiptResponseBody struct {
	Results []*DeleteReceiptResponseBodyResults `json:"results,omitempty" xml:"results,omitempty" type:"Repeated"`
}

func (DeleteReceiptResponseBody) GoString

func (s DeleteReceiptResponseBody) GoString() string

func (*DeleteReceiptResponseBody) SetResults

func (DeleteReceiptResponseBody) String

func (s DeleteReceiptResponseBody) String() string

type DeleteReceiptResponseBodyResults

type DeleteReceiptResponseBodyResults struct {
	Code      *string `json:"code,omitempty" xml:"code,omitempty"`
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (DeleteReceiptResponseBodyResults) GoString

func (*DeleteReceiptResponseBodyResults) SetCode

func (*DeleteReceiptResponseBodyResults) SetErrorCode

func (*DeleteReceiptResponseBodyResults) SetErrorMsg

func (*DeleteReceiptResponseBodyResults) SetSuccess

func (DeleteReceiptResponseBodyResults) String

type GetBookkeepingUserListHeaders

type GetBookkeepingUserListHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetBookkeepingUserListHeaders) GoString

func (*GetBookkeepingUserListHeaders) SetCommonHeaders

func (*GetBookkeepingUserListHeaders) SetXAcsDingtalkAccessToken

func (s *GetBookkeepingUserListHeaders) SetXAcsDingtalkAccessToken(v string) *GetBookkeepingUserListHeaders

func (GetBookkeepingUserListHeaders) String

type GetBookkeepingUserListResponse

type GetBookkeepingUserListResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetBookkeepingUserListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetBookkeepingUserListResponse) GoString

func (*GetBookkeepingUserListResponse) SetHeaders

func (*GetBookkeepingUserListResponse) SetStatusCode

func (GetBookkeepingUserListResponse) String

type GetBookkeepingUserListResponseBody

type GetBookkeepingUserListResponseBody struct {
	Result []*string `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (GetBookkeepingUserListResponseBody) GoString

func (*GetBookkeepingUserListResponseBody) SetResult

func (GetBookkeepingUserListResponseBody) String

type GetCategoryHeaders

type GetCategoryHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetCategoryHeaders) GoString

func (s GetCategoryHeaders) GoString() string

func (*GetCategoryHeaders) SetCommonHeaders

func (s *GetCategoryHeaders) SetCommonHeaders(v map[string]*string) *GetCategoryHeaders

func (*GetCategoryHeaders) SetXAcsDingtalkAccessToken

func (s *GetCategoryHeaders) SetXAcsDingtalkAccessToken(v string) *GetCategoryHeaders

func (GetCategoryHeaders) String

func (s GetCategoryHeaders) String() string

type GetCategoryRequest

type GetCategoryRequest struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
}

func (GetCategoryRequest) GoString

func (s GetCategoryRequest) GoString() string

func (*GetCategoryRequest) SetCode

func (GetCategoryRequest) String

func (s GetCategoryRequest) String() string

type GetCategoryResponse

type GetCategoryResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCategoryResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCategoryResponse) GoString

func (s GetCategoryResponse) GoString() string

func (*GetCategoryResponse) SetBody

func (*GetCategoryResponse) SetHeaders

func (s *GetCategoryResponse) SetHeaders(v map[string]*string) *GetCategoryResponse

func (*GetCategoryResponse) SetStatusCode

func (s *GetCategoryResponse) SetStatusCode(v int32) *GetCategoryResponse

func (GetCategoryResponse) String

func (s GetCategoryResponse) String() string

type GetCategoryResponseBody

type GetCategoryResponseBody struct {
	AccountantBookIdList []*string `json:"accountantBookIdList,omitempty" xml:"accountantBookIdList,omitempty" type:"Repeated"`
	Code                 *string   `json:"code,omitempty" xml:"code,omitempty"`
	IsDir                *bool     `json:"isDir,omitempty" xml:"isDir,omitempty"`
	Name                 *string   `json:"name,omitempty" xml:"name,omitempty"`
	ParentCode           *string   `json:"parentCode,omitempty" xml:"parentCode,omitempty"`
	Status               *string   `json:"status,omitempty" xml:"status,omitempty"`
	Type                 *string   `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetCategoryResponseBody) GoString

func (s GetCategoryResponseBody) GoString() string

func (*GetCategoryResponseBody) SetAccountantBookIdList added in v2.0.83

func (s *GetCategoryResponseBody) SetAccountantBookIdList(v []*string) *GetCategoryResponseBody

func (*GetCategoryResponseBody) SetCode

func (*GetCategoryResponseBody) SetIsDir

func (*GetCategoryResponseBody) SetName

func (*GetCategoryResponseBody) SetParentCode

func (*GetCategoryResponseBody) SetStatus

func (*GetCategoryResponseBody) SetType

func (GetCategoryResponseBody) String

func (s GetCategoryResponseBody) String() string

type GetCustomerHeaders

type GetCustomerHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetCustomerHeaders) GoString

func (s GetCustomerHeaders) GoString() string

func (*GetCustomerHeaders) SetCommonHeaders

func (s *GetCustomerHeaders) SetCommonHeaders(v map[string]*string) *GetCustomerHeaders

func (*GetCustomerHeaders) SetXAcsDingtalkAccessToken

func (s *GetCustomerHeaders) SetXAcsDingtalkAccessToken(v string) *GetCustomerHeaders

func (GetCustomerHeaders) String

func (s GetCustomerHeaders) String() string

type GetCustomerRequest

type GetCustomerRequest struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
}

func (GetCustomerRequest) GoString

func (s GetCustomerRequest) GoString() string

func (*GetCustomerRequest) SetCode

func (GetCustomerRequest) String

func (s GetCustomerRequest) String() string

type GetCustomerResponse

type GetCustomerResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetCustomerResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetCustomerResponse) GoString

func (s GetCustomerResponse) GoString() string

func (*GetCustomerResponse) SetBody

func (*GetCustomerResponse) SetHeaders

func (s *GetCustomerResponse) SetHeaders(v map[string]*string) *GetCustomerResponse

func (*GetCustomerResponse) SetStatusCode

func (s *GetCustomerResponse) SetStatusCode(v int32) *GetCustomerResponse

func (GetCustomerResponse) String

func (s GetCustomerResponse) String() string

type GetCustomerResponseBody

type GetCustomerResponseBody struct {
	AccountantBookIdList []*string `json:"accountantBookIdList,omitempty" xml:"accountantBookIdList,omitempty" type:"Repeated"`
	Code                 *string   `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime           *int64    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description          *string   `json:"description,omitempty" xml:"description,omitempty"`
	Name                 *string   `json:"name,omitempty" xml:"name,omitempty"`
	Status               *string   `json:"status,omitempty" xml:"status,omitempty"`
	UserDefineCode       *string   `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (GetCustomerResponseBody) GoString

func (s GetCustomerResponseBody) GoString() string

func (*GetCustomerResponseBody) SetAccountantBookIdList added in v2.0.83

func (s *GetCustomerResponseBody) SetAccountantBookIdList(v []*string) *GetCustomerResponseBody

func (*GetCustomerResponseBody) SetCode

func (*GetCustomerResponseBody) SetCreateTime

func (*GetCustomerResponseBody) SetDescription

func (*GetCustomerResponseBody) SetName

func (*GetCustomerResponseBody) SetStatus

func (*GetCustomerResponseBody) SetUserDefineCode

func (s *GetCustomerResponseBody) SetUserDefineCode(v string) *GetCustomerResponseBody

func (GetCustomerResponseBody) String

func (s GetCustomerResponseBody) String() string

type GetFinanceAccountHeaders

type GetFinanceAccountHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetFinanceAccountHeaders) GoString

func (s GetFinanceAccountHeaders) GoString() string

func (*GetFinanceAccountHeaders) SetCommonHeaders

func (s *GetFinanceAccountHeaders) SetCommonHeaders(v map[string]*string) *GetFinanceAccountHeaders

func (*GetFinanceAccountHeaders) SetXAcsDingtalkAccessToken

func (s *GetFinanceAccountHeaders) SetXAcsDingtalkAccessToken(v string) *GetFinanceAccountHeaders

func (GetFinanceAccountHeaders) String

func (s GetFinanceAccountHeaders) String() string

type GetFinanceAccountRequest

type GetFinanceAccountRequest struct {
	AccountCode *string `json:"accountCode,omitempty" xml:"accountCode,omitempty"`
}

func (GetFinanceAccountRequest) GoString

func (s GetFinanceAccountRequest) GoString() string

func (*GetFinanceAccountRequest) SetAccountCode

func (GetFinanceAccountRequest) String

func (s GetFinanceAccountRequest) String() string

type GetFinanceAccountResponse

type GetFinanceAccountResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetFinanceAccountResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetFinanceAccountResponse) GoString

func (s GetFinanceAccountResponse) GoString() string

func (*GetFinanceAccountResponse) SetBody

func (*GetFinanceAccountResponse) SetHeaders

func (*GetFinanceAccountResponse) SetStatusCode

func (GetFinanceAccountResponse) String

func (s GetFinanceAccountResponse) String() string

type GetFinanceAccountResponseBody

type GetFinanceAccountResponseBody struct {
	AccountCode          *string   `json:"accountCode,omitempty" xml:"accountCode,omitempty"`
	AccountId            *string   `json:"accountId,omitempty" xml:"accountId,omitempty"`
	AccountName          *string   `json:"accountName,omitempty" xml:"accountName,omitempty"`
	AccountRemark        *string   `json:"accountRemark,omitempty" xml:"accountRemark,omitempty"`
	AccountType          *string   `json:"accountType,omitempty" xml:"accountType,omitempty"`
	AccountantBookIdList []*string `json:"accountantBookIdList,omitempty" xml:"accountantBookIdList,omitempty" type:"Repeated"`
	Amount               *string   `json:"amount,omitempty" xml:"amount,omitempty"`
	BankCode             *string   `json:"bankCode,omitempty" xml:"bankCode,omitempty"`
	BankName             *string   `json:"bankName,omitempty" xml:"bankName,omitempty"`
	CreateTime           *int64    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator              *string   `json:"creator,omitempty" xml:"creator,omitempty"`
}

func (GetFinanceAccountResponseBody) GoString

func (*GetFinanceAccountResponseBody) SetAccountCode

func (*GetFinanceAccountResponseBody) SetAccountId

func (*GetFinanceAccountResponseBody) SetAccountName

func (*GetFinanceAccountResponseBody) SetAccountRemark

func (*GetFinanceAccountResponseBody) SetAccountType

func (*GetFinanceAccountResponseBody) SetAccountantBookIdList added in v2.0.83

func (s *GetFinanceAccountResponseBody) SetAccountantBookIdList(v []*string) *GetFinanceAccountResponseBody

func (*GetFinanceAccountResponseBody) SetAmount

func (*GetFinanceAccountResponseBody) SetBankCode

func (*GetFinanceAccountResponseBody) SetBankName

func (*GetFinanceAccountResponseBody) SetCreateTime

func (*GetFinanceAccountResponseBody) SetCreator

func (GetFinanceAccountResponseBody) String

type GetFormTemplateInfoHeaders added in v2.0.83

type GetFormTemplateInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetFormTemplateInfoHeaders) GoString added in v2.0.83

func (s GetFormTemplateInfoHeaders) GoString() string

func (*GetFormTemplateInfoHeaders) SetCommonHeaders added in v2.0.83

func (*GetFormTemplateInfoHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *GetFormTemplateInfoHeaders) SetXAcsDingtalkAccessToken(v string) *GetFormTemplateInfoHeaders

func (GetFormTemplateInfoHeaders) String added in v2.0.83

type GetFormTemplateInfoResponse added in v2.0.83

type GetFormTemplateInfoResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetFormTemplateInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetFormTemplateInfoResponse) GoString added in v2.0.83

func (s GetFormTemplateInfoResponse) GoString() string

func (*GetFormTemplateInfoResponse) SetBody added in v2.0.83

func (*GetFormTemplateInfoResponse) SetHeaders added in v2.0.83

func (*GetFormTemplateInfoResponse) SetStatusCode added in v2.0.83

func (GetFormTemplateInfoResponse) String added in v2.0.83

type GetFormTemplateInfoResponseBody added in v2.0.83

type GetFormTemplateInfoResponseBody struct {
	ReceiptFormTemplateInfoList []*GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList `json:"receiptFormTemplateInfoList,omitempty" xml:"receiptFormTemplateInfoList,omitempty" type:"Repeated"`
}

func (GetFormTemplateInfoResponseBody) GoString added in v2.0.83

func (*GetFormTemplateInfoResponseBody) SetReceiptFormTemplateInfoList added in v2.0.83

func (GetFormTemplateInfoResponseBody) String added in v2.0.83

type GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList added in v2.0.83

type GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList struct {
	Name        *string `json:"name,omitempty" xml:"name,omitempty"`
	ProcessCode *string `json:"processCode,omitempty" xml:"processCode,omitempty"`
	Status      *string `json:"status,omitempty" xml:"status,omitempty"`
	SuiteId     *string `json:"suiteId,omitempty" xml:"suiteId,omitempty"`
}

func (GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList) GoString added in v2.0.83

func (*GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList) SetName added in v2.0.83

func (*GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList) SetProcessCode added in v2.0.83

func (*GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList) SetStatus added in v2.0.83

func (*GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList) SetSuiteId added in v2.0.83

func (GetFormTemplateInfoResponseBodyReceiptFormTemplateInfoList) String added in v2.0.83

type GetInvoiceByPageHeaders

type GetInvoiceByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetInvoiceByPageHeaders) GoString

func (s GetInvoiceByPageHeaders) GoString() string

func (*GetInvoiceByPageHeaders) SetCommonHeaders

func (s *GetInvoiceByPageHeaders) SetCommonHeaders(v map[string]*string) *GetInvoiceByPageHeaders

func (*GetInvoiceByPageHeaders) SetXAcsDingtalkAccessToken

func (s *GetInvoiceByPageHeaders) SetXAcsDingtalkAccessToken(v string) *GetInvoiceByPageHeaders

func (GetInvoiceByPageHeaders) String

func (s GetInvoiceByPageHeaders) String() string

type GetInvoiceByPageRequest

type GetInvoiceByPageRequest struct {
	Request *GetInvoiceByPageRequestRequest `json:"request,omitempty" xml:"request,omitempty" type:"Struct"`
}

func (GetInvoiceByPageRequest) GoString

func (s GetInvoiceByPageRequest) GoString() string

func (*GetInvoiceByPageRequest) SetRequest

func (GetInvoiceByPageRequest) String

func (s GetInvoiceByPageRequest) String() string

type GetInvoiceByPageRequestRequest

type GetInvoiceByPageRequestRequest struct {
	AccountantBookId *string `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	CompanyCode      *string `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	EndTime          *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	FinanceType      *string `json:"financeType,omitempty" xml:"financeType,omitempty"`
	PageNumber       *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize         *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartTime        *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	TaxNo            *string `json:"taxNo,omitempty" xml:"taxNo,omitempty"`
	VerifyStatus     *string `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
}

func (GetInvoiceByPageRequestRequest) GoString

func (*GetInvoiceByPageRequestRequest) SetAccountantBookId added in v2.0.83

func (*GetInvoiceByPageRequestRequest) SetCompanyCode added in v2.0.83

func (*GetInvoiceByPageRequestRequest) SetEndTime

func (*GetInvoiceByPageRequestRequest) SetFinanceType

func (*GetInvoiceByPageRequestRequest) SetPageNumber

func (*GetInvoiceByPageRequestRequest) SetPageSize

func (*GetInvoiceByPageRequestRequest) SetStartTime

func (*GetInvoiceByPageRequestRequest) SetTaxNo

func (*GetInvoiceByPageRequestRequest) SetVerifyStatus

func (GetInvoiceByPageRequestRequest) String

type GetInvoiceByPageResponse

type GetInvoiceByPageResponse struct {
	Headers    map[string]*string            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetInvoiceByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetInvoiceByPageResponse) GoString

func (s GetInvoiceByPageResponse) GoString() string

func (*GetInvoiceByPageResponse) SetBody

func (*GetInvoiceByPageResponse) SetHeaders

func (*GetInvoiceByPageResponse) SetStatusCode

func (GetInvoiceByPageResponse) String

func (s GetInvoiceByPageResponse) String() string

type GetInvoiceByPageResponseBody

type GetInvoiceByPageResponseBody struct {
	ErrorCode *string                             `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string                             `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Result    *GetInvoiceByPageResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
	Success   *bool                               `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetInvoiceByPageResponseBody) GoString

func (s GetInvoiceByPageResponseBody) GoString() string

func (*GetInvoiceByPageResponseBody) SetErrorCode

func (*GetInvoiceByPageResponseBody) SetErrorMsg

func (*GetInvoiceByPageResponseBody) SetResult

func (*GetInvoiceByPageResponseBody) SetSuccess

func (GetInvoiceByPageResponseBody) String

type GetInvoiceByPageResponseBodyResult

type GetInvoiceByPageResponseBodyResult struct {
	HasMore    *string                                   `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List       []*GetInvoiceByPageResponseBodyResultList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
	NextCursor *int64                                    `json:"nextCursor,omitempty" xml:"nextCursor,omitempty"`
	TotalCount *int64                                    `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (GetInvoiceByPageResponseBodyResult) GoString

func (*GetInvoiceByPageResponseBodyResult) SetHasMore

func (*GetInvoiceByPageResponseBodyResult) SetNextCursor

func (*GetInvoiceByPageResponseBodyResult) SetTotalCount

func (GetInvoiceByPageResponseBodyResult) String

type GetInvoiceByPageResponseBodyResultList

type GetInvoiceByPageResponseBodyResultList struct {
	AccountPeriod               *string                                                              `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	Amount                      *string                                                              `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax               *string                                                              `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CheckCode                   *string                                                              `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                   *string                                                              `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	DrewDate                    *string                                                              `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl               *string                                                              `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	FinanceType                 *string                                                              `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FundType                    *string                                                              `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList  []*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList  `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	ImageUrl                    *string                                                              `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                 *string                                                              `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                   *string                                                              `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus               *string                                                              `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                 *string                                                              `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	MachineCode                 *string                                                              `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                     *string                                                              `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Payee                       *string                                                              `json:"payee,omitempty" xml:"payee,omitempty"`
	ProcessInstCode             *string                                                              `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType             *string                                                              `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress            *string                                                              `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankNameAccount    *string                                                              `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName               *string                                                              `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo              *string                                                              `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                *string                                                              `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                      *string                                                              `json:"remark,omitempty" xml:"remark,omitempty"`
	SellerAddress               *string                                                              `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankNameAccount       *string                                                              `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                  *string                                                              `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                 *string                                                              `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                   *string                                                              `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	Status                      *string                                                              `json:"status,omitempty" xml:"status,omitempty"`
	SupplySign                  *string                                                              `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	TaxAmount                   *string                                                              `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TransportFeeDetailVOList    []*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList    `json:"transportFeeDetailVOList,omitempty" xml:"transportFeeDetailVOList,omitempty" type:"Repeated"`
	UsedVehicleSaleDetailVOList []*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList     []*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList     `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                *string                                                              `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                 *string                                                              `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus               *string                                                              `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (GetInvoiceByPageResponseBodyResultList) GoString

func (*GetInvoiceByPageResponseBodyResultList) SetAccountPeriod

func (*GetInvoiceByPageResponseBodyResultList) SetAmount

func (*GetInvoiceByPageResponseBodyResultList) SetAmountWithTax

func (*GetInvoiceByPageResponseBodyResultList) SetCheckCode

func (*GetInvoiceByPageResponseBodyResultList) SetCheckTime

func (*GetInvoiceByPageResponseBodyResultList) SetDrewDate

func (*GetInvoiceByPageResponseBodyResultList) SetElectronicUrl

func (*GetInvoiceByPageResponseBodyResultList) SetFinanceType

func (*GetInvoiceByPageResponseBodyResultList) SetFundType

func (*GetInvoiceByPageResponseBodyResultList) SetImageUrl added in v2.0.83

func (*GetInvoiceByPageResponseBodyResultList) SetInvoiceCode

func (*GetInvoiceByPageResponseBodyResultList) SetInvoiceNo

func (*GetInvoiceByPageResponseBodyResultList) SetInvoiceStatus

func (*GetInvoiceByPageResponseBodyResultList) SetInvoiceType

func (*GetInvoiceByPageResponseBodyResultList) SetMachineCode

func (*GetInvoiceByPageResponseBodyResultList) SetOilFlag

func (*GetInvoiceByPageResponseBodyResultList) SetPayee

func (*GetInvoiceByPageResponseBodyResultList) SetProcessInstCode

func (*GetInvoiceByPageResponseBodyResultList) SetProcessInstType

func (*GetInvoiceByPageResponseBodyResultList) SetPurchaserAddress

func (*GetInvoiceByPageResponseBodyResultList) SetPurchaserBankNameAccount

func (*GetInvoiceByPageResponseBodyResultList) SetPurchaserName

func (*GetInvoiceByPageResponseBodyResultList) SetPurchaserTaxNo

func (*GetInvoiceByPageResponseBodyResultList) SetPurchaserTel

func (*GetInvoiceByPageResponseBodyResultList) SetRemark

func (*GetInvoiceByPageResponseBodyResultList) SetSellerAddress

func (*GetInvoiceByPageResponseBodyResultList) SetSellerBankNameAccount

func (*GetInvoiceByPageResponseBodyResultList) SetSellerName

func (*GetInvoiceByPageResponseBodyResultList) SetSellerTaxNo

func (*GetInvoiceByPageResponseBodyResultList) SetSellerTel

func (*GetInvoiceByPageResponseBodyResultList) SetStatus

func (*GetInvoiceByPageResponseBodyResultList) SetSupplySign

func (*GetInvoiceByPageResponseBodyResultList) SetTaxAmount

func (*GetInvoiceByPageResponseBodyResultList) SetVerifyStatus

func (*GetInvoiceByPageResponseBodyResultList) SetVoucherCode

func (*GetInvoiceByPageResponseBodyResultList) SetVoucherStatus

func (GetInvoiceByPageResponseBodyResultList) String

type GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList

type GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) GoString

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetAmount

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetGoodsName

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetQuantity

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetRevenueCode

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetRowNo

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetSpecification

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetTaxAmount

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetTaxPre

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetTaxRate

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetUnit

func (*GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) SetUnitPrice

func (GetInvoiceByPageResponseBodyResultListGeneralInvoiceDetailVOList) String

type GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList

type GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) GoString

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetAmount

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetCardNo

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetEndDate

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetGoodsName

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetRevenueCode

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetRowNo

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetStartDate

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetTaxAmount

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetTaxRate

func (*GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) SetVehicleType

func (GetInvoiceByPageResponseBodyResultListTransportFeeDetailVOList) String

type GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList

type GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) GoString

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetAuctionUnit

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetCarModel

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetCardNo

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetRegistration

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetVehicleNo

func (*GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) SetVehicleType

func (GetInvoiceByPageResponseBodyResultListUsedVehicleSaleDetailVOList) String

type GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList

type GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) GoString

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetBrand

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetCertificateNo

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetEngineNo

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetIdCardNo

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetImportCertificateNo

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetMaxPassengers

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetOriginPlace

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetTaxAuthorityName

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetTaxRate

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetTonnage

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetVehicleNo

func (*GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) SetVehicleType

func (GetInvoiceByPageResponseBodyResultListVehicleSaleDetailVOList) String

type GetInvoiceByPageShrinkRequest

type GetInvoiceByPageShrinkRequest struct {
	RequestShrink *string `json:"request,omitempty" xml:"request,omitempty"`
}

func (GetInvoiceByPageShrinkRequest) GoString

func (*GetInvoiceByPageShrinkRequest) SetRequestShrink

func (GetInvoiceByPageShrinkRequest) String

type GetIsNewVersionHeaders

type GetIsNewVersionHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetIsNewVersionHeaders) GoString

func (s GetIsNewVersionHeaders) GoString() string

func (*GetIsNewVersionHeaders) SetCommonHeaders

func (s *GetIsNewVersionHeaders) SetCommonHeaders(v map[string]*string) *GetIsNewVersionHeaders

func (*GetIsNewVersionHeaders) SetXAcsDingtalkAccessToken

func (s *GetIsNewVersionHeaders) SetXAcsDingtalkAccessToken(v string) *GetIsNewVersionHeaders

func (GetIsNewVersionHeaders) String

func (s GetIsNewVersionHeaders) String() string

type GetIsNewVersionResponse

type GetIsNewVersionResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetIsNewVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetIsNewVersionResponse) GoString

func (s GetIsNewVersionResponse) GoString() string

func (*GetIsNewVersionResponse) SetBody

func (*GetIsNewVersionResponse) SetHeaders

func (*GetIsNewVersionResponse) SetStatusCode

func (GetIsNewVersionResponse) String

func (s GetIsNewVersionResponse) String() string

type GetIsNewVersionResponseBody

type GetIsNewVersionResponseBody struct {
	Result  *bool `json:"result,omitempty" xml:"result,omitempty"`
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (GetIsNewVersionResponseBody) GoString

func (s GetIsNewVersionResponseBody) GoString() string

func (*GetIsNewVersionResponseBody) SetResult

func (*GetIsNewVersionResponseBody) SetSuccess

func (GetIsNewVersionResponseBody) String

type GetMultiCompanyInfoByCodeHeaders added in v2.0.83

type GetMultiCompanyInfoByCodeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetMultiCompanyInfoByCodeHeaders) GoString added in v2.0.83

func (*GetMultiCompanyInfoByCodeHeaders) SetCommonHeaders added in v2.0.83

func (*GetMultiCompanyInfoByCodeHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (GetMultiCompanyInfoByCodeHeaders) String added in v2.0.83

type GetMultiCompanyInfoByCodeResponse added in v2.0.83

type GetMultiCompanyInfoByCodeResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetMultiCompanyInfoByCodeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetMultiCompanyInfoByCodeResponse) GoString added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponse) SetBody added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponse) SetHeaders added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponse) SetStatusCode added in v2.0.83

func (GetMultiCompanyInfoByCodeResponse) String added in v2.0.83

type GetMultiCompanyInfoByCodeResponseBody added in v2.0.83

type GetMultiCompanyInfoByCodeResponseBody struct {
	AdvancedSettingList []*GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList `json:"advancedSettingList,omitempty" xml:"advancedSettingList,omitempty" type:"Repeated"`
	CompanyCode         *string                                                     `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	CompanyName         *string                                                     `json:"companyName,omitempty" xml:"companyName,omitempty"`
	Remark              *string                                                     `json:"remark,omitempty" xml:"remark,omitempty"`
	Status              *string                                                     `json:"status,omitempty" xml:"status,omitempty"`
	TaxNature           *string                                                     `json:"taxNature,omitempty" xml:"taxNature,omitempty"`
	TaxNo               *string                                                     `json:"taxNo,omitempty" xml:"taxNo,omitempty"`
}

func (GetMultiCompanyInfoByCodeResponseBody) GoString added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBody) SetAdvancedSettingList added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBody) SetCompanyCode added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBody) SetCompanyName added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBody) SetRemark added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBody) SetStatus added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBody) SetTaxNature added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBody) SetTaxNo added in v2.0.83

func (GetMultiCompanyInfoByCodeResponseBody) String added in v2.0.83

type GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList added in v2.0.83

type GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList struct {
	AdvancedSettingKey  *string `json:"advancedSettingKey,omitempty" xml:"advancedSettingKey,omitempty"`
	AdvancedSettingName *string `json:"advancedSettingName,omitempty" xml:"advancedSettingName,omitempty"`
	EndDate             *int64  `json:"endDate,omitempty" xml:"endDate,omitempty"`
	Value               *bool   `json:"value,omitempty" xml:"value,omitempty"`
}

func (GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList) GoString added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList) SetAdvancedSettingKey added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList) SetAdvancedSettingName added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList) SetEndDate added in v2.0.83

func (*GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList) SetValue added in v2.0.83

func (GetMultiCompanyInfoByCodeResponseBodyAdvancedSettingList) String added in v2.0.83

type GetProductHeaders

type GetProductHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetProductHeaders) GoString

func (s GetProductHeaders) GoString() string

func (*GetProductHeaders) SetCommonHeaders

func (s *GetProductHeaders) SetCommonHeaders(v map[string]*string) *GetProductHeaders

func (*GetProductHeaders) SetXAcsDingtalkAccessToken

func (s *GetProductHeaders) SetXAcsDingtalkAccessToken(v string) *GetProductHeaders

func (GetProductHeaders) String

func (s GetProductHeaders) String() string

type GetProductRequest

type GetProductRequest struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
}

func (GetProductRequest) GoString

func (s GetProductRequest) GoString() string

func (*GetProductRequest) SetCode

func (GetProductRequest) String

func (s GetProductRequest) String() string

type GetProductResponse

type GetProductResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetProductResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetProductResponse) GoString

func (s GetProductResponse) GoString() string

func (*GetProductResponse) SetBody

func (*GetProductResponse) SetHeaders

func (s *GetProductResponse) SetHeaders(v map[string]*string) *GetProductResponse

func (*GetProductResponse) SetStatusCode

func (s *GetProductResponse) SetStatusCode(v int32) *GetProductResponse

func (GetProductResponse) String

func (s GetProductResponse) String() string

type GetProductResponseBody

type GetProductResponseBody struct {
	AccountantBookIdList []*string `json:"accountantBookIdList,omitempty" xml:"accountantBookIdList,omitempty" type:"Repeated"`
	Code                 *string   `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime           *int64    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description          *string   `json:"description,omitempty" xml:"description,omitempty"`
	Name                 *string   `json:"name,omitempty" xml:"name,omitempty"`
	Specification        *string   `json:"specification,omitempty" xml:"specification,omitempty"`
	Status               *string   `json:"status,omitempty" xml:"status,omitempty"`
	Unit                 *string   `json:"unit,omitempty" xml:"unit,omitempty"`
	UserDefineCode       *string   `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (GetProductResponseBody) GoString

func (s GetProductResponseBody) GoString() string

func (*GetProductResponseBody) SetAccountantBookIdList added in v2.0.83

func (s *GetProductResponseBody) SetAccountantBookIdList(v []*string) *GetProductResponseBody

func (*GetProductResponseBody) SetCode

func (*GetProductResponseBody) SetCreateTime

func (*GetProductResponseBody) SetDescription

func (*GetProductResponseBody) SetName

func (*GetProductResponseBody) SetSpecification

func (s *GetProductResponseBody) SetSpecification(v string) *GetProductResponseBody

func (*GetProductResponseBody) SetStatus

func (*GetProductResponseBody) SetUnit

func (*GetProductResponseBody) SetUserDefineCode

func (s *GetProductResponseBody) SetUserDefineCode(v string) *GetProductResponseBody

func (GetProductResponseBody) String

func (s GetProductResponseBody) String() string

type GetProjectHeaders

type GetProjectHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetProjectHeaders) GoString

func (s GetProjectHeaders) GoString() string

func (*GetProjectHeaders) SetCommonHeaders

func (s *GetProjectHeaders) SetCommonHeaders(v map[string]*string) *GetProjectHeaders

func (*GetProjectHeaders) SetXAcsDingtalkAccessToken

func (s *GetProjectHeaders) SetXAcsDingtalkAccessToken(v string) *GetProjectHeaders

func (GetProjectHeaders) String

func (s GetProjectHeaders) String() string

type GetProjectRequest

type GetProjectRequest struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
}

func (GetProjectRequest) GoString

func (s GetProjectRequest) GoString() string

func (*GetProjectRequest) SetCode

func (GetProjectRequest) String

func (s GetProjectRequest) String() string

type GetProjectResponse

type GetProjectResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetProjectResponse) GoString

func (s GetProjectResponse) GoString() string

func (*GetProjectResponse) SetBody

func (*GetProjectResponse) SetHeaders

func (s *GetProjectResponse) SetHeaders(v map[string]*string) *GetProjectResponse

func (*GetProjectResponse) SetStatusCode

func (s *GetProjectResponse) SetStatusCode(v int32) *GetProjectResponse

func (GetProjectResponse) String

func (s GetProjectResponse) String() string

type GetProjectResponseBody

type GetProjectResponseBody struct {
	AccountantBookIdList []*string `json:"accountantBookIdList,omitempty" xml:"accountantBookIdList,omitempty" type:"Repeated"`
	Code                 *string   `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime           *int64    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator              *string   `json:"creator,omitempty" xml:"creator,omitempty"`
	Description          *string   `json:"description,omitempty" xml:"description,omitempty"`
	Name                 *string   `json:"name,omitempty" xml:"name,omitempty"`
	ProjectCode          *string   `json:"projectCode,omitempty" xml:"projectCode,omitempty"`
	ProjectName          *string   `json:"projectName,omitempty" xml:"projectName,omitempty"`
	Status               *string   `json:"status,omitempty" xml:"status,omitempty"`
	UserDefineCode       *string   `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (GetProjectResponseBody) GoString

func (s GetProjectResponseBody) GoString() string

func (*GetProjectResponseBody) SetAccountantBookIdList added in v2.0.83

func (s *GetProjectResponseBody) SetAccountantBookIdList(v []*string) *GetProjectResponseBody

func (*GetProjectResponseBody) SetCode

func (*GetProjectResponseBody) SetCreateTime

func (*GetProjectResponseBody) SetCreator

func (*GetProjectResponseBody) SetDescription

func (*GetProjectResponseBody) SetName

func (*GetProjectResponseBody) SetProjectCode

func (*GetProjectResponseBody) SetProjectName

func (*GetProjectResponseBody) SetStatus

func (*GetProjectResponseBody) SetUserDefineCode

func (s *GetProjectResponseBody) SetUserDefineCode(v string) *GetProjectResponseBody

func (GetProjectResponseBody) String

func (s GetProjectResponseBody) String() string

type GetReceiptHeaders

type GetReceiptHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetReceiptHeaders) GoString

func (s GetReceiptHeaders) GoString() string

func (*GetReceiptHeaders) SetCommonHeaders

func (s *GetReceiptHeaders) SetCommonHeaders(v map[string]*string) *GetReceiptHeaders

func (*GetReceiptHeaders) SetXAcsDingtalkAccessToken

func (s *GetReceiptHeaders) SetXAcsDingtalkAccessToken(v string) *GetReceiptHeaders

func (GetReceiptHeaders) String

func (s GetReceiptHeaders) String() string

type GetReceiptRequest

type GetReceiptRequest struct {
	Code    *string `json:"code,omitempty" xml:"code,omitempty"`
	ModelId *string `json:"modelId,omitempty" xml:"modelId,omitempty"`
}

func (GetReceiptRequest) GoString

func (s GetReceiptRequest) GoString() string

func (*GetReceiptRequest) SetCode

func (*GetReceiptRequest) SetModelId

func (s *GetReceiptRequest) SetModelId(v string) *GetReceiptRequest

func (GetReceiptRequest) String

func (s GetReceiptRequest) String() string

type GetReceiptResponse

type GetReceiptResponse struct {
	Headers    map[string]*string      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetReceiptResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetReceiptResponse) GoString

func (s GetReceiptResponse) GoString() string

func (*GetReceiptResponse) SetBody

func (*GetReceiptResponse) SetHeaders

func (s *GetReceiptResponse) SetHeaders(v map[string]*string) *GetReceiptResponse

func (*GetReceiptResponse) SetStatusCode

func (s *GetReceiptResponse) SetStatusCode(v int32) *GetReceiptResponse

func (GetReceiptResponse) String

func (s GetReceiptResponse) String() string

type GetReceiptResponseBody

type GetReceiptResponseBody struct {
	AppId   *string `json:"appId,omitempty" xml:"appId,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	ModelId *string `json:"modelId,omitempty" xml:"modelId,omitempty"`
	Source  *string `json:"source,omitempty" xml:"source,omitempty"`
}

func (GetReceiptResponseBody) GoString

func (s GetReceiptResponseBody) GoString() string

func (*GetReceiptResponseBody) SetAppId

func (*GetReceiptResponseBody) SetData

func (*GetReceiptResponseBody) SetModelId

func (*GetReceiptResponseBody) SetSource

func (GetReceiptResponseBody) String

func (s GetReceiptResponseBody) String() string

type GetSupplierHeaders

type GetSupplierHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetSupplierHeaders) GoString

func (s GetSupplierHeaders) GoString() string

func (*GetSupplierHeaders) SetCommonHeaders

func (s *GetSupplierHeaders) SetCommonHeaders(v map[string]*string) *GetSupplierHeaders

func (*GetSupplierHeaders) SetXAcsDingtalkAccessToken

func (s *GetSupplierHeaders) SetXAcsDingtalkAccessToken(v string) *GetSupplierHeaders

func (GetSupplierHeaders) String

func (s GetSupplierHeaders) String() string

type GetSupplierRequest

type GetSupplierRequest struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
}

func (GetSupplierRequest) GoString

func (s GetSupplierRequest) GoString() string

func (*GetSupplierRequest) SetCode

func (GetSupplierRequest) String

func (s GetSupplierRequest) String() string

type GetSupplierResponse

type GetSupplierResponse struct {
	Headers    map[string]*string       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetSupplierResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetSupplierResponse) GoString

func (s GetSupplierResponse) GoString() string

func (*GetSupplierResponse) SetBody

func (*GetSupplierResponse) SetHeaders

func (s *GetSupplierResponse) SetHeaders(v map[string]*string) *GetSupplierResponse

func (*GetSupplierResponse) SetStatusCode

func (s *GetSupplierResponse) SetStatusCode(v int32) *GetSupplierResponse

func (GetSupplierResponse) String

func (s GetSupplierResponse) String() string

type GetSupplierResponseBody

type GetSupplierResponseBody struct {
	AccountantBookIdList []*string `json:"accountantBookIdList,omitempty" xml:"accountantBookIdList,omitempty" type:"Repeated"`
	Code                 *string   `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime           *int64    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description          *string   `json:"description,omitempty" xml:"description,omitempty"`
	Name                 *string   `json:"name,omitempty" xml:"name,omitempty"`
	Status               *string   `json:"status,omitempty" xml:"status,omitempty"`
	UserDefineCode       *string   `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (GetSupplierResponseBody) GoString

func (s GetSupplierResponseBody) GoString() string

func (*GetSupplierResponseBody) SetAccountantBookIdList added in v2.0.83

func (s *GetSupplierResponseBody) SetAccountantBookIdList(v []*string) *GetSupplierResponseBody

func (*GetSupplierResponseBody) SetCode

func (*GetSupplierResponseBody) SetCreateTime

func (*GetSupplierResponseBody) SetDescription

func (*GetSupplierResponseBody) SetName

func (*GetSupplierResponseBody) SetStatus

func (*GetSupplierResponseBody) SetUserDefineCode

func (s *GetSupplierResponseBody) SetUserDefineCode(v string) *GetSupplierResponseBody

func (GetSupplierResponseBody) String

func (s GetSupplierResponseBody) String() string

type GetYongYouOpenApiTokenHeaders added in v2.0.83

type GetYongYouOpenApiTokenHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetYongYouOpenApiTokenHeaders) GoString added in v2.0.83

func (*GetYongYouOpenApiTokenHeaders) SetCommonHeaders added in v2.0.83

func (*GetYongYouOpenApiTokenHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *GetYongYouOpenApiTokenHeaders) SetXAcsDingtalkAccessToken(v string) *GetYongYouOpenApiTokenHeaders

func (GetYongYouOpenApiTokenHeaders) String added in v2.0.83

type GetYongYouOpenApiTokenRequest added in v2.0.83

type GetYongYouOpenApiTokenRequest struct {
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetYongYouOpenApiTokenRequest) GoString added in v2.0.83

func (*GetYongYouOpenApiTokenRequest) SetUserId added in v2.0.83

func (GetYongYouOpenApiTokenRequest) String added in v2.0.83

type GetYongYouOpenApiTokenResponse added in v2.0.83

type GetYongYouOpenApiTokenResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetYongYouOpenApiTokenResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetYongYouOpenApiTokenResponse) GoString added in v2.0.83

func (*GetYongYouOpenApiTokenResponse) SetBody added in v2.0.83

func (*GetYongYouOpenApiTokenResponse) SetHeaders added in v2.0.83

func (*GetYongYouOpenApiTokenResponse) SetStatusCode added in v2.0.83

func (GetYongYouOpenApiTokenResponse) String added in v2.0.83

type GetYongYouOpenApiTokenResponseBody added in v2.0.83

type GetYongYouOpenApiTokenResponseBody struct {
	AccessToken      *string `json:"accessToken,omitempty" xml:"accessToken,omitempty"`
	AppName          *string `json:"appName,omitempty" xml:"appName,omitempty"`
	ExpiresIn        *string `json:"expiresIn,omitempty" xml:"expiresIn,omitempty"`
	RefreshExpiresIn *string `json:"refreshExpiresIn,omitempty" xml:"refreshExpiresIn,omitempty"`
	RefreshToken     *string `json:"refreshToken,omitempty" xml:"refreshToken,omitempty"`
	Scope            *string `json:"scope,omitempty" xml:"scope,omitempty"`
	Sid              *string `json:"sid,omitempty" xml:"sid,omitempty"`
	YongyouOrgId     *string `json:"yongyouOrgId,omitempty" xml:"yongyouOrgId,omitempty"`
	YongyouUserId    *string `json:"yongyouUserId,omitempty" xml:"yongyouUserId,omitempty"`
}

func (GetYongYouOpenApiTokenResponseBody) GoString added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetAccessToken added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetAppName added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetExpiresIn added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetRefreshExpiresIn added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetRefreshToken added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetScope added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetSid added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetYongyouOrgId added in v2.0.83

func (*GetYongYouOpenApiTokenResponseBody) SetYongyouUserId added in v2.0.83

func (GetYongYouOpenApiTokenResponseBody) String added in v2.0.83

type GetYongYouOrgRelationHeaders added in v2.0.83

type GetYongYouOrgRelationHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GetYongYouOrgRelationHeaders) GoString added in v2.0.83

func (s GetYongYouOrgRelationHeaders) GoString() string

func (*GetYongYouOrgRelationHeaders) SetCommonHeaders added in v2.0.83

func (*GetYongYouOrgRelationHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *GetYongYouOrgRelationHeaders) SetXAcsDingtalkAccessToken(v string) *GetYongYouOrgRelationHeaders

func (GetYongYouOrgRelationHeaders) String added in v2.0.83

type GetYongYouOrgRelationResponse added in v2.0.83

type GetYongYouOrgRelationResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetYongYouOrgRelationResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetYongYouOrgRelationResponse) GoString added in v2.0.83

func (*GetYongYouOrgRelationResponse) SetBody added in v2.0.83

func (*GetYongYouOrgRelationResponse) SetHeaders added in v2.0.83

func (*GetYongYouOrgRelationResponse) SetStatusCode added in v2.0.83

func (GetYongYouOrgRelationResponse) String added in v2.0.83

type GetYongYouOrgRelationResponseBody added in v2.0.83

type GetYongYouOrgRelationResponseBody struct {
	ChanjetCorpId *string `json:"chanjetCorpId,omitempty" xml:"chanjetCorpId,omitempty"`
	ChanjetUserId *string `json:"chanjetUserId,omitempty" xml:"chanjetUserId,omitempty"`
	CorpId        *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	UserId        *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetYongYouOrgRelationResponseBody) GoString added in v2.0.83

func (*GetYongYouOrgRelationResponseBody) SetChanjetCorpId added in v2.0.83

func (*GetYongYouOrgRelationResponseBody) SetChanjetUserId added in v2.0.83

func (*GetYongYouOrgRelationResponseBody) SetCorpId added in v2.0.83

func (*GetYongYouOrgRelationResponseBody) SetUserId added in v2.0.83

func (GetYongYouOrgRelationResponseBody) String added in v2.0.83

type ProfessionBenefitConsumeHeaders

type ProfessionBenefitConsumeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (ProfessionBenefitConsumeHeaders) GoString

func (*ProfessionBenefitConsumeHeaders) SetCommonHeaders

func (*ProfessionBenefitConsumeHeaders) SetXAcsDingtalkAccessToken

func (ProfessionBenefitConsumeHeaders) String

type ProfessionBenefitConsumeRequest

type ProfessionBenefitConsumeRequest struct {
	BenefitCode  *string `json:"benefitCode,omitempty" xml:"benefitCode,omitempty"`
	BizRequestId *string `json:"bizRequestId,omitempty" xml:"bizRequestId,omitempty"`
	Quota        *int64  `json:"quota,omitempty" xml:"quota,omitempty"`
}

func (ProfessionBenefitConsumeRequest) GoString

func (*ProfessionBenefitConsumeRequest) SetBenefitCode

func (*ProfessionBenefitConsumeRequest) SetBizRequestId

func (*ProfessionBenefitConsumeRequest) SetQuota

func (ProfessionBenefitConsumeRequest) String

type ProfessionBenefitConsumeResponse

type ProfessionBenefitConsumeResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ProfessionBenefitConsumeResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ProfessionBenefitConsumeResponse) GoString

func (*ProfessionBenefitConsumeResponse) SetHeaders

func (*ProfessionBenefitConsumeResponse) SetStatusCode

func (ProfessionBenefitConsumeResponse) String

type ProfessionBenefitConsumeResponseBody

type ProfessionBenefitConsumeResponseBody struct {
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (ProfessionBenefitConsumeResponseBody) GoString

func (*ProfessionBenefitConsumeResponseBody) SetSuccess

func (ProfessionBenefitConsumeResponseBody) String

type PushHistoricalReceiptsHeaders added in v2.0.83

type PushHistoricalReceiptsHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (PushHistoricalReceiptsHeaders) GoString added in v2.0.83

func (*PushHistoricalReceiptsHeaders) SetCommonHeaders added in v2.0.83

func (*PushHistoricalReceiptsHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *PushHistoricalReceiptsHeaders) SetXAcsDingtalkAccessToken(v string) *PushHistoricalReceiptsHeaders

func (PushHistoricalReceiptsHeaders) String added in v2.0.83

type PushHistoricalReceiptsRequest added in v2.0.83

type PushHistoricalReceiptsRequest struct {
	BizId           *string   `json:"bizId,omitempty" xml:"bizId,omitempty"`
	EndTime         *int64    `json:"endTime,omitempty" xml:"endTime,omitempty"`
	ForcedIgnoreDup *bool     `json:"forcedIgnoreDup,omitempty" xml:"forcedIgnoreDup,omitempty"`
	FormCodeList    []*string `json:"formCodeList,omitempty" xml:"formCodeList,omitempty" type:"Repeated"`
	StartTime       *int64    `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (PushHistoricalReceiptsRequest) GoString added in v2.0.83

func (*PushHistoricalReceiptsRequest) SetBizId added in v2.0.83

func (*PushHistoricalReceiptsRequest) SetEndTime added in v2.0.83

func (*PushHistoricalReceiptsRequest) SetForcedIgnoreDup added in v2.0.83

func (*PushHistoricalReceiptsRequest) SetFormCodeList added in v2.0.83

func (*PushHistoricalReceiptsRequest) SetStartTime added in v2.0.83

func (PushHistoricalReceiptsRequest) String added in v2.0.83

type PushHistoricalReceiptsResponse added in v2.0.83

type PushHistoricalReceiptsResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *PushHistoricalReceiptsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (PushHistoricalReceiptsResponse) GoString added in v2.0.83

func (*PushHistoricalReceiptsResponse) SetBody added in v2.0.83

func (*PushHistoricalReceiptsResponse) SetHeaders added in v2.0.83

func (*PushHistoricalReceiptsResponse) SetStatusCode added in v2.0.83

func (PushHistoricalReceiptsResponse) String added in v2.0.83

type PushHistoricalReceiptsResponseBody added in v2.0.83

type PushHistoricalReceiptsResponseBody struct {
	TaskId *string `json:"taskId,omitempty" xml:"taskId,omitempty"`
}

func (PushHistoricalReceiptsResponseBody) GoString added in v2.0.83

func (*PushHistoricalReceiptsResponseBody) SetTaskId added in v2.0.83

func (PushHistoricalReceiptsResponseBody) String added in v2.0.83

type QueryCategoryByPageHeaders

type QueryCategoryByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryCategoryByPageHeaders) GoString

func (s QueryCategoryByPageHeaders) GoString() string

func (*QueryCategoryByPageHeaders) SetCommonHeaders

func (*QueryCategoryByPageHeaders) SetXAcsDingtalkAccessToken

func (s *QueryCategoryByPageHeaders) SetXAcsDingtalkAccessToken(v string) *QueryCategoryByPageHeaders

func (QueryCategoryByPageHeaders) String

type QueryCategoryByPageRequest

type QueryCategoryByPageRequest struct {
	PageNumber *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (QueryCategoryByPageRequest) GoString

func (s QueryCategoryByPageRequest) GoString() string

func (*QueryCategoryByPageRequest) SetPageNumber

func (*QueryCategoryByPageRequest) SetPageSize

func (*QueryCategoryByPageRequest) SetType

func (QueryCategoryByPageRequest) String

type QueryCategoryByPageResponse

type QueryCategoryByPageResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryCategoryByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryCategoryByPageResponse) GoString

func (s QueryCategoryByPageResponse) GoString() string

func (*QueryCategoryByPageResponse) SetBody

func (*QueryCategoryByPageResponse) SetHeaders

func (*QueryCategoryByPageResponse) SetStatusCode

func (QueryCategoryByPageResponse) String

type QueryCategoryByPageResponseBody

type QueryCategoryByPageResponseBody struct {
	HasMore *bool                                  `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List    []*QueryCategoryByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QueryCategoryByPageResponseBody) GoString

func (*QueryCategoryByPageResponseBody) SetHasMore

func (*QueryCategoryByPageResponseBody) SetList

func (QueryCategoryByPageResponseBody) String

type QueryCategoryByPageResponseBodyList

type QueryCategoryByPageResponseBodyList struct {
	Code       *string `json:"code,omitempty" xml:"code,omitempty"`
	IsDir      *bool   `json:"isDir,omitempty" xml:"isDir,omitempty"`
	Name       *string `json:"name,omitempty" xml:"name,omitempty"`
	ParentCode *string `json:"parentCode,omitempty" xml:"parentCode,omitempty"`
	Status     *string `json:"status,omitempty" xml:"status,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (QueryCategoryByPageResponseBodyList) GoString

func (*QueryCategoryByPageResponseBodyList) SetCode

func (*QueryCategoryByPageResponseBodyList) SetIsDir

func (*QueryCategoryByPageResponseBodyList) SetName

func (*QueryCategoryByPageResponseBodyList) SetParentCode

func (*QueryCategoryByPageResponseBodyList) SetStatus

func (*QueryCategoryByPageResponseBodyList) SetType

func (QueryCategoryByPageResponseBodyList) String

type QueryCompanyInvoiceRelationCountHeaders added in v2.0.83

type QueryCompanyInvoiceRelationCountHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryCompanyInvoiceRelationCountHeaders) GoString added in v2.0.83

func (*QueryCompanyInvoiceRelationCountHeaders) SetCommonHeaders added in v2.0.83

func (*QueryCompanyInvoiceRelationCountHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (QueryCompanyInvoiceRelationCountHeaders) String added in v2.0.83

type QueryCompanyInvoiceRelationCountRequest added in v2.0.83

type QueryCompanyInvoiceRelationCountRequest struct {
	CompanyCode *string `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
}

func (QueryCompanyInvoiceRelationCountRequest) GoString added in v2.0.83

func (*QueryCompanyInvoiceRelationCountRequest) SetCompanyCode added in v2.0.83

func (QueryCompanyInvoiceRelationCountRequest) String added in v2.0.83

type QueryCompanyInvoiceRelationCountResponse added in v2.0.83

type QueryCompanyInvoiceRelationCountResponse struct {
	Headers    map[string]*string                            `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                        `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryCompanyInvoiceRelationCountResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryCompanyInvoiceRelationCountResponse) GoString added in v2.0.83

func (*QueryCompanyInvoiceRelationCountResponse) SetBody added in v2.0.83

func (*QueryCompanyInvoiceRelationCountResponse) SetHeaders added in v2.0.83

func (*QueryCompanyInvoiceRelationCountResponse) SetStatusCode added in v2.0.83

func (QueryCompanyInvoiceRelationCountResponse) String added in v2.0.83

type QueryCompanyInvoiceRelationCountResponseBody added in v2.0.83

type QueryCompanyInvoiceRelationCountResponseBody struct {
	RelationCountMap map[string]*int64 `json:"relationCountMap,omitempty" xml:"relationCountMap,omitempty"`
}

func (QueryCompanyInvoiceRelationCountResponseBody) GoString added in v2.0.83

func (*QueryCompanyInvoiceRelationCountResponseBody) SetRelationCountMap added in v2.0.83

func (QueryCompanyInvoiceRelationCountResponseBody) String added in v2.0.83

type QueryCustomerByPageHeaders

type QueryCustomerByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryCustomerByPageHeaders) GoString

func (s QueryCustomerByPageHeaders) GoString() string

func (*QueryCustomerByPageHeaders) SetCommonHeaders

func (*QueryCustomerByPageHeaders) SetXAcsDingtalkAccessToken

func (s *QueryCustomerByPageHeaders) SetXAcsDingtalkAccessToken(v string) *QueryCustomerByPageHeaders

func (QueryCustomerByPageHeaders) String

type QueryCustomerByPageRequest

type QueryCustomerByPageRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (QueryCustomerByPageRequest) GoString

func (s QueryCustomerByPageRequest) GoString() string

func (*QueryCustomerByPageRequest) SetPageNumber

func (*QueryCustomerByPageRequest) SetPageSize

func (QueryCustomerByPageRequest) String

type QueryCustomerByPageResponse

type QueryCustomerByPageResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryCustomerByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryCustomerByPageResponse) GoString

func (s QueryCustomerByPageResponse) GoString() string

func (*QueryCustomerByPageResponse) SetBody

func (*QueryCustomerByPageResponse) SetHeaders

func (*QueryCustomerByPageResponse) SetStatusCode

func (QueryCustomerByPageResponse) String

type QueryCustomerByPageResponseBody

type QueryCustomerByPageResponseBody struct {
	HasMore *bool                                  `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List    []*QueryCustomerByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QueryCustomerByPageResponseBody) GoString

func (*QueryCustomerByPageResponseBody) SetHasMore

func (*QueryCustomerByPageResponseBody) SetList

func (QueryCustomerByPageResponseBody) String

type QueryCustomerByPageResponseBodyList

type QueryCustomerByPageResponseBodyList struct {
	Code           *string `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime     *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description    *string `json:"description,omitempty" xml:"description,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	Status         *string `json:"status,omitempty" xml:"status,omitempty"`
	UserDefineCode *string `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (QueryCustomerByPageResponseBodyList) GoString

func (*QueryCustomerByPageResponseBodyList) SetCode

func (*QueryCustomerByPageResponseBodyList) SetCreateTime

func (*QueryCustomerByPageResponseBodyList) SetDescription

func (*QueryCustomerByPageResponseBodyList) SetName

func (*QueryCustomerByPageResponseBodyList) SetStatus

func (*QueryCustomerByPageResponseBodyList) SetUserDefineCode

func (QueryCustomerByPageResponseBodyList) String

type QueryCustomerInfoHeaders

type QueryCustomerInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryCustomerInfoHeaders) GoString

func (s QueryCustomerInfoHeaders) GoString() string

func (*QueryCustomerInfoHeaders) SetCommonHeaders

func (s *QueryCustomerInfoHeaders) SetCommonHeaders(v map[string]*string) *QueryCustomerInfoHeaders

func (*QueryCustomerInfoHeaders) SetXAcsDingtalkAccessToken

func (s *QueryCustomerInfoHeaders) SetXAcsDingtalkAccessToken(v string) *QueryCustomerInfoHeaders

func (QueryCustomerInfoHeaders) String

func (s QueryCustomerInfoHeaders) String() string

type QueryCustomerInfoRequest

type QueryCustomerInfoRequest struct {
	Keyword    *string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	PageNumber *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (QueryCustomerInfoRequest) GoString

func (s QueryCustomerInfoRequest) GoString() string

func (*QueryCustomerInfoRequest) SetKeyword

func (*QueryCustomerInfoRequest) SetPageNumber

func (*QueryCustomerInfoRequest) SetPageSize

func (QueryCustomerInfoRequest) String

func (s QueryCustomerInfoRequest) String() string

type QueryCustomerInfoResponse

type QueryCustomerInfoResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryCustomerInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryCustomerInfoResponse) GoString

func (s QueryCustomerInfoResponse) GoString() string

func (*QueryCustomerInfoResponse) SetBody

func (*QueryCustomerInfoResponse) SetHeaders

func (*QueryCustomerInfoResponse) SetStatusCode

func (QueryCustomerInfoResponse) String

func (s QueryCustomerInfoResponse) String() string

type QueryCustomerInfoResponseBody

type QueryCustomerInfoResponseBody struct {
	HasMore    *bool                                `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List       []*QueryCustomerInfoResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
	TotalCount *int64                               `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (QueryCustomerInfoResponseBody) GoString

func (*QueryCustomerInfoResponseBody) SetHasMore

func (*QueryCustomerInfoResponseBody) SetList

func (*QueryCustomerInfoResponseBody) SetTotalCount

func (QueryCustomerInfoResponseBody) String

type QueryCustomerInfoResponseBodyList

type QueryCustomerInfoResponseBodyList struct {
	Code                    *string `json:"code,omitempty" xml:"code,omitempty"`
	ContactAddress          *string `json:"contactAddress,omitempty" xml:"contactAddress,omitempty"`
	ContactCompanyTelephone *string `json:"contactCompanyTelephone,omitempty" xml:"contactCompanyTelephone,omitempty"`
	ContactEmail            *string `json:"contactEmail,omitempty" xml:"contactEmail,omitempty"`
	ContactName             *string `json:"contactName,omitempty" xml:"contactName,omitempty"`
	ContactTelephone        *string `json:"contactTelephone,omitempty" xml:"contactTelephone,omitempty"`
	Description             *string `json:"description,omitempty" xml:"description,omitempty"`
	DrawerEmail             *string `json:"drawerEmail,omitempty" xml:"drawerEmail,omitempty"`
	DrawerTelephone         *string `json:"drawerTelephone,omitempty" xml:"drawerTelephone,omitempty"`
	Name                    *string `json:"name,omitempty" xml:"name,omitempty"`
	PurchaserAccount        *string `json:"purchaserAccount,omitempty" xml:"purchaserAccount,omitempty"`
	PurchaserAddress        *string `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserName           *string `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo          *string `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel            *string `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	PurchaserrBankName      *string `json:"purchaserrBankName,omitempty" xml:"purchaserrBankName,omitempty"`
	Status                  *string `json:"status,omitempty" xml:"status,omitempty"`
	UserDefineCode          *string `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (QueryCustomerInfoResponseBodyList) GoString

func (*QueryCustomerInfoResponseBodyList) SetCode

func (*QueryCustomerInfoResponseBodyList) SetContactAddress

func (*QueryCustomerInfoResponseBodyList) SetContactCompanyTelephone

func (*QueryCustomerInfoResponseBodyList) SetContactEmail

func (*QueryCustomerInfoResponseBodyList) SetContactName

func (*QueryCustomerInfoResponseBodyList) SetContactTelephone

func (*QueryCustomerInfoResponseBodyList) SetDescription

func (*QueryCustomerInfoResponseBodyList) SetDrawerEmail

func (*QueryCustomerInfoResponseBodyList) SetDrawerTelephone

func (*QueryCustomerInfoResponseBodyList) SetName

func (*QueryCustomerInfoResponseBodyList) SetPurchaserAccount

func (*QueryCustomerInfoResponseBodyList) SetPurchaserAddress

func (*QueryCustomerInfoResponseBodyList) SetPurchaserName

func (*QueryCustomerInfoResponseBodyList) SetPurchaserTaxNo

func (*QueryCustomerInfoResponseBodyList) SetPurchaserTel

func (*QueryCustomerInfoResponseBodyList) SetPurchaserrBankName

func (*QueryCustomerInfoResponseBodyList) SetStatus

func (*QueryCustomerInfoResponseBodyList) SetUserDefineCode

func (QueryCustomerInfoResponseBodyList) String

type QueryEnterpriseAccountByPageHeaders

type QueryEnterpriseAccountByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryEnterpriseAccountByPageHeaders) GoString

func (*QueryEnterpriseAccountByPageHeaders) SetCommonHeaders

func (*QueryEnterpriseAccountByPageHeaders) SetXAcsDingtalkAccessToken

func (QueryEnterpriseAccountByPageHeaders) String

type QueryEnterpriseAccountByPageRequest

type QueryEnterpriseAccountByPageRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (QueryEnterpriseAccountByPageRequest) GoString

func (*QueryEnterpriseAccountByPageRequest) SetPageNumber

func (*QueryEnterpriseAccountByPageRequest) SetPageSize

func (QueryEnterpriseAccountByPageRequest) String

type QueryEnterpriseAccountByPageResponse

type QueryEnterpriseAccountByPageResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryEnterpriseAccountByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryEnterpriseAccountByPageResponse) GoString

func (*QueryEnterpriseAccountByPageResponse) SetHeaders

func (*QueryEnterpriseAccountByPageResponse) SetStatusCode

func (QueryEnterpriseAccountByPageResponse) String

type QueryEnterpriseAccountByPageResponseBody

type QueryEnterpriseAccountByPageResponseBody struct {
	HasMore *bool                                           `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List    []*QueryEnterpriseAccountByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QueryEnterpriseAccountByPageResponseBody) GoString

func (*QueryEnterpriseAccountByPageResponseBody) SetHasMore

func (QueryEnterpriseAccountByPageResponseBody) String

type QueryEnterpriseAccountByPageResponseBodyList

type QueryEnterpriseAccountByPageResponseBodyList struct {
	AccountCode   *string `json:"accountCode,omitempty" xml:"accountCode,omitempty"`
	AccountId     *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	AccountName   *string `json:"accountName,omitempty" xml:"accountName,omitempty"`
	AccountRemark *string `json:"accountRemark,omitempty" xml:"accountRemark,omitempty"`
	AccountType   *string `json:"accountType,omitempty" xml:"accountType,omitempty"`
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	BankCode      *string `json:"bankCode,omitempty" xml:"bankCode,omitempty"`
	BankName      *string `json:"bankName,omitempty" xml:"bankName,omitempty"`
	CreateTime    *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator       *string `json:"creator,omitempty" xml:"creator,omitempty"`
}

func (QueryEnterpriseAccountByPageResponseBodyList) GoString

func (*QueryEnterpriseAccountByPageResponseBodyList) SetAccountCode

func (*QueryEnterpriseAccountByPageResponseBodyList) SetAccountId

func (*QueryEnterpriseAccountByPageResponseBodyList) SetAccountName

func (*QueryEnterpriseAccountByPageResponseBodyList) SetAccountRemark

func (*QueryEnterpriseAccountByPageResponseBodyList) SetAccountType

func (*QueryEnterpriseAccountByPageResponseBodyList) SetAmount

func (*QueryEnterpriseAccountByPageResponseBodyList) SetBankCode

func (*QueryEnterpriseAccountByPageResponseBodyList) SetBankName

func (*QueryEnterpriseAccountByPageResponseBodyList) SetCreateTime

func (*QueryEnterpriseAccountByPageResponseBodyList) SetCreator

func (QueryEnterpriseAccountByPageResponseBodyList) String

type QueryFinanceCompanyInfoHeaders

type QueryFinanceCompanyInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryFinanceCompanyInfoHeaders) GoString

func (*QueryFinanceCompanyInfoHeaders) SetCommonHeaders

func (*QueryFinanceCompanyInfoHeaders) SetXAcsDingtalkAccessToken

func (s *QueryFinanceCompanyInfoHeaders) SetXAcsDingtalkAccessToken(v string) *QueryFinanceCompanyInfoHeaders

func (QueryFinanceCompanyInfoHeaders) String

type QueryFinanceCompanyInfoResponse

type QueryFinanceCompanyInfoResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryFinanceCompanyInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryFinanceCompanyInfoResponse) GoString

func (*QueryFinanceCompanyInfoResponse) SetHeaders

func (*QueryFinanceCompanyInfoResponse) SetStatusCode

func (QueryFinanceCompanyInfoResponse) String

type QueryFinanceCompanyInfoResponseBody

type QueryFinanceCompanyInfoResponseBody struct {
	CompanyName *string `json:"companyName,omitempty" xml:"companyName,omitempty"`
	TaxNature   *string `json:"taxNature,omitempty" xml:"taxNature,omitempty"`
	TaxNo       *string `json:"taxNo,omitempty" xml:"taxNo,omitempty"`
}

func (QueryFinanceCompanyInfoResponseBody) GoString

func (*QueryFinanceCompanyInfoResponseBody) SetCompanyName

func (*QueryFinanceCompanyInfoResponseBody) SetTaxNature

func (*QueryFinanceCompanyInfoResponseBody) SetTaxNo

func (QueryFinanceCompanyInfoResponseBody) String

type QueryInvoiceRelationCountHeaders

type QueryInvoiceRelationCountHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryInvoiceRelationCountHeaders) GoString

func (*QueryInvoiceRelationCountHeaders) SetCommonHeaders

func (*QueryInvoiceRelationCountHeaders) SetXAcsDingtalkAccessToken

func (QueryInvoiceRelationCountHeaders) String

type QueryInvoiceRelationCountResponse

type QueryInvoiceRelationCountResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryInvoiceRelationCountResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryInvoiceRelationCountResponse) GoString

func (*QueryInvoiceRelationCountResponse) SetHeaders

func (*QueryInvoiceRelationCountResponse) SetStatusCode

func (QueryInvoiceRelationCountResponse) String

type QueryInvoiceRelationCountResponseBody

type QueryInvoiceRelationCountResponseBody struct {
	RelationCountMap map[string]*int64 `json:"relationCountMap,omitempty" xml:"relationCountMap,omitempty"`
}

func (QueryInvoiceRelationCountResponseBody) GoString

func (*QueryInvoiceRelationCountResponseBody) SetRelationCountMap

func (QueryInvoiceRelationCountResponseBody) String

type QueryMultiCompanyInfoHeaders added in v2.0.83

type QueryMultiCompanyInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryMultiCompanyInfoHeaders) GoString added in v2.0.83

func (s QueryMultiCompanyInfoHeaders) GoString() string

func (*QueryMultiCompanyInfoHeaders) SetCommonHeaders added in v2.0.83

func (*QueryMultiCompanyInfoHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *QueryMultiCompanyInfoHeaders) SetXAcsDingtalkAccessToken(v string) *QueryMultiCompanyInfoHeaders

func (QueryMultiCompanyInfoHeaders) String added in v2.0.83

type QueryMultiCompanyInfoResponse added in v2.0.83

type QueryMultiCompanyInfoResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryMultiCompanyInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryMultiCompanyInfoResponse) GoString added in v2.0.83

func (*QueryMultiCompanyInfoResponse) SetBody added in v2.0.83

func (*QueryMultiCompanyInfoResponse) SetHeaders added in v2.0.83

func (*QueryMultiCompanyInfoResponse) SetStatusCode added in v2.0.83

func (QueryMultiCompanyInfoResponse) String added in v2.0.83

type QueryMultiCompanyInfoResponseBody added in v2.0.83

type QueryMultiCompanyInfoResponseBody struct {
	List []*QueryMultiCompanyInfoResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QueryMultiCompanyInfoResponseBody) GoString added in v2.0.83

func (*QueryMultiCompanyInfoResponseBody) SetList added in v2.0.83

func (QueryMultiCompanyInfoResponseBody) String added in v2.0.83

type QueryMultiCompanyInfoResponseBodyList added in v2.0.83

type QueryMultiCompanyInfoResponseBodyList struct {
	AdvancedSettingList []*QueryMultiCompanyInfoResponseBodyListAdvancedSettingList `json:"advancedSettingList,omitempty" xml:"advancedSettingList,omitempty" type:"Repeated"`
	CompanyCode         *string                                                     `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	CompanyName         *string                                                     `json:"companyName,omitempty" xml:"companyName,omitempty"`
	CreateTime          *string                                                     `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Remark              *string                                                     `json:"remark,omitempty" xml:"remark,omitempty"`
	Status              *string                                                     `json:"status,omitempty" xml:"status,omitempty"`
	TaxNature           *string                                                     `json:"taxNature,omitempty" xml:"taxNature,omitempty"`
	TaxNo               *string                                                     `json:"taxNo,omitempty" xml:"taxNo,omitempty"`
}

func (QueryMultiCompanyInfoResponseBodyList) GoString added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetAdvancedSettingList added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetCompanyCode added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetCompanyName added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetCreateTime added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetRemark added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetStatus added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetTaxNature added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyList) SetTaxNo added in v2.0.83

func (QueryMultiCompanyInfoResponseBodyList) String added in v2.0.83

type QueryMultiCompanyInfoResponseBodyListAdvancedSettingList added in v2.0.83

type QueryMultiCompanyInfoResponseBodyListAdvancedSettingList struct {
	AdvancedSettingKey  *string `json:"advancedSettingKey,omitempty" xml:"advancedSettingKey,omitempty"`
	AdvancedSettingName *string `json:"advancedSettingName,omitempty" xml:"advancedSettingName,omitempty"`
	EndDate             *int64  `json:"endDate,omitempty" xml:"endDate,omitempty"`
	Value               *bool   `json:"value,omitempty" xml:"value,omitempty"`
}

func (QueryMultiCompanyInfoResponseBodyListAdvancedSettingList) GoString added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyListAdvancedSettingList) SetAdvancedSettingKey added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyListAdvancedSettingList) SetAdvancedSettingName added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyListAdvancedSettingList) SetEndDate added in v2.0.83

func (*QueryMultiCompanyInfoResponseBodyListAdvancedSettingList) SetValue added in v2.0.83

func (QueryMultiCompanyInfoResponseBodyListAdvancedSettingList) String added in v2.0.83

type QueryPermissionByUserIdHeaders

type QueryPermissionByUserIdHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryPermissionByUserIdHeaders) GoString

func (*QueryPermissionByUserIdHeaders) SetCommonHeaders

func (*QueryPermissionByUserIdHeaders) SetXAcsDingtalkAccessToken

func (s *QueryPermissionByUserIdHeaders) SetXAcsDingtalkAccessToken(v string) *QueryPermissionByUserIdHeaders

func (QueryPermissionByUserIdHeaders) String

type QueryPermissionByUserIdRequest

type QueryPermissionByUserIdRequest struct {
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryPermissionByUserIdRequest) GoString

func (*QueryPermissionByUserIdRequest) SetUserId

func (QueryPermissionByUserIdRequest) String

type QueryPermissionByUserIdResponse

type QueryPermissionByUserIdResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryPermissionByUserIdResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryPermissionByUserIdResponse) GoString

func (*QueryPermissionByUserIdResponse) SetHeaders

func (*QueryPermissionByUserIdResponse) SetStatusCode

func (QueryPermissionByUserIdResponse) String

type QueryPermissionByUserIdResponseBody

type QueryPermissionByUserIdResponseBody struct {
	PermissionDTOList []*QueryPermissionByUserIdResponseBodyPermissionDTOList `json:"permissionDTOList,omitempty" xml:"permissionDTOList,omitempty" type:"Repeated"`
	UserId            *string                                                 `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryPermissionByUserIdResponseBody) GoString

func (*QueryPermissionByUserIdResponseBody) SetUserId

func (QueryPermissionByUserIdResponseBody) String

type QueryPermissionByUserIdResponseBodyPermissionDTOList

type QueryPermissionByUserIdResponseBodyPermissionDTOList struct {
	ActionIdList     []*string `json:"actionIdList,omitempty" xml:"actionIdList,omitempty" type:"Repeated"`
	ResourceIdentity *string   `json:"resourceIdentity,omitempty" xml:"resourceIdentity,omitempty"`
}

func (QueryPermissionByUserIdResponseBodyPermissionDTOList) GoString

func (*QueryPermissionByUserIdResponseBodyPermissionDTOList) SetActionIdList

func (*QueryPermissionByUserIdResponseBodyPermissionDTOList) SetResourceIdentity

func (QueryPermissionByUserIdResponseBodyPermissionDTOList) String

type QueryPermissionRoleMemberHeaders

type QueryPermissionRoleMemberHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryPermissionRoleMemberHeaders) GoString

func (*QueryPermissionRoleMemberHeaders) SetCommonHeaders

func (*QueryPermissionRoleMemberHeaders) SetXAcsDingtalkAccessToken

func (QueryPermissionRoleMemberHeaders) String

type QueryPermissionRoleMemberRequest

type QueryPermissionRoleMemberRequest struct {
	RoleCodeList []*string `json:"roleCodeList,omitempty" xml:"roleCodeList,omitempty" type:"Repeated"`
}

func (QueryPermissionRoleMemberRequest) GoString

func (*QueryPermissionRoleMemberRequest) SetRoleCodeList

func (QueryPermissionRoleMemberRequest) String

type QueryPermissionRoleMemberResponse

type QueryPermissionRoleMemberResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryPermissionRoleMemberResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryPermissionRoleMemberResponse) GoString

func (*QueryPermissionRoleMemberResponse) SetHeaders

func (*QueryPermissionRoleMemberResponse) SetStatusCode

func (QueryPermissionRoleMemberResponse) String

type QueryPermissionRoleMemberResponseBody

type QueryPermissionRoleMemberResponseBody struct {
	RoleMemberMap map[string]*RoleMemberMapValue `json:"roleMemberMap,omitempty" xml:"roleMemberMap,omitempty"`
}

func (QueryPermissionRoleMemberResponseBody) GoString

func (*QueryPermissionRoleMemberResponseBody) SetRoleMemberMap

func (QueryPermissionRoleMemberResponseBody) String

type QueryProductByPageHeaders

type QueryProductByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryProductByPageHeaders) GoString

func (s QueryProductByPageHeaders) GoString() string

func (*QueryProductByPageHeaders) SetCommonHeaders

func (*QueryProductByPageHeaders) SetXAcsDingtalkAccessToken

func (s *QueryProductByPageHeaders) SetXAcsDingtalkAccessToken(v string) *QueryProductByPageHeaders

func (QueryProductByPageHeaders) String

func (s QueryProductByPageHeaders) String() string

type QueryProductByPageRequest

type QueryProductByPageRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (QueryProductByPageRequest) GoString

func (s QueryProductByPageRequest) GoString() string

func (*QueryProductByPageRequest) SetPageNumber

func (*QueryProductByPageRequest) SetPageSize

func (QueryProductByPageRequest) String

func (s QueryProductByPageRequest) String() string

type QueryProductByPageResponse

type QueryProductByPageResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryProductByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryProductByPageResponse) GoString

func (s QueryProductByPageResponse) GoString() string

func (*QueryProductByPageResponse) SetBody

func (*QueryProductByPageResponse) SetHeaders

func (*QueryProductByPageResponse) SetStatusCode

func (QueryProductByPageResponse) String

type QueryProductByPageResponseBody

type QueryProductByPageResponseBody struct {
	HasMore *bool                                 `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List    []*QueryProductByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QueryProductByPageResponseBody) GoString

func (*QueryProductByPageResponseBody) SetHasMore

func (*QueryProductByPageResponseBody) SetList

func (QueryProductByPageResponseBody) String

type QueryProductByPageResponseBodyList

type QueryProductByPageResponseBodyList struct {
	Code           *string `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime     *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description    *string `json:"description,omitempty" xml:"description,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	Specification  *string `json:"specification,omitempty" xml:"specification,omitempty"`
	Status         *string `json:"status,omitempty" xml:"status,omitempty"`
	Unit           *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UserDefineCode *string `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (QueryProductByPageResponseBodyList) GoString

func (*QueryProductByPageResponseBodyList) SetCode

func (*QueryProductByPageResponseBodyList) SetCreateTime

func (*QueryProductByPageResponseBodyList) SetDescription

func (*QueryProductByPageResponseBodyList) SetName

func (*QueryProductByPageResponseBodyList) SetSpecification

func (*QueryProductByPageResponseBodyList) SetStatus

func (*QueryProductByPageResponseBodyList) SetUnit

func (*QueryProductByPageResponseBodyList) SetUserDefineCode

func (QueryProductByPageResponseBodyList) String

type QueryProjectByPageHeaders

type QueryProjectByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryProjectByPageHeaders) GoString

func (s QueryProjectByPageHeaders) GoString() string

func (*QueryProjectByPageHeaders) SetCommonHeaders

func (*QueryProjectByPageHeaders) SetXAcsDingtalkAccessToken

func (s *QueryProjectByPageHeaders) SetXAcsDingtalkAccessToken(v string) *QueryProjectByPageHeaders

func (QueryProjectByPageHeaders) String

func (s QueryProjectByPageHeaders) String() string

type QueryProjectByPageRequest

type QueryProjectByPageRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (QueryProjectByPageRequest) GoString

func (s QueryProjectByPageRequest) GoString() string

func (*QueryProjectByPageRequest) SetPageNumber

func (*QueryProjectByPageRequest) SetPageSize

func (QueryProjectByPageRequest) String

func (s QueryProjectByPageRequest) String() string

type QueryProjectByPageResponse

type QueryProjectByPageResponse struct {
	Headers    map[string]*string              `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                          `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryProjectByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryProjectByPageResponse) GoString

func (s QueryProjectByPageResponse) GoString() string

func (*QueryProjectByPageResponse) SetBody

func (*QueryProjectByPageResponse) SetHeaders

func (*QueryProjectByPageResponse) SetStatusCode

func (QueryProjectByPageResponse) String

type QueryProjectByPageResponseBody

type QueryProjectByPageResponseBody struct {
	HasMore *bool                                 `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List    []*QueryProjectByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QueryProjectByPageResponseBody) GoString

func (*QueryProjectByPageResponseBody) SetHasMore

func (*QueryProjectByPageResponseBody) SetList

func (QueryProjectByPageResponseBody) String

type QueryProjectByPageResponseBodyList

type QueryProjectByPageResponseBodyList struct {
	Caode          *string `json:"caode,omitempty" xml:"caode,omitempty"`
	Code           *string `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime     *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator        *string `json:"creator,omitempty" xml:"creator,omitempty"`
	Description    *string `json:"description,omitempty" xml:"description,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	ProjectCode    *string `json:"projectCode,omitempty" xml:"projectCode,omitempty"`
	ProjectName    *string `json:"projectName,omitempty" xml:"projectName,omitempty"`
	Status         *string `json:"status,omitempty" xml:"status,omitempty"`
	UserDefineCode *string `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (QueryProjectByPageResponseBodyList) GoString

func (*QueryProjectByPageResponseBodyList) SetCaode

func (*QueryProjectByPageResponseBodyList) SetCode added in v2.0.83

func (*QueryProjectByPageResponseBodyList) SetCreateTime

func (*QueryProjectByPageResponseBodyList) SetCreator

func (*QueryProjectByPageResponseBodyList) SetDescription

func (*QueryProjectByPageResponseBodyList) SetName

func (*QueryProjectByPageResponseBodyList) SetProjectCode

func (*QueryProjectByPageResponseBodyList) SetProjectName

func (*QueryProjectByPageResponseBodyList) SetStatus

func (*QueryProjectByPageResponseBodyList) SetUserDefineCode

func (QueryProjectByPageResponseBodyList) String

type QueryReceiptDetailForInvoiceHeaders

type QueryReceiptDetailForInvoiceHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryReceiptDetailForInvoiceHeaders) GoString

func (*QueryReceiptDetailForInvoiceHeaders) SetCommonHeaders

func (*QueryReceiptDetailForInvoiceHeaders) SetXAcsDingtalkAccessToken

func (QueryReceiptDetailForInvoiceHeaders) String

type QueryReceiptDetailForInvoiceRequest

type QueryReceiptDetailForInvoiceRequest struct {
	InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
}

func (QueryReceiptDetailForInvoiceRequest) GoString

func (*QueryReceiptDetailForInvoiceRequest) SetInstanceId

func (QueryReceiptDetailForInvoiceRequest) String

type QueryReceiptDetailForInvoiceResponse

type QueryReceiptDetailForInvoiceResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryReceiptDetailForInvoiceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryReceiptDetailForInvoiceResponse) GoString

func (*QueryReceiptDetailForInvoiceResponse) SetHeaders

func (*QueryReceiptDetailForInvoiceResponse) SetStatusCode

func (QueryReceiptDetailForInvoiceResponse) String

type QueryReceiptDetailForInvoiceResponseBody

type QueryReceiptDetailForInvoiceResponseBody struct {
	Result *QueryReceiptDetailForInvoiceResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (QueryReceiptDetailForInvoiceResponseBody) GoString

func (QueryReceiptDetailForInvoiceResponseBody) String

type QueryReceiptDetailForInvoiceResponseBodyResult

type QueryReceiptDetailForInvoiceResponseBodyResult struct {
	AccountantBookId  *string                                                          `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	Amount            *string                                                          `json:"amount,omitempty" xml:"amount,omitempty"`
	ApplyStatus       *string                                                          `json:"applyStatus,omitempty" xml:"applyStatus,omitempty"`
	BizStatus         *string                                                          `json:"bizStatus,omitempty" xml:"bizStatus,omitempty"`
	BusinessId        *string                                                          `json:"businessId,omitempty" xml:"businessId,omitempty"`
	CompanyCode       *string                                                          `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	CreateTime        *string                                                          `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator           *QueryReceiptDetailForInvoiceResponseBodyResultCreator           `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Customer          *QueryReceiptDetailForInvoiceResponseBodyResultCustomer          `json:"customer,omitempty" xml:"customer,omitempty" type:"Struct"`
	DrawerEmail       *string                                                          `json:"drawerEmail,omitempty" xml:"drawerEmail,omitempty"`
	DrawerTelephone   *string                                                          `json:"drawerTelephone,omitempty" xml:"drawerTelephone,omitempty"`
	InvoiceType       *string                                                          `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	ModelId           *string                                                          `json:"modelId,omitempty" xml:"modelId,omitempty"`
	ProductInfoList   []*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList `json:"productInfoList,omitempty" xml:"productInfoList,omitempty" type:"Repeated"`
	PurchaserAccount  *string                                                          `json:"purchaserAccount,omitempty" xml:"purchaserAccount,omitempty"`
	PurchaserAddress  *string                                                          `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankName *string                                                          `json:"purchaserBankName,omitempty" xml:"purchaserBankName,omitempty"`
	PurchaserName     *string                                                          `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo    *string                                                          `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel      *string                                                          `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	ReceiptId         *string                                                          `json:"receiptId,omitempty" xml:"receiptId,omitempty"`
	RecordTime        *string                                                          `json:"recordTime,omitempty" xml:"recordTime,omitempty"`
	Remark            *string                                                          `json:"remark,omitempty" xml:"remark,omitempty"`
	Source            *string                                                          `json:"source,omitempty" xml:"source,omitempty"`
	Status            *string                                                          `json:"status,omitempty" xml:"status,omitempty"`
	Title             *string                                                          `json:"title,omitempty" xml:"title,omitempty"`
}

func (QueryReceiptDetailForInvoiceResponseBodyResult) GoString

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetAccountantBookId added in v2.0.83

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetAmount

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetApplyStatus

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetBizStatus added in v2.0.83

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetBusinessId added in v2.0.83

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetCompanyCode added in v2.0.83

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetCreateTime

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetDrawerEmail

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetDrawerTelephone

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetInvoiceType

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetModelId

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetPurchaserAccount

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetPurchaserAddress

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetPurchaserBankName

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetPurchaserName

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetPurchaserTaxNo

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetPurchaserTel

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetReceiptId

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetRecordTime

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetRemark

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetSource

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetStatus

func (*QueryReceiptDetailForInvoiceResponseBodyResult) SetTitle

func (QueryReceiptDetailForInvoiceResponseBodyResult) String

type QueryReceiptDetailForInvoiceResponseBodyResultCreator

type QueryReceiptDetailForInvoiceResponseBodyResultCreator struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Nick      *string `json:"nick,omitempty" xml:"nick,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryReceiptDetailForInvoiceResponseBodyResultCreator) GoString

func (*QueryReceiptDetailForInvoiceResponseBodyResultCreator) SetAvatarUrl

func (*QueryReceiptDetailForInvoiceResponseBodyResultCreator) SetNick

func (*QueryReceiptDetailForInvoiceResponseBodyResultCreator) SetUserId

func (QueryReceiptDetailForInvoiceResponseBodyResultCreator) String

type QueryReceiptDetailForInvoiceResponseBodyResultCustomer

type QueryReceiptDetailForInvoiceResponseBodyResultCustomer struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (QueryReceiptDetailForInvoiceResponseBodyResultCustomer) GoString

func (*QueryReceiptDetailForInvoiceResponseBodyResultCustomer) SetCode

func (*QueryReceiptDetailForInvoiceResponseBodyResultCustomer) SetName

func (QueryReceiptDetailForInvoiceResponseBodyResultCustomer) String

type QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList

type QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList struct {
	AmountWithTax       *string `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	AmountWithoutTax    *string `json:"amountWithoutTax,omitempty" xml:"amountWithoutTax,omitempty"`
	DiscountAmount      *string `json:"discountAmount,omitempty" xml:"discountAmount,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	Quantity            *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	Specification       *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit                *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPriceWithTax    *string `json:"unitPriceWithTax,omitempty" xml:"unitPriceWithTax,omitempty"`
	UnitPriceWithoutTax *string `json:"unitPriceWithoutTax,omitempty" xml:"unitPriceWithoutTax,omitempty"`
	WithTax             *bool   `json:"withTax,omitempty" xml:"withTax,omitempty"`
}

func (QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) GoString

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetAmountWithTax

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetAmountWithoutTax added in v2.0.83

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetDiscountAmount added in v2.0.83

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetName

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetQuantity

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetSpecification

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetTaxRate

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetUnit

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetUnitPriceWithTax

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetUnitPriceWithoutTax added in v2.0.83

func (*QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) SetWithTax added in v2.0.83

func (QueryReceiptDetailForInvoiceResponseBodyResultProductInfoList) String

type QueryReceiptForInvoiceHeaders

type QueryReceiptForInvoiceHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryReceiptForInvoiceHeaders) GoString

func (*QueryReceiptForInvoiceHeaders) SetCommonHeaders

func (*QueryReceiptForInvoiceHeaders) SetXAcsDingtalkAccessToken

func (s *QueryReceiptForInvoiceHeaders) SetXAcsDingtalkAccessToken(v string) *QueryReceiptForInvoiceHeaders

func (QueryReceiptForInvoiceHeaders) String

type QueryReceiptForInvoiceRequest

type QueryReceiptForInvoiceRequest struct {
	AccountantBookId  *string            `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	ApplyStatusList   []*string          `json:"applyStatusList,omitempty" xml:"applyStatusList,omitempty" type:"Repeated"`
	BizStatusList     []*string          `json:"bizStatusList,omitempty" xml:"bizStatusList,omitempty" type:"Repeated"`
	CompanyCode       *string            `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	EndTime           *int64             `json:"endTime,omitempty" xml:"endTime,omitempty"`
	PageNumber        *int64             `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize          *int64             `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	ReceiptStatusList []*string          `json:"receiptStatusList,omitempty" xml:"receiptStatusList,omitempty" type:"Repeated"`
	SearchParams      map[string]*string `json:"searchParams,omitempty" xml:"searchParams,omitempty"`
	StartTime         *int64             `json:"startTime,omitempty" xml:"startTime,omitempty"`
	Title             *string            `json:"title,omitempty" xml:"title,omitempty"`
}

func (QueryReceiptForInvoiceRequest) GoString

func (*QueryReceiptForInvoiceRequest) SetAccountantBookId added in v2.0.83

func (*QueryReceiptForInvoiceRequest) SetApplyStatusList

func (*QueryReceiptForInvoiceRequest) SetBizStatusList added in v2.0.83

func (*QueryReceiptForInvoiceRequest) SetCompanyCode added in v2.0.83

func (*QueryReceiptForInvoiceRequest) SetEndTime

func (*QueryReceiptForInvoiceRequest) SetPageNumber

func (*QueryReceiptForInvoiceRequest) SetPageSize

func (*QueryReceiptForInvoiceRequest) SetReceiptStatusList

func (*QueryReceiptForInvoiceRequest) SetSearchParams added in v2.0.83

func (*QueryReceiptForInvoiceRequest) SetStartTime

func (*QueryReceiptForInvoiceRequest) SetTitle

func (QueryReceiptForInvoiceRequest) String

type QueryReceiptForInvoiceResponse

type QueryReceiptForInvoiceResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryReceiptForInvoiceResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryReceiptForInvoiceResponse) GoString

func (*QueryReceiptForInvoiceResponse) SetHeaders

func (*QueryReceiptForInvoiceResponse) SetStatusCode

func (QueryReceiptForInvoiceResponse) String

type QueryReceiptForInvoiceResponseBody

type QueryReceiptForInvoiceResponseBody struct {
	HasMore    *string                                   `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List       []*QueryReceiptForInvoiceResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
	TotalCount *int64                                    `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (QueryReceiptForInvoiceResponseBody) GoString

func (*QueryReceiptForInvoiceResponseBody) SetHasMore

func (*QueryReceiptForInvoiceResponseBody) SetTotalCount

func (QueryReceiptForInvoiceResponseBody) String

type QueryReceiptForInvoiceResponseBodyList

type QueryReceiptForInvoiceResponseBodyList struct {
	AccountantBookId  *string                                                  `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	Amount            *string                                                  `json:"amount,omitempty" xml:"amount,omitempty"`
	ApplyStatus       *string                                                  `json:"applyStatus,omitempty" xml:"applyStatus,omitempty"`
	BizStatus         *string                                                  `json:"bizStatus,omitempty" xml:"bizStatus,omitempty"`
	BusinessId        *string                                                  `json:"businessId,omitempty" xml:"businessId,omitempty"`
	CompanyCode       *string                                                  `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	CreateTime        *string                                                  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator           *QueryReceiptForInvoiceResponseBodyListCreator           `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Customer          *QueryReceiptForInvoiceResponseBodyListCustomer          `json:"customer,omitempty" xml:"customer,omitempty" type:"Struct"`
	DrawerEmail       *string                                                  `json:"drawerEmail,omitempty" xml:"drawerEmail,omitempty"`
	DrawerTelephone   *string                                                  `json:"drawerTelephone,omitempty" xml:"drawerTelephone,omitempty"`
	InvoiceType       *string                                                  `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	ModelId           *string                                                  `json:"modelId,omitempty" xml:"modelId,omitempty"`
	ProductInfoList   []*QueryReceiptForInvoiceResponseBodyListProductInfoList `json:"productInfoList,omitempty" xml:"productInfoList,omitempty" type:"Repeated"`
	PurchaserAccount  *string                                                  `json:"purchaserAccount,omitempty" xml:"purchaserAccount,omitempty"`
	PurchaserAddress  *string                                                  `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankName *string                                                  `json:"purchaserBankName,omitempty" xml:"purchaserBankName,omitempty"`
	PurchaserName     *string                                                  `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo    *string                                                  `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel      *string                                                  `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	ReceiptId         *string                                                  `json:"receiptId,omitempty" xml:"receiptId,omitempty"`
	RecordTime        *string                                                  `json:"recordTime,omitempty" xml:"recordTime,omitempty"`
	Remark            *string                                                  `json:"remark,omitempty" xml:"remark,omitempty"`
	Source            *string                                                  `json:"source,omitempty" xml:"source,omitempty"`
	Status            *string                                                  `json:"status,omitempty" xml:"status,omitempty"`
	Title             *string                                                  `json:"title,omitempty" xml:"title,omitempty"`
}

func (QueryReceiptForInvoiceResponseBodyList) GoString

func (*QueryReceiptForInvoiceResponseBodyList) SetAccountantBookId added in v2.0.83

func (*QueryReceiptForInvoiceResponseBodyList) SetAmount

func (*QueryReceiptForInvoiceResponseBodyList) SetApplyStatus

func (*QueryReceiptForInvoiceResponseBodyList) SetBizStatus added in v2.0.83

func (*QueryReceiptForInvoiceResponseBodyList) SetBusinessId added in v2.0.83

func (*QueryReceiptForInvoiceResponseBodyList) SetCompanyCode added in v2.0.83

func (*QueryReceiptForInvoiceResponseBodyList) SetCreateTime

func (*QueryReceiptForInvoiceResponseBodyList) SetDrawerEmail

func (*QueryReceiptForInvoiceResponseBodyList) SetDrawerTelephone

func (*QueryReceiptForInvoiceResponseBodyList) SetInvoiceType

func (*QueryReceiptForInvoiceResponseBodyList) SetModelId

func (*QueryReceiptForInvoiceResponseBodyList) SetPurchaserAccount

func (*QueryReceiptForInvoiceResponseBodyList) SetPurchaserAddress

func (*QueryReceiptForInvoiceResponseBodyList) SetPurchaserBankName

func (*QueryReceiptForInvoiceResponseBodyList) SetPurchaserName

func (*QueryReceiptForInvoiceResponseBodyList) SetPurchaserTaxNo

func (*QueryReceiptForInvoiceResponseBodyList) SetPurchaserTel

func (*QueryReceiptForInvoiceResponseBodyList) SetReceiptId

func (*QueryReceiptForInvoiceResponseBodyList) SetRecordTime

func (*QueryReceiptForInvoiceResponseBodyList) SetRemark

func (*QueryReceiptForInvoiceResponseBodyList) SetSource

func (*QueryReceiptForInvoiceResponseBodyList) SetStatus

func (*QueryReceiptForInvoiceResponseBodyList) SetTitle

func (QueryReceiptForInvoiceResponseBodyList) String

type QueryReceiptForInvoiceResponseBodyListCreator

type QueryReceiptForInvoiceResponseBodyListCreator struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Nick      *string `json:"nick,omitempty" xml:"nick,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryReceiptForInvoiceResponseBodyListCreator) GoString

func (*QueryReceiptForInvoiceResponseBodyListCreator) SetAvatarUrl

func (*QueryReceiptForInvoiceResponseBodyListCreator) SetNick

func (*QueryReceiptForInvoiceResponseBodyListCreator) SetUserId

func (QueryReceiptForInvoiceResponseBodyListCreator) String

type QueryReceiptForInvoiceResponseBodyListCustomer

type QueryReceiptForInvoiceResponseBodyListCustomer struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (QueryReceiptForInvoiceResponseBodyListCustomer) GoString

func (*QueryReceiptForInvoiceResponseBodyListCustomer) SetCode

func (*QueryReceiptForInvoiceResponseBodyListCustomer) SetName

func (QueryReceiptForInvoiceResponseBodyListCustomer) String

type QueryReceiptForInvoiceResponseBodyListProductInfoList

type QueryReceiptForInvoiceResponseBodyListProductInfoList struct {
	AmountWithTax       *string `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	AmountWithoutTax    *string `json:"amountWithoutTax,omitempty" xml:"amountWithoutTax,omitempty"`
	DiscountAmount      *string `json:"discountAmount,omitempty" xml:"discountAmount,omitempty"`
	Name                *string `json:"name,omitempty" xml:"name,omitempty"`
	Quantity            *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	Specification       *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit                *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPriceWithTax    *string `json:"unitPriceWithTax,omitempty" xml:"unitPriceWithTax,omitempty"`
	UnitPriceWithoutTax *string `json:"unitPriceWithoutTax,omitempty" xml:"unitPriceWithoutTax,omitempty"`
	WithTax             *bool   `json:"withTax,omitempty" xml:"withTax,omitempty"`
}

func (QueryReceiptForInvoiceResponseBodyListProductInfoList) GoString

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetAmountWithTax

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetAmountWithoutTax added in v2.0.83

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetDiscountAmount added in v2.0.83

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetName

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetQuantity

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetSpecification

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetTaxRate

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetUnit

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetUnitPriceWithTax

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetUnitPriceWithoutTax added in v2.0.83

func (*QueryReceiptForInvoiceResponseBodyListProductInfoList) SetWithTax added in v2.0.83

func (QueryReceiptForInvoiceResponseBodyListProductInfoList) String

type QueryReceiptsBaseInfoHeaders

type QueryReceiptsBaseInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryReceiptsBaseInfoHeaders) GoString

func (s QueryReceiptsBaseInfoHeaders) GoString() string

func (*QueryReceiptsBaseInfoHeaders) SetCommonHeaders

func (*QueryReceiptsBaseInfoHeaders) SetXAcsDingtalkAccessToken

func (s *QueryReceiptsBaseInfoHeaders) SetXAcsDingtalkAccessToken(v string) *QueryReceiptsBaseInfoHeaders

func (QueryReceiptsBaseInfoHeaders) String

type QueryReceiptsBaseInfoRequest

type QueryReceiptsBaseInfoRequest struct {
	AccountantBookId *string `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	CompanyCode      *string `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	EndTime          *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	PageNumber       *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize         *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartTime        *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	TimeFilterField  *string `json:"timeFilterField,omitempty" xml:"timeFilterField,omitempty"`
	Title            *string `json:"title,omitempty" xml:"title,omitempty"`
	VoucherStatus    *string `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (QueryReceiptsBaseInfoRequest) GoString

func (s QueryReceiptsBaseInfoRequest) GoString() string

func (*QueryReceiptsBaseInfoRequest) SetAccountantBookId added in v2.0.83

func (*QueryReceiptsBaseInfoRequest) SetCompanyCode added in v2.0.83

func (*QueryReceiptsBaseInfoRequest) SetEndTime

func (*QueryReceiptsBaseInfoRequest) SetPageNumber

func (*QueryReceiptsBaseInfoRequest) SetPageSize

func (*QueryReceiptsBaseInfoRequest) SetStartTime

func (*QueryReceiptsBaseInfoRequest) SetTimeFilterField

func (*QueryReceiptsBaseInfoRequest) SetTitle

func (*QueryReceiptsBaseInfoRequest) SetVoucherStatus

func (QueryReceiptsBaseInfoRequest) String

type QueryReceiptsBaseInfoResponse

type QueryReceiptsBaseInfoResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryReceiptsBaseInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryReceiptsBaseInfoResponse) GoString

func (*QueryReceiptsBaseInfoResponse) SetBody

func (*QueryReceiptsBaseInfoResponse) SetHeaders

func (*QueryReceiptsBaseInfoResponse) SetStatusCode

func (QueryReceiptsBaseInfoResponse) String

type QueryReceiptsBaseInfoResponseBody

type QueryReceiptsBaseInfoResponseBody struct {
	HasMore    *string                                  `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List       []*QueryReceiptsBaseInfoResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
	TotalCount *int64                                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (QueryReceiptsBaseInfoResponseBody) GoString

func (*QueryReceiptsBaseInfoResponseBody) SetHasMore

func (*QueryReceiptsBaseInfoResponseBody) SetTotalCount

func (QueryReceiptsBaseInfoResponseBody) String

type QueryReceiptsBaseInfoResponseBodyList

type QueryReceiptsBaseInfoResponseBodyList struct {
	AccountantBookId *string                                         `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	Amount           *string                                         `json:"amount,omitempty" xml:"amount,omitempty"`
	BusinessId       *string                                         `json:"businessId,omitempty" xml:"businessId,omitempty"`
	CompanyCode      *string                                         `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	CreateTime       *string                                         `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Creator          *QueryReceiptsBaseInfoResponseBodyListCreator   `json:"creator,omitempty" xml:"creator,omitempty" type:"Struct"`
	Customer         *QueryReceiptsBaseInfoResponseBodyListCustomer  `json:"customer,omitempty" xml:"customer,omitempty" type:"Struct"`
	ModelId          *string                                         `json:"modelId,omitempty" xml:"modelId,omitempty"`
	Principal        *QueryReceiptsBaseInfoResponseBodyListPrincipal `json:"principal,omitempty" xml:"principal,omitempty" type:"Struct"`
	Project          *QueryReceiptsBaseInfoResponseBodyListProject   `json:"project,omitempty" xml:"project,omitempty" type:"Struct"`
	ReceiptId        *string                                         `json:"receiptId,omitempty" xml:"receiptId,omitempty"`
	RecordTime       *string                                         `json:"recordTime,omitempty" xml:"recordTime,omitempty"`
	Remark           *string                                         `json:"remark,omitempty" xml:"remark,omitempty"`
	Source           *string                                         `json:"source,omitempty" xml:"source,omitempty"`
	Status           *string                                         `json:"status,omitempty" xml:"status,omitempty"`
	Supplier         *QueryReceiptsBaseInfoResponseBodyListSupplier  `json:"supplier,omitempty" xml:"supplier,omitempty" type:"Struct"`
	Title            *string                                         `json:"title,omitempty" xml:"title,omitempty"`
	VoucherStatus    *string                                         `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (QueryReceiptsBaseInfoResponseBodyList) GoString

func (*QueryReceiptsBaseInfoResponseBodyList) SetAccountantBookId added in v2.0.83

func (*QueryReceiptsBaseInfoResponseBodyList) SetAmount

func (*QueryReceiptsBaseInfoResponseBodyList) SetBusinessId added in v2.0.83

func (*QueryReceiptsBaseInfoResponseBodyList) SetCompanyCode added in v2.0.83

func (*QueryReceiptsBaseInfoResponseBodyList) SetCreateTime

func (*QueryReceiptsBaseInfoResponseBodyList) SetModelId

func (*QueryReceiptsBaseInfoResponseBodyList) SetReceiptId

func (*QueryReceiptsBaseInfoResponseBodyList) SetRecordTime

func (*QueryReceiptsBaseInfoResponseBodyList) SetRemark

func (*QueryReceiptsBaseInfoResponseBodyList) SetSource

func (*QueryReceiptsBaseInfoResponseBodyList) SetStatus

func (*QueryReceiptsBaseInfoResponseBodyList) SetTitle

func (*QueryReceiptsBaseInfoResponseBodyList) SetVoucherStatus

func (QueryReceiptsBaseInfoResponseBodyList) String

type QueryReceiptsBaseInfoResponseBodyListCreator

type QueryReceiptsBaseInfoResponseBodyListCreator struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Nick      *string `json:"nick,omitempty" xml:"nick,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryReceiptsBaseInfoResponseBodyListCreator) GoString

func (*QueryReceiptsBaseInfoResponseBodyListCreator) SetAvatarUrl

func (*QueryReceiptsBaseInfoResponseBodyListCreator) SetNick

func (*QueryReceiptsBaseInfoResponseBodyListCreator) SetUserId

func (QueryReceiptsBaseInfoResponseBodyListCreator) String

type QueryReceiptsBaseInfoResponseBodyListCustomer

type QueryReceiptsBaseInfoResponseBodyListCustomer struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (QueryReceiptsBaseInfoResponseBodyListCustomer) GoString

func (*QueryReceiptsBaseInfoResponseBodyListCustomer) SetCode

func (*QueryReceiptsBaseInfoResponseBodyListCustomer) SetName

func (QueryReceiptsBaseInfoResponseBodyListCustomer) String

type QueryReceiptsBaseInfoResponseBodyListPrincipal

type QueryReceiptsBaseInfoResponseBodyListPrincipal struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Nick      *string `json:"nick,omitempty" xml:"nick,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryReceiptsBaseInfoResponseBodyListPrincipal) GoString

func (*QueryReceiptsBaseInfoResponseBodyListPrincipal) SetAvatarUrl

func (*QueryReceiptsBaseInfoResponseBodyListPrincipal) SetNick

func (*QueryReceiptsBaseInfoResponseBodyListPrincipal) SetUserId

func (QueryReceiptsBaseInfoResponseBodyListPrincipal) String

type QueryReceiptsBaseInfoResponseBodyListProject

type QueryReceiptsBaseInfoResponseBodyListProject struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (QueryReceiptsBaseInfoResponseBodyListProject) GoString

func (*QueryReceiptsBaseInfoResponseBodyListProject) SetCode

func (*QueryReceiptsBaseInfoResponseBodyListProject) SetName

func (QueryReceiptsBaseInfoResponseBodyListProject) String

type QueryReceiptsBaseInfoResponseBodyListSupplier

type QueryReceiptsBaseInfoResponseBodyListSupplier struct {
	Code *string `json:"code,omitempty" xml:"code,omitempty"`
	Name *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (QueryReceiptsBaseInfoResponseBodyListSupplier) GoString

func (*QueryReceiptsBaseInfoResponseBodyListSupplier) SetCode

func (*QueryReceiptsBaseInfoResponseBodyListSupplier) SetName

func (QueryReceiptsBaseInfoResponseBodyListSupplier) String

type QueryReceiptsByPageHeaders

type QueryReceiptsByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryReceiptsByPageHeaders) GoString

func (s QueryReceiptsByPageHeaders) GoString() string

func (*QueryReceiptsByPageHeaders) SetCommonHeaders

func (*QueryReceiptsByPageHeaders) SetXAcsDingtalkAccessToken

func (s *QueryReceiptsByPageHeaders) SetXAcsDingtalkAccessToken(v string) *QueryReceiptsByPageHeaders

func (QueryReceiptsByPageHeaders) String

type QueryReceiptsByPageRequest

type QueryReceiptsByPageRequest struct {
	EndTime         *int64  `json:"endTime,omitempty" xml:"endTime,omitempty"`
	ModelId         *string `json:"modelId,omitempty" xml:"modelId,omitempty"`
	PageNumber      *int64  `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize        *int64  `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
	StartTime       *int64  `json:"startTime,omitempty" xml:"startTime,omitempty"`
	TimeFilterField *string `json:"timeFilterField,omitempty" xml:"timeFilterField,omitempty"`
}

func (QueryReceiptsByPageRequest) GoString

func (s QueryReceiptsByPageRequest) GoString() string

func (*QueryReceiptsByPageRequest) SetEndTime

func (*QueryReceiptsByPageRequest) SetModelId

func (*QueryReceiptsByPageRequest) SetPageNumber

func (*QueryReceiptsByPageRequest) SetPageSize

func (*QueryReceiptsByPageRequest) SetStartTime

func (*QueryReceiptsByPageRequest) SetTimeFilterField

func (QueryReceiptsByPageRequest) String

type QueryReceiptsByPageResponse

type QueryReceiptsByPageResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryReceiptsByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryReceiptsByPageResponse) GoString

func (s QueryReceiptsByPageResponse) GoString() string

func (*QueryReceiptsByPageResponse) SetBody

func (*QueryReceiptsByPageResponse) SetHeaders

func (*QueryReceiptsByPageResponse) SetStatusCode

func (QueryReceiptsByPageResponse) String

type QueryReceiptsByPageResponseBody

type QueryReceiptsByPageResponseBody struct {
	HasMore *string                                `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List    []*QueryReceiptsByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QueryReceiptsByPageResponseBody) GoString

func (*QueryReceiptsByPageResponseBody) SetHasMore

func (*QueryReceiptsByPageResponseBody) SetList

func (QueryReceiptsByPageResponseBody) String

type QueryReceiptsByPageResponseBodyList

type QueryReceiptsByPageResponseBodyList struct {
	AppId   *string `json:"appId,omitempty" xml:"appId,omitempty"`
	Data    *string `json:"data,omitempty" xml:"data,omitempty"`
	ModelId *string `json:"modelId,omitempty" xml:"modelId,omitempty"`
	Source  *string `json:"source,omitempty" xml:"source,omitempty"`
}

func (QueryReceiptsByPageResponseBodyList) GoString

func (*QueryReceiptsByPageResponseBodyList) SetAppId

func (*QueryReceiptsByPageResponseBodyList) SetData

func (*QueryReceiptsByPageResponseBodyList) SetModelId

func (*QueryReceiptsByPageResponseBodyList) SetSource

func (QueryReceiptsByPageResponseBodyList) String

type QueryRoleMemberByPageHeaders added in v2.0.83

type QueryRoleMemberByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryRoleMemberByPageHeaders) GoString added in v2.0.83

func (s QueryRoleMemberByPageHeaders) GoString() string

func (*QueryRoleMemberByPageHeaders) SetCommonHeaders added in v2.0.83

func (*QueryRoleMemberByPageHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (s *QueryRoleMemberByPageHeaders) SetXAcsDingtalkAccessToken(v string) *QueryRoleMemberByPageHeaders

func (QueryRoleMemberByPageHeaders) String added in v2.0.83

type QueryRoleMemberByPageRequest added in v2.0.83

type QueryRoleMemberByPageRequest struct {
	MaxResults *string `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	RoleCode   *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
}

func (QueryRoleMemberByPageRequest) GoString added in v2.0.83

func (s QueryRoleMemberByPageRequest) GoString() string

func (*QueryRoleMemberByPageRequest) SetMaxResults added in v2.0.83

func (*QueryRoleMemberByPageRequest) SetNextToken added in v2.0.83

func (*QueryRoleMemberByPageRequest) SetRoleCode added in v2.0.83

func (QueryRoleMemberByPageRequest) String added in v2.0.83

type QueryRoleMemberByPageResponse added in v2.0.83

type QueryRoleMemberByPageResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryRoleMemberByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryRoleMemberByPageResponse) GoString added in v2.0.83

func (*QueryRoleMemberByPageResponse) SetBody added in v2.0.83

func (*QueryRoleMemberByPageResponse) SetHeaders added in v2.0.83

func (*QueryRoleMemberByPageResponse) SetStatusCode added in v2.0.83

func (QueryRoleMemberByPageResponse) String added in v2.0.83

type QueryRoleMemberByPageResponseBody added in v2.0.83

type QueryRoleMemberByPageResponseBody struct {
	HasMore    *bool                                    `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List       []*QueryRoleMemberByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
	NextToken  *int64                                   `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	TotalCount *int64                                   `json:"totalCount,omitempty" xml:"totalCount,omitempty"`
}

func (QueryRoleMemberByPageResponseBody) GoString added in v2.0.83

func (*QueryRoleMemberByPageResponseBody) SetHasMore added in v2.0.83

func (*QueryRoleMemberByPageResponseBody) SetList added in v2.0.83

func (*QueryRoleMemberByPageResponseBody) SetNextToken added in v2.0.83

func (*QueryRoleMemberByPageResponseBody) SetTotalCount added in v2.0.83

func (QueryRoleMemberByPageResponseBody) String added in v2.0.83

type QueryRoleMemberByPageResponseBodyList added in v2.0.83

type QueryRoleMemberByPageResponseBodyList struct {
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
	Nick      *string `json:"nick,omitempty" xml:"nick,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryRoleMemberByPageResponseBodyList) GoString added in v2.0.83

func (*QueryRoleMemberByPageResponseBodyList) SetAvatarUrl added in v2.0.83

func (*QueryRoleMemberByPageResponseBodyList) SetNick added in v2.0.83

func (*QueryRoleMemberByPageResponseBodyList) SetUserId added in v2.0.83

func (QueryRoleMemberByPageResponseBodyList) String added in v2.0.83

type QuerySupplierByPageHeaders

type QuerySupplierByPageHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QuerySupplierByPageHeaders) GoString

func (s QuerySupplierByPageHeaders) GoString() string

func (*QuerySupplierByPageHeaders) SetCommonHeaders

func (*QuerySupplierByPageHeaders) SetXAcsDingtalkAccessToken

func (s *QuerySupplierByPageHeaders) SetXAcsDingtalkAccessToken(v string) *QuerySupplierByPageHeaders

func (QuerySupplierByPageHeaders) String

type QuerySupplierByPageRequest

type QuerySupplierByPageRequest struct {
	PageNumber *int64 `json:"pageNumber,omitempty" xml:"pageNumber,omitempty"`
	PageSize   *int64 `json:"pageSize,omitempty" xml:"pageSize,omitempty"`
}

func (QuerySupplierByPageRequest) GoString

func (s QuerySupplierByPageRequest) GoString() string

func (*QuerySupplierByPageRequest) SetPageNumber

func (*QuerySupplierByPageRequest) SetPageSize

func (QuerySupplierByPageRequest) String

type QuerySupplierByPageResponse

type QuerySupplierByPageResponse struct {
	Headers    map[string]*string               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QuerySupplierByPageResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QuerySupplierByPageResponse) GoString

func (s QuerySupplierByPageResponse) GoString() string

func (*QuerySupplierByPageResponse) SetBody

func (*QuerySupplierByPageResponse) SetHeaders

func (*QuerySupplierByPageResponse) SetStatusCode

func (QuerySupplierByPageResponse) String

type QuerySupplierByPageResponseBody

type QuerySupplierByPageResponseBody struct {
	HasMore *bool                                  `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
	List    []*QuerySupplierByPageResponseBodyList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"`
}

func (QuerySupplierByPageResponseBody) GoString

func (*QuerySupplierByPageResponseBody) SetHasMore

func (*QuerySupplierByPageResponseBody) SetList

func (QuerySupplierByPageResponseBody) String

type QuerySupplierByPageResponseBodyList

type QuerySupplierByPageResponseBodyList struct {
	Code           *string `json:"code,omitempty" xml:"code,omitempty"`
	CreateTime     *int64  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description    *string `json:"description,omitempty" xml:"description,omitempty"`
	Name           *string `json:"name,omitempty" xml:"name,omitempty"`
	Status         *string `json:"status,omitempty" xml:"status,omitempty"`
	UserDefineCode *string `json:"userDefineCode,omitempty" xml:"userDefineCode,omitempty"`
}

func (QuerySupplierByPageResponseBodyList) GoString

func (*QuerySupplierByPageResponseBodyList) SetCode

func (*QuerySupplierByPageResponseBodyList) SetCreateTime

func (*QuerySupplierByPageResponseBodyList) SetDescription

func (*QuerySupplierByPageResponseBodyList) SetName

func (*QuerySupplierByPageResponseBodyList) SetStatus

func (*QuerySupplierByPageResponseBodyList) SetUserDefineCode

func (QuerySupplierByPageResponseBodyList) String

type QueryUserRoleListHeaders

type QueryUserRoleListHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryUserRoleListHeaders) GoString

func (s QueryUserRoleListHeaders) GoString() string

func (*QueryUserRoleListHeaders) SetCommonHeaders

func (s *QueryUserRoleListHeaders) SetCommonHeaders(v map[string]*string) *QueryUserRoleListHeaders

func (*QueryUserRoleListHeaders) SetXAcsDingtalkAccessToken

func (s *QueryUserRoleListHeaders) SetXAcsDingtalkAccessToken(v string) *QueryUserRoleListHeaders

func (QueryUserRoleListHeaders) String

func (s QueryUserRoleListHeaders) String() string

type QueryUserRoleListRequest

type QueryUserRoleListRequest struct {
	UserId *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryUserRoleListRequest) GoString

func (s QueryUserRoleListRequest) GoString() string

func (*QueryUserRoleListRequest) SetUserId

func (QueryUserRoleListRequest) String

func (s QueryUserRoleListRequest) String() string

type QueryUserRoleListResponse

type QueryUserRoleListResponse struct {
	Headers    map[string]*string             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryUserRoleListResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryUserRoleListResponse) GoString

func (s QueryUserRoleListResponse) GoString() string

func (*QueryUserRoleListResponse) SetBody

func (*QueryUserRoleListResponse) SetHeaders

func (*QueryUserRoleListResponse) SetStatusCode

func (QueryUserRoleListResponse) String

func (s QueryUserRoleListResponse) String() string

type QueryUserRoleListResponseBody

type QueryUserRoleListResponseBody struct {
	FinanceEmpDeptOpenList []*QueryUserRoleListResponseBodyFinanceEmpDeptOpenList `json:"financeEmpDeptOpenList,omitempty" xml:"financeEmpDeptOpenList,omitempty" type:"Repeated"`
	RoleVOList             []*QueryUserRoleListResponseBodyRoleVOList             `json:"roleVOList,omitempty" xml:"roleVOList,omitempty" type:"Repeated"`
}

func (QueryUserRoleListResponseBody) GoString

func (*QueryUserRoleListResponseBody) SetFinanceEmpDeptOpenList added in v2.0.83

func (*QueryUserRoleListResponseBody) SetRoleVOList

func (QueryUserRoleListResponseBody) String

type QueryUserRoleListResponseBodyFinanceEmpDeptOpenList added in v2.0.83

type QueryUserRoleListResponseBodyFinanceEmpDeptOpenList struct {
	CascadeDeptId *string `json:"cascadeDeptId,omitempty" xml:"cascadeDeptId,omitempty"`
	DeptId        *int64  `json:"deptId,omitempty" xml:"deptId,omitempty"`
	Name          *string `json:"name,omitempty" xml:"name,omitempty"`
	SuperDeptId   *int64  `json:"superDeptId,omitempty" xml:"superDeptId,omitempty"`
}

func (QueryUserRoleListResponseBodyFinanceEmpDeptOpenList) GoString added in v2.0.83

func (*QueryUserRoleListResponseBodyFinanceEmpDeptOpenList) SetCascadeDeptId added in v2.0.83

func (*QueryUserRoleListResponseBodyFinanceEmpDeptOpenList) SetDeptId added in v2.0.83

func (*QueryUserRoleListResponseBodyFinanceEmpDeptOpenList) SetName added in v2.0.83

func (*QueryUserRoleListResponseBodyFinanceEmpDeptOpenList) SetSuperDeptId added in v2.0.83

func (QueryUserRoleListResponseBodyFinanceEmpDeptOpenList) String added in v2.0.83

type QueryUserRoleListResponseBodyRoleVOList

type QueryUserRoleListResponseBodyRoleVOList struct {
	RoleCode *string `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
	RoleName *string `json:"roleName,omitempty" xml:"roleName,omitempty"`
}

func (QueryUserRoleListResponseBodyRoleVOList) GoString

func (*QueryUserRoleListResponseBodyRoleVOList) SetRoleCode

func (*QueryUserRoleListResponseBodyRoleVOList) SetRoleName

func (QueryUserRoleListResponseBodyRoleVOList) String

type RoleMemberMapValue

type RoleMemberMapValue struct {
	RoleCode   *string                         `json:"roleCode,omitempty" xml:"roleCode,omitempty"`
	MemberList []*RoleMemberMapValueMemberList `json:"memberList,omitempty" xml:"memberList,omitempty" type:"Repeated"`
}

func (RoleMemberMapValue) GoString

func (s RoleMemberMapValue) GoString() string

func (*RoleMemberMapValue) SetMemberList

func (*RoleMemberMapValue) SetRoleCode

func (s *RoleMemberMapValue) SetRoleCode(v string) *RoleMemberMapValue

func (RoleMemberMapValue) String

func (s RoleMemberMapValue) String() string

type RoleMemberMapValueMemberList

type RoleMemberMapValueMemberList struct {
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
	Nick      *string `json:"nick,omitempty" xml:"nick,omitempty"`
	AvatarUrl *string `json:"avatarUrl,omitempty" xml:"avatarUrl,omitempty"`
}

func (RoleMemberMapValueMemberList) GoString

func (s RoleMemberMapValueMemberList) GoString() string

func (*RoleMemberMapValueMemberList) SetAvatarUrl

func (*RoleMemberMapValueMemberList) SetNick

func (*RoleMemberMapValueMemberList) SetUserId

func (RoleMemberMapValueMemberList) String

type UnbindApplyReceiptAndInvoiceRelatedHeaders

type UnbindApplyReceiptAndInvoiceRelatedHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UnbindApplyReceiptAndInvoiceRelatedHeaders) GoString

func (*UnbindApplyReceiptAndInvoiceRelatedHeaders) SetCommonHeaders

func (*UnbindApplyReceiptAndInvoiceRelatedHeaders) SetXAcsDingtalkAccessToken

func (UnbindApplyReceiptAndInvoiceRelatedHeaders) String

type UnbindApplyReceiptAndInvoiceRelatedRequest

type UnbindApplyReceiptAndInvoiceRelatedRequest struct {
	InstanceId       *string                                                       `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	InvoiceKeyVOList []*UnbindApplyReceiptAndInvoiceRelatedRequestInvoiceKeyVOList `json:"invoiceKeyVOList,omitempty" xml:"invoiceKeyVOList,omitempty" type:"Repeated"`
	Operator         *string                                                       `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (UnbindApplyReceiptAndInvoiceRelatedRequest) GoString

func (*UnbindApplyReceiptAndInvoiceRelatedRequest) SetInstanceId

func (*UnbindApplyReceiptAndInvoiceRelatedRequest) SetOperator

func (UnbindApplyReceiptAndInvoiceRelatedRequest) String

type UnbindApplyReceiptAndInvoiceRelatedRequestInvoiceKeyVOList

type UnbindApplyReceiptAndInvoiceRelatedRequestInvoiceKeyVOList struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UnbindApplyReceiptAndInvoiceRelatedRequestInvoiceKeyVOList) GoString

func (*UnbindApplyReceiptAndInvoiceRelatedRequestInvoiceKeyVOList) SetInvoiceCode

func (*UnbindApplyReceiptAndInvoiceRelatedRequestInvoiceKeyVOList) SetInvoiceNo

func (UnbindApplyReceiptAndInvoiceRelatedRequestInvoiceKeyVOList) String

type UnbindApplyReceiptAndInvoiceRelatedResponse

type UnbindApplyReceiptAndInvoiceRelatedResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UnbindApplyReceiptAndInvoiceRelatedResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UnbindApplyReceiptAndInvoiceRelatedResponse) GoString

func (*UnbindApplyReceiptAndInvoiceRelatedResponse) SetHeaders

func (*UnbindApplyReceiptAndInvoiceRelatedResponse) SetStatusCode

func (UnbindApplyReceiptAndInvoiceRelatedResponse) String

type UnbindApplyReceiptAndInvoiceRelatedResponseBody

type UnbindApplyReceiptAndInvoiceRelatedResponseBody struct {
	BatchUpdateInvoiceResponse *UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse `json:"batchUpdateInvoiceResponse,omitempty" xml:"batchUpdateInvoiceResponse,omitempty" type:"Struct"`
	ErrorInvoiceKeyVOList      []*UnbindApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList    `json:"errorInvoiceKeyVOList,omitempty" xml:"errorInvoiceKeyVOList,omitempty" type:"Repeated"`
	Success                    *bool                                                                      `json:"success,omitempty" xml:"success,omitempty"`
}

func (UnbindApplyReceiptAndInvoiceRelatedResponseBody) GoString

func (*UnbindApplyReceiptAndInvoiceRelatedResponseBody) SetSuccess

func (UnbindApplyReceiptAndInvoiceRelatedResponseBody) String

type UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse

type UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse struct {
	InvoiceKeyVOList []*UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList `json:"invoiceKeyVOList,omitempty" xml:"invoiceKeyVOList,omitempty" type:"Repeated"`
}

func (UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse) GoString

func (UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse) String

type UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList

type UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList) GoString

func (UnbindApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList) String

type UnbindApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList added in v2.0.83

type UnbindApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UnbindApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) GoString added in v2.0.83

func (*UnbindApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) SetInvoiceCode added in v2.0.83

func (*UnbindApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) SetInvoiceNo added in v2.0.83

func (UnbindApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) String added in v2.0.83

type UpdateApplyReceiptAndInvoiceRelatedHeaders

type UpdateApplyReceiptAndInvoiceRelatedHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedHeaders) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedHeaders) SetCommonHeaders

func (*UpdateApplyReceiptAndInvoiceRelatedHeaders) SetXAcsDingtalkAccessToken

func (UpdateApplyReceiptAndInvoiceRelatedHeaders) String

type UpdateApplyReceiptAndInvoiceRelatedRequest

type UpdateApplyReceiptAndInvoiceRelatedRequest struct {
	GeneralInvoiceVOList []*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList `json:"generalInvoiceVOList,omitempty" xml:"generalInvoiceVOList,omitempty" type:"Repeated"`
	InstanceId           *string                                                           `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	Operator             *string                                                           `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedRequest) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedRequest) SetInstanceId

func (*UpdateApplyReceiptAndInvoiceRelatedRequest) SetOperator

func (UpdateApplyReceiptAndInvoiceRelatedRequest) String

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList struct {
	AccountPeriod                  *string                                                                                         `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	Amount                         *string                                                                                         `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax                  *string                                                                                         `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CheckCode                      *string                                                                                         `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                      *string                                                                                         `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	DrawerName                     *string                                                                                         `json:"drawerName,omitempty" xml:"drawerName,omitempty"`
	DrewDate                       *string                                                                                         `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl                  *string                                                                                         `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	FinanceType                    *string                                                                                         `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FundType                       *string                                                                                         `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList     []*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList     `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	ImageUrl                       *string                                                                                         `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                    *string                                                                                         `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                      *string                                                                                         `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus                  *string                                                                                         `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                    *string                                                                                         `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	MachineCode                    *string                                                                                         `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                        *string                                                                                         `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Payee                          *string                                                                                         `json:"payee,omitempty" xml:"payee,omitempty"`
	ProcessInstCode                *string                                                                                         `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType                *string                                                                                         `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress               *string                                                                                         `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankAccount           *string                                                                                         `json:"purchaserBankAccount,omitempty" xml:"purchaserBankAccount,omitempty"`
	PurchaserBankNameAccount       *string                                                                                         `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName                  *string                                                                                         `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo                 *string                                                                                         `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                   *string                                                                                         `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                         *string                                                                                         `json:"remark,omitempty" xml:"remark,omitempty"`
	SecondHandCarInvoiceDetailList []*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList `json:"secondHandCarInvoiceDetailList,omitempty" xml:"secondHandCarInvoiceDetailList,omitempty" type:"Repeated"`
	SellerAddress                  *string                                                                                         `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankAccount              *string                                                                                         `json:"sellerBankAccount,omitempty" xml:"sellerBankAccount,omitempty"`
	SellerBankNameAccount          *string                                                                                         `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                     *string                                                                                         `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                    *string                                                                                         `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                      *string                                                                                         `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	SupplySign                     *string                                                                                         `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	TaxAmount                      *string                                                                                         `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	UsedVehicleSaleDetailVOList    []*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList    `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList        []*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList        `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                   *string                                                                                         `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                    *string                                                                                         `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus                  *string                                                                                         `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetAccountPeriod

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetAmount

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetAmountWithTax

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetCheckCode

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetCheckTime

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetDrawerName added in v2.0.83

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetDrewDate

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetElectronicUrl

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetFinanceType

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetFundType

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetImageUrl added in v2.0.83

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetInvoiceCode

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetInvoiceNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetInvoiceStatus

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetInvoiceType

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetMachineCode

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetOilFlag

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetPayee

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetProcessInstCode

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetProcessInstType

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetPurchaserAddress

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetPurchaserBankAccount

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetPurchaserBankNameAccount

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetPurchaserName

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetPurchaserTaxNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetPurchaserTel

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetRemark

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetSellerAddress

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetSellerBankAccount

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetSellerBankNameAccount

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetSellerName

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetSellerTaxNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetSellerTel

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetSupplySign

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetTaxAmount

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetVerifyStatus

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetVoucherCode

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) SetVoucherStatus

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOList) String

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxPreType    *string `json:"taxPreType,omitempty" xml:"taxPreType,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetRevenueCode

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetSpecification

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) String

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) GoString

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) String

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetRegistration

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) String

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList

type UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	InspectionListNo    *string `json:"inspectionListNo,omitempty" xml:"inspectionListNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetCertificateNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetEngineNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetIdCardNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetImportCertificateNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetInspectionListNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetMaxPassengers

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetOriginPlace

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityName

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleType

func (UpdateApplyReceiptAndInvoiceRelatedRequestGeneralInvoiceVOListVehicleSaleDetailVOList) String

type UpdateApplyReceiptAndInvoiceRelatedResponse

type UpdateApplyReceiptAndInvoiceRelatedResponse struct {
	Headers    map[string]*string                               `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                           `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateApplyReceiptAndInvoiceRelatedResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedResponse) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedResponse) SetHeaders

func (*UpdateApplyReceiptAndInvoiceRelatedResponse) SetStatusCode

func (UpdateApplyReceiptAndInvoiceRelatedResponse) String

type UpdateApplyReceiptAndInvoiceRelatedResponseBody

type UpdateApplyReceiptAndInvoiceRelatedResponseBody struct {
	BatchUpdateInvoiceResponse *UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse `json:"batchUpdateInvoiceResponse,omitempty" xml:"batchUpdateInvoiceResponse,omitempty" type:"Struct"`
	ErrorInvoiceKeyVOList      []*UpdateApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList    `json:"errorInvoiceKeyVOList,omitempty" xml:"errorInvoiceKeyVOList,omitempty" type:"Repeated"`
	Success                    *bool                                                                      `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedResponseBody) GoString

func (*UpdateApplyReceiptAndInvoiceRelatedResponseBody) SetSuccess

func (UpdateApplyReceiptAndInvoiceRelatedResponseBody) String

type UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse

type UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse struct {
	InvoiceKeyVOList []*UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList `json:"invoiceKeyVOList,omitempty" xml:"invoiceKeyVOList,omitempty" type:"Repeated"`
}

func (UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse) GoString

func (UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponse) String

type UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList

type UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList) GoString

func (UpdateApplyReceiptAndInvoiceRelatedResponseBodyBatchUpdateInvoiceResponseInvoiceKeyVOList) String

type UpdateApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList added in v2.0.83

type UpdateApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UpdateApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) GoString added in v2.0.83

func (*UpdateApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) SetInvoiceCode added in v2.0.83

func (*UpdateApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) SetInvoiceNo added in v2.0.83

func (UpdateApplyReceiptAndInvoiceRelatedResponseBodyErrorInvoiceKeyVOList) String added in v2.0.83

type UpdateDigitalInvoiceOrgInfoHeaders

type UpdateDigitalInvoiceOrgInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateDigitalInvoiceOrgInfoHeaders) GoString

func (*UpdateDigitalInvoiceOrgInfoHeaders) SetCommonHeaders

func (*UpdateDigitalInvoiceOrgInfoHeaders) SetXAcsDingtalkAccessToken

func (UpdateDigitalInvoiceOrgInfoHeaders) String

type UpdateDigitalInvoiceOrgInfoRequest

type UpdateDigitalInvoiceOrgInfoRequest struct {
	DigitalInvoiceType []*string `json:"digitalInvoiceType,omitempty" xml:"digitalInvoiceType,omitempty" type:"Repeated"`
	IsDigitalOrg       *bool     `json:"isDigitalOrg,omitempty" xml:"isDigitalOrg,omitempty"`
	Location           *string   `json:"location,omitempty" xml:"location,omitempty"`
	Operator           *string   `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (UpdateDigitalInvoiceOrgInfoRequest) GoString

func (*UpdateDigitalInvoiceOrgInfoRequest) SetDigitalInvoiceType

func (*UpdateDigitalInvoiceOrgInfoRequest) SetIsDigitalOrg

func (*UpdateDigitalInvoiceOrgInfoRequest) SetLocation

func (*UpdateDigitalInvoiceOrgInfoRequest) SetOperator

func (UpdateDigitalInvoiceOrgInfoRequest) String

type UpdateDigitalInvoiceOrgInfoResponse

type UpdateDigitalInvoiceOrgInfoResponse struct {
	Headers    map[string]*string                       `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                   `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateDigitalInvoiceOrgInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateDigitalInvoiceOrgInfoResponse) GoString

func (*UpdateDigitalInvoiceOrgInfoResponse) SetHeaders

func (*UpdateDigitalInvoiceOrgInfoResponse) SetStatusCode

func (UpdateDigitalInvoiceOrgInfoResponse) String

type UpdateDigitalInvoiceOrgInfoResponseBody

type UpdateDigitalInvoiceOrgInfoResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateDigitalInvoiceOrgInfoResponseBody) GoString

func (*UpdateDigitalInvoiceOrgInfoResponseBody) SetResult

func (UpdateDigitalInvoiceOrgInfoResponseBody) String

type UpdateFinanceCompanyInfoHeaders

type UpdateFinanceCompanyInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateFinanceCompanyInfoHeaders) GoString

func (*UpdateFinanceCompanyInfoHeaders) SetCommonHeaders

func (*UpdateFinanceCompanyInfoHeaders) SetXAcsDingtalkAccessToken

func (UpdateFinanceCompanyInfoHeaders) String

type UpdateFinanceCompanyInfoRequest

type UpdateFinanceCompanyInfoRequest struct {
	CompanyName         *string `json:"companyName,omitempty" xml:"companyName,omitempty"`
	TaxNature           *string `json:"taxNature,omitempty" xml:"taxNature,omitempty"`
	TaxNo               *string `json:"taxNo,omitempty" xml:"taxNo,omitempty"`
	TaxOrInvoiceHasInit *bool   `json:"taxOrInvoiceHasInit,omitempty" xml:"taxOrInvoiceHasInit,omitempty"`
	UserId              *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (UpdateFinanceCompanyInfoRequest) GoString

func (*UpdateFinanceCompanyInfoRequest) SetCompanyName

func (*UpdateFinanceCompanyInfoRequest) SetTaxNature

func (*UpdateFinanceCompanyInfoRequest) SetTaxNo

func (*UpdateFinanceCompanyInfoRequest) SetTaxOrInvoiceHasInit added in v2.0.83

func (*UpdateFinanceCompanyInfoRequest) SetUserId

func (UpdateFinanceCompanyInfoRequest) String

type UpdateFinanceCompanyInfoResponse

type UpdateFinanceCompanyInfoResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateFinanceCompanyInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateFinanceCompanyInfoResponse) GoString

func (*UpdateFinanceCompanyInfoResponse) SetHeaders

func (*UpdateFinanceCompanyInfoResponse) SetStatusCode

func (UpdateFinanceCompanyInfoResponse) String

type UpdateFinanceCompanyInfoResponseBody

type UpdateFinanceCompanyInfoResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateFinanceCompanyInfoResponseBody) GoString

func (*UpdateFinanceCompanyInfoResponseBody) SetResult

func (UpdateFinanceCompanyInfoResponseBody) String

type UpdateFinanceMultiCompanyInfoHeaders added in v2.0.83

type UpdateFinanceMultiCompanyInfoHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateFinanceMultiCompanyInfoHeaders) GoString added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoHeaders) SetCommonHeaders added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

func (UpdateFinanceMultiCompanyInfoHeaders) String added in v2.0.83

type UpdateFinanceMultiCompanyInfoRequest added in v2.0.83

type UpdateFinanceMultiCompanyInfoRequest struct {
	CompanyCode         *string `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	CompanyName         *string `json:"companyName,omitempty" xml:"companyName,omitempty"`
	TaxNature           *string `json:"taxNature,omitempty" xml:"taxNature,omitempty"`
	TaxNo               *string `json:"taxNo,omitempty" xml:"taxNo,omitempty"`
	TaxOrInvoiceHasInit *bool   `json:"taxOrInvoiceHasInit,omitempty" xml:"taxOrInvoiceHasInit,omitempty"`
	UserId              *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (UpdateFinanceMultiCompanyInfoRequest) GoString added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoRequest) SetCompanyCode added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoRequest) SetCompanyName added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoRequest) SetTaxNature added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoRequest) SetTaxNo added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoRequest) SetTaxOrInvoiceHasInit added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoRequest) SetUserId added in v2.0.83

func (UpdateFinanceMultiCompanyInfoRequest) String added in v2.0.83

type UpdateFinanceMultiCompanyInfoResponse added in v2.0.83

type UpdateFinanceMultiCompanyInfoResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateFinanceMultiCompanyInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateFinanceMultiCompanyInfoResponse) GoString added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoResponse) SetBody added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoResponse) SetHeaders added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoResponse) SetStatusCode added in v2.0.83

func (UpdateFinanceMultiCompanyInfoResponse) String added in v2.0.83

type UpdateFinanceMultiCompanyInfoResponseBody added in v2.0.83

type UpdateFinanceMultiCompanyInfoResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateFinanceMultiCompanyInfoResponseBody) GoString added in v2.0.83

func (*UpdateFinanceMultiCompanyInfoResponseBody) SetResult added in v2.0.83

func (UpdateFinanceMultiCompanyInfoResponseBody) String added in v2.0.83

type UpdateInvoiceAbandonStatusHeaders

type UpdateInvoiceAbandonStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceAbandonStatusHeaders) GoString

func (*UpdateInvoiceAbandonStatusHeaders) SetCommonHeaders

func (*UpdateInvoiceAbandonStatusHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceAbandonStatusHeaders) String

type UpdateInvoiceAbandonStatusRequest

type UpdateInvoiceAbandonStatusRequest struct {
	BlueGeneralInvoiceVO *UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO `json:"blueGeneralInvoiceVO,omitempty" xml:"blueGeneralInvoiceVO,omitempty" type:"Struct"`
	BlueInvoiceCode      *string                                                `json:"blueInvoiceCode,omitempty" xml:"blueInvoiceCode,omitempty"`
	BlueInvoiceNo        *string                                                `json:"blueInvoiceNo,omitempty" xml:"blueInvoiceNo,omitempty"`
	BlueInvoiceStatus    *string                                                `json:"blueInvoiceStatus,omitempty" xml:"blueInvoiceStatus,omitempty"`
	CompanyCode          *string                                                `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	Operator             *string                                                `json:"operator,omitempty" xml:"operator,omitempty"`
	RedGeneralInvoiceVO  *UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO  `json:"redGeneralInvoiceVO,omitempty" xml:"redGeneralInvoiceVO,omitempty" type:"Struct"`
	RedInvoiceCode       *string                                                `json:"redInvoiceCode,omitempty" xml:"redInvoiceCode,omitempty"`
	RedInvoiceNo         *string                                                `json:"redInvoiceNo,omitempty" xml:"redInvoiceNo,omitempty"`
	RedInvoiceStatus     *string                                                `json:"redInvoiceStatus,omitempty" xml:"redInvoiceStatus,omitempty"`
	TargetInvoice        *string                                                `json:"targetInvoice,omitempty" xml:"targetInvoice,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequest) GoString

func (*UpdateInvoiceAbandonStatusRequest) SetBlueInvoiceCode

func (*UpdateInvoiceAbandonStatusRequest) SetBlueInvoiceNo

func (*UpdateInvoiceAbandonStatusRequest) SetBlueInvoiceStatus

func (*UpdateInvoiceAbandonStatusRequest) SetCompanyCode added in v2.0.83

func (*UpdateInvoiceAbandonStatusRequest) SetOperator

func (*UpdateInvoiceAbandonStatusRequest) SetRedInvoiceCode

func (*UpdateInvoiceAbandonStatusRequest) SetRedInvoiceNo

func (*UpdateInvoiceAbandonStatusRequest) SetRedInvoiceStatus

func (*UpdateInvoiceAbandonStatusRequest) SetTargetInvoice

func (UpdateInvoiceAbandonStatusRequest) String

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO struct {
	AccountPeriod                  *string                                                                                `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	Amount                         *string                                                                                `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax                  *string                                                                                `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CheckCode                      *string                                                                                `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                      *string                                                                                `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	DrawerName                     *string                                                                                `json:"drawerName,omitempty" xml:"drawerName,omitempty"`
	DrewDate                       *string                                                                                `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl                  *string                                                                                `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	FinanceType                    *string                                                                                `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FundType                       *string                                                                                `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList     []*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList     `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	ImageUrl                       *string                                                                                `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                    *string                                                                                `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                      *string                                                                                `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus                  *string                                                                                `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                    *string                                                                                `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	MachineCode                    *string                                                                                `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                        *string                                                                                `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Payee                          *string                                                                                `json:"payee,omitempty" xml:"payee,omitempty"`
	ProcessInstCode                *string                                                                                `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType                *string                                                                                `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress               *string                                                                                `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankAccount           *string                                                                                `json:"purchaserBankAccount,omitempty" xml:"purchaserBankAccount,omitempty"`
	PurchaserBankNameAccount       *string                                                                                `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName                  *string                                                                                `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo                 *string                                                                                `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                   *string                                                                                `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                         *string                                                                                `json:"remark,omitempty" xml:"remark,omitempty"`
	SecondHandCarInvoiceDetailList []*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList `json:"secondHandCarInvoiceDetailList,omitempty" xml:"secondHandCarInvoiceDetailList,omitempty" type:"Repeated"`
	SellerAddress                  *string                                                                                `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankAccount              *string                                                                                `json:"sellerBankAccount,omitempty" xml:"sellerBankAccount,omitempty"`
	SellerBankNameAccount          *string                                                                                `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                     *string                                                                                `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                    *string                                                                                `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                      *string                                                                                `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	SupplySign                     *string                                                                                `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	TaxAmount                      *string                                                                                `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	UsedVehicleSaleDetailVOList    []*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList    `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList        []*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList        `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                   *string                                                                                `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                    *string                                                                                `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus                  *string                                                                                `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) GoString

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetAccountPeriod

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetAmount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetAmountWithTax

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetCheckCode

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetCheckTime

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetDrawerName added in v2.0.83

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetDrewDate

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetElectronicUrl

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetFinanceType

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetFundType

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetImageUrl added in v2.0.83

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetInvoiceCode

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetInvoiceNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetInvoiceStatus

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetInvoiceType

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetMachineCode

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetOilFlag

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetPayee

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetProcessInstCode

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetProcessInstType

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetPurchaserAddress

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetPurchaserBankAccount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetPurchaserBankNameAccount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetPurchaserName

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetPurchaserTaxNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetPurchaserTel

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetRemark

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetSellerAddress

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetSellerBankAccount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetSellerBankNameAccount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetSellerName

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetSellerTaxNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetSellerTel

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetSupplySign

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetTaxAmount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetVerifyStatus

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetVoucherCode

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) SetVoucherStatus

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVO) String

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxPreType    *string `json:"taxPreType,omitempty" xml:"taxPreType,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) GoString

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetAmount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetGoodsName

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetQuantity

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetRevenueCode

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetRowNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetSpecification

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxAmount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxPre

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxPreType

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxRate

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetUnit

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) SetUnitPrice

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOGeneralInvoiceDetailVOList) String

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) GoString

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetAmount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetCardNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetEndDate

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetGoodsName

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetRevenueCode

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetStartDate

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetTaxAmount

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetTaxRate

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetVehicleType

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOSecondHandCarInvoiceDetailList) String

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnit

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetCarModel

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetCardNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetRegistration

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOUsedVehicleSaleDetailVOList) String

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList

type UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	InspectionListNo    *string `json:"inspectionListNo,omitempty" xml:"inspectionListNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetBrand

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetCertificateNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetEngineNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetIdCardNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetImportCertificateNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetInspectionListNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetMaxPassengers

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetOriginPlace

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxAuthorityName

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxRate

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetTonnage

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAbandonStatusRequestBlueGeneralInvoiceVOVehicleSaleDetailVOList) String

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO struct {
	AccountPeriod                  *string                                                                               `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	Amount                         *string                                                                               `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax                  *string                                                                               `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CheckCode                      *string                                                                               `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                      *string                                                                               `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	DrawerName                     *string                                                                               `json:"drawerName,omitempty" xml:"drawerName,omitempty"`
	DrewDate                       *string                                                                               `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl                  *string                                                                               `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	FinanceType                    *string                                                                               `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FundType                       *string                                                                               `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList     []*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList     `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	ImageUrl                       *string                                                                               `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                    *string                                                                               `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                      *string                                                                               `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus                  *string                                                                               `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                    *string                                                                               `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	MachineCode                    *string                                                                               `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                        *string                                                                               `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Payee                          *string                                                                               `json:"payee,omitempty" xml:"payee,omitempty"`
	ProcessInstCode                *string                                                                               `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType                *string                                                                               `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress               *string                                                                               `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankAccount           *string                                                                               `json:"purchaserBankAccount,omitempty" xml:"purchaserBankAccount,omitempty"`
	PurchaserBankNameAccount       *string                                                                               `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName                  *string                                                                               `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo                 *string                                                                               `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                   *string                                                                               `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                         *string                                                                               `json:"remark,omitempty" xml:"remark,omitempty"`
	SecondHandCarInvoiceDetailList []*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList `json:"secondHandCarInvoiceDetailList,omitempty" xml:"secondHandCarInvoiceDetailList,omitempty" type:"Repeated"`
	SellerAddress                  *string                                                                               `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankAccount              *string                                                                               `json:"sellerBankAccount,omitempty" xml:"sellerBankAccount,omitempty"`
	SellerBankNameAccount          *string                                                                               `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                     *string                                                                               `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                    *string                                                                               `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                      *string                                                                               `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	SupplySign                     *string                                                                               `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	TaxAmount                      *string                                                                               `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	UsedVehicleSaleDetailVOList    []*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList    `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList        []*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList        `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                   *string                                                                               `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                    *string                                                                               `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus                  *string                                                                               `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) GoString

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetAccountPeriod

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetAmount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetAmountWithTax

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetCheckCode

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetCheckTime

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetDrawerName added in v2.0.83

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetDrewDate

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetElectronicUrl

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetFinanceType

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetFundType

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetImageUrl added in v2.0.83

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetInvoiceCode

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetInvoiceNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetInvoiceStatus

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetInvoiceType

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetMachineCode

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetOilFlag

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetPayee

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetProcessInstCode

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetProcessInstType

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetPurchaserAddress

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetPurchaserBankAccount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetPurchaserBankNameAccount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetPurchaserName

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetPurchaserTaxNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetPurchaserTel

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetRemark

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetSellerAddress

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetSellerBankAccount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetSellerBankNameAccount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetSellerName

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetSellerTaxNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetSellerTel

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetSupplySign

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetTaxAmount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetVerifyStatus

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetVoucherCode

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) SetVoucherStatus

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVO) String

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxPreType    *string `json:"taxPreType,omitempty" xml:"taxPreType,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) GoString

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetAmount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetGoodsName

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetQuantity

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetRevenueCode

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetRowNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetSpecification

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxAmount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxPre

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxPreType

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxRate

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetUnit

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) SetUnitPrice

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOGeneralInvoiceDetailVOList) String

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) GoString

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetAmount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetCardNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetEndDate

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetGoodsName

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetRevenueCode

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetRowNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetStartDate

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetTaxAmount

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetTaxRate

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetVehicleType

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOSecondHandCarInvoiceDetailList) String

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnit

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetCarModel

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetCardNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetRegistration

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOUsedVehicleSaleDetailVOList) String

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList

type UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	InspectionListNo    *string `json:"inspectionListNo,omitempty" xml:"inspectionListNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetBrand

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetCertificateNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetEngineNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetIdCardNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetImportCertificateNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetInspectionListNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetMaxPassengers

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetOriginPlace

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxAuthorityName

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxRate

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetTonnage

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAbandonStatusRequestRedGeneralInvoiceVOVehicleSaleDetailVOList) String

type UpdateInvoiceAbandonStatusResponse

type UpdateInvoiceAbandonStatusResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceAbandonStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceAbandonStatusResponse) GoString

func (*UpdateInvoiceAbandonStatusResponse) SetHeaders

func (*UpdateInvoiceAbandonStatusResponse) SetStatusCode

func (UpdateInvoiceAbandonStatusResponse) String

type UpdateInvoiceAbandonStatusResponseBody

type UpdateInvoiceAbandonStatusResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateInvoiceAbandonStatusResponseBody) GoString

func (*UpdateInvoiceAbandonStatusResponseBody) SetResult

func (UpdateInvoiceAbandonStatusResponseBody) String

type UpdateInvoiceAccountPeriodHeaders

type UpdateInvoiceAccountPeriodHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceAccountPeriodHeaders) GoString

func (*UpdateInvoiceAccountPeriodHeaders) SetCommonHeaders

func (*UpdateInvoiceAccountPeriodHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceAccountPeriodHeaders) String

type UpdateInvoiceAccountPeriodRequest

type UpdateInvoiceAccountPeriodRequest struct {
	AccountPeriod        *string                                                  `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	CompanyCode          *string                                                  `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	GeneralInvoiceVOList []*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList `json:"generalInvoiceVOList,omitempty" xml:"generalInvoiceVOList,omitempty" type:"Repeated"`
	InvoiceKeyVOList     []*UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList     `json:"invoiceKeyVOList,omitempty" xml:"invoiceKeyVOList,omitempty" type:"Repeated"`
	Operator             *string                                                  `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (UpdateInvoiceAccountPeriodRequest) GoString

func (*UpdateInvoiceAccountPeriodRequest) SetAccountPeriod

func (*UpdateInvoiceAccountPeriodRequest) SetCompanyCode added in v2.0.83

func (*UpdateInvoiceAccountPeriodRequest) SetOperator

func (UpdateInvoiceAccountPeriodRequest) String

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList struct {
	AccountPeriod                  *string                                                                                `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	Amount                         *string                                                                                `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax                  *string                                                                                `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CheckCode                      *string                                                                                `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                      *string                                                                                `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	DrawerName                     *string                                                                                `json:"drawerName,omitempty" xml:"drawerName,omitempty"`
	DrewDate                       *string                                                                                `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl                  *string                                                                                `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	FinanceType                    *string                                                                                `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FundType                       *string                                                                                `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList     []*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList     `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	ImageUrl                       *string                                                                                `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                    *string                                                                                `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                      *string                                                                                `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus                  *string                                                                                `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                    *string                                                                                `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	MachineCode                    *string                                                                                `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                        *string                                                                                `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Payee                          *string                                                                                `json:"payee,omitempty" xml:"payee,omitempty"`
	ProcessInstCode                *string                                                                                `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType                *string                                                                                `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress               *string                                                                                `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankAccount           *string                                                                                `json:"purchaserBankAccount,omitempty" xml:"purchaserBankAccount,omitempty"`
	PurchaserBankNameAccount       *string                                                                                `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName                  *string                                                                                `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo                 *string                                                                                `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                   *string                                                                                `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                         *string                                                                                `json:"remark,omitempty" xml:"remark,omitempty"`
	SecondHandCarInvoiceDetailList []*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList `json:"secondHandCarInvoiceDetailList,omitempty" xml:"secondHandCarInvoiceDetailList,omitempty" type:"Repeated"`
	SellerAddress                  *string                                                                                `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankAccount              *string                                                                                `json:"sellerBankAccount,omitempty" xml:"sellerBankAccount,omitempty"`
	SellerBankNameAccount          *string                                                                                `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                     *string                                                                                `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                    *string                                                                                `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                      *string                                                                                `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	SupplySign                     *string                                                                                `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	TaxAmount                      *string                                                                                `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	UsedVehicleSaleDetailVOList    []*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList    `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList        []*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList        `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                   *string                                                                                `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                    *string                                                                                `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus                  *string                                                                                `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) GoString

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetAccountPeriod

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetAmount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetAmountWithTax

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetCheckCode

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetCheckTime

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetDrawerName added in v2.0.83

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetDrewDate

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetElectronicUrl

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetFinanceType

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetFundType

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetImageUrl added in v2.0.83

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetInvoiceCode

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetInvoiceNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetInvoiceStatus

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetInvoiceType

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetMachineCode

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetOilFlag

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetPayee

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetProcessInstCode

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetProcessInstType

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetPurchaserAddress

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetPurchaserBankAccount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetPurchaserBankNameAccount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetPurchaserName

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetPurchaserTaxNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetPurchaserTel

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetRemark

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetSellerAddress

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetSellerBankAccount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetSellerBankNameAccount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetSellerName

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetSellerTaxNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetSellerTel

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetSupplySign

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetTaxAmount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetVerifyStatus

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetVoucherCode

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) SetVoucherStatus

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOList) String

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxPreType    *string `json:"taxPreType,omitempty" xml:"taxPreType,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) GoString

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetAmount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetGoodsName

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetQuantity

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetRevenueCode

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetRowNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetSpecification

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxAmount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxPre

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxPreType

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxRate

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetUnit

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetUnitPrice

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) String

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) GoString

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetAmount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetCardNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetEndDate

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetGoodsName

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetRevenueCode

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetStartDate

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetTaxAmount

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetTaxRate

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetVehicleType

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) String

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnit

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetCarModel

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetCardNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetRegistration

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) String

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList

type UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	InspectionListNo    *string `json:"inspectionListNo,omitempty" xml:"inspectionListNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetBrand

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetCertificateNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetEngineNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetIdCardNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetImportCertificateNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetInspectionListNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetMaxPassengers

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetOriginPlace

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityName

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxRate

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTonnage

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAccountPeriodRequestGeneralInvoiceVOListVehicleSaleDetailVOList) String

type UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList

type UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList) GoString

func (*UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList) SetInvoiceCode

func (*UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList) SetInvoiceNo

func (UpdateInvoiceAccountPeriodRequestInvoiceKeyVOList) String

type UpdateInvoiceAccountPeriodResponse

type UpdateInvoiceAccountPeriodResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceAccountPeriodResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceAccountPeriodResponse) GoString

func (*UpdateInvoiceAccountPeriodResponse) SetHeaders

func (*UpdateInvoiceAccountPeriodResponse) SetStatusCode

func (UpdateInvoiceAccountPeriodResponse) String

type UpdateInvoiceAccountPeriodResponseBody

type UpdateInvoiceAccountPeriodResponseBody struct {
	ErrorResult   []*UpdateInvoiceAccountPeriodResponseBodyErrorResult   `json:"errorResult,omitempty" xml:"errorResult,omitempty" type:"Repeated"`
	SuccessResult []*UpdateInvoiceAccountPeriodResponseBodySuccessResult `json:"successResult,omitempty" xml:"successResult,omitempty" type:"Repeated"`
}

func (UpdateInvoiceAccountPeriodResponseBody) GoString

func (UpdateInvoiceAccountPeriodResponseBody) String

type UpdateInvoiceAccountPeriodResponseBodyErrorResult

type UpdateInvoiceAccountPeriodResponseBodyErrorResult struct {
	ErrorKey *string `json:"errorKey,omitempty" xml:"errorKey,omitempty"`
	ErrorMsg *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
}

func (UpdateInvoiceAccountPeriodResponseBodyErrorResult) GoString

func (*UpdateInvoiceAccountPeriodResponseBodyErrorResult) SetErrorKey

func (*UpdateInvoiceAccountPeriodResponseBodyErrorResult) SetErrorMsg

func (UpdateInvoiceAccountPeriodResponseBodyErrorResult) String

type UpdateInvoiceAccountPeriodResponseBodySuccessResult

type UpdateInvoiceAccountPeriodResponseBodySuccessResult struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UpdateInvoiceAccountPeriodResponseBodySuccessResult) GoString

func (*UpdateInvoiceAccountPeriodResponseBodySuccessResult) SetInvoiceCode

func (*UpdateInvoiceAccountPeriodResponseBodySuccessResult) SetInvoiceNo

func (UpdateInvoiceAccountPeriodResponseBodySuccessResult) String

type UpdateInvoiceAccountingPeriodDateHeaders

type UpdateInvoiceAccountingPeriodDateHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceAccountingPeriodDateHeaders) GoString

func (*UpdateInvoiceAccountingPeriodDateHeaders) SetCommonHeaders

func (*UpdateInvoiceAccountingPeriodDateHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceAccountingPeriodDateHeaders) String

type UpdateInvoiceAccountingPeriodDateRequest

type UpdateInvoiceAccountingPeriodDateRequest struct {
	CompanyCode              *string                                                             `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	InvoiceFinanceInfoVOList []*UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList `json:"invoiceFinanceInfoVOList,omitempty" xml:"invoiceFinanceInfoVOList,omitempty" type:"Repeated"`
	Operator                 *string                                                             `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (UpdateInvoiceAccountingPeriodDateRequest) GoString

func (*UpdateInvoiceAccountingPeriodDateRequest) SetCompanyCode added in v2.0.83

func (*UpdateInvoiceAccountingPeriodDateRequest) SetOperator

func (UpdateInvoiceAccountingPeriodDateRequest) String

type UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList

type UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList struct {
	AccountingPeriodData *string `json:"accountingPeriodData,omitempty" xml:"accountingPeriodData,omitempty"`
	InvoiceCode          *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo            *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceType          *string `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
}

func (UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList) GoString

func (*UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList) SetAccountingPeriodData

func (*UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList) SetInvoiceCode

func (*UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList) SetInvoiceNo

func (*UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList) SetInvoiceType

func (UpdateInvoiceAccountingPeriodDateRequestInvoiceFinanceInfoVOList) String

type UpdateInvoiceAccountingPeriodDateResponse

type UpdateInvoiceAccountingPeriodDateResponse struct {
	Headers    map[string]*string                             `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                         `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceAccountingPeriodDateResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceAccountingPeriodDateResponse) GoString

func (*UpdateInvoiceAccountingPeriodDateResponse) SetHeaders

func (*UpdateInvoiceAccountingPeriodDateResponse) SetStatusCode

func (UpdateInvoiceAccountingPeriodDateResponse) String

type UpdateInvoiceAccountingPeriodDateResponseBody

type UpdateInvoiceAccountingPeriodDateResponseBody struct {
	Result *UpdateInvoiceAccountingPeriodDateResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (UpdateInvoiceAccountingPeriodDateResponseBody) GoString

func (UpdateInvoiceAccountingPeriodDateResponseBody) String

type UpdateInvoiceAccountingPeriodDateResponseBodyResult

type UpdateInvoiceAccountingPeriodDateResponseBodyResult struct {
	FailCount    *int64                                                             `json:"failCount,omitempty" xml:"failCount,omitempty"`
	FailInvoices []*UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices `json:"failInvoices,omitempty" xml:"failInvoices,omitempty" type:"Repeated"`
	Success      *bool                                                              `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateInvoiceAccountingPeriodDateResponseBodyResult) GoString

func (*UpdateInvoiceAccountingPeriodDateResponseBodyResult) SetFailCount

func (*UpdateInvoiceAccountingPeriodDateResponseBodyResult) SetSuccess

func (UpdateInvoiceAccountingPeriodDateResponseBodyResult) String

type UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices

type UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices struct {
	ErrorCode   *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg    *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices) GoString

func (*UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices) SetErrorCode

func (*UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices) SetErrorMsg

func (*UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices) SetInvoiceCode

func (*UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices) SetInvoiceNo

func (UpdateInvoiceAccountingPeriodDateResponseBodyResultFailInvoices) String

type UpdateInvoiceAccountingStatusHeaders

type UpdateInvoiceAccountingStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceAccountingStatusHeaders) GoString

func (*UpdateInvoiceAccountingStatusHeaders) SetCommonHeaders

func (*UpdateInvoiceAccountingStatusHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceAccountingStatusHeaders) String

type UpdateInvoiceAccountingStatusRequest

type UpdateInvoiceAccountingStatusRequest struct {
	CompanyCode              *string                                                         `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	InvoiceFinanceInfoVOList []*UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList `json:"invoiceFinanceInfoVOList,omitempty" xml:"invoiceFinanceInfoVOList,omitempty" type:"Repeated"`
	Operator                 *string                                                         `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (UpdateInvoiceAccountingStatusRequest) GoString

func (*UpdateInvoiceAccountingStatusRequest) SetCompanyCode added in v2.0.83

func (*UpdateInvoiceAccountingStatusRequest) SetOperator

func (UpdateInvoiceAccountingStatusRequest) String

type UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList

type UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList struct {
	AccountingStatus *string `json:"accountingStatus,omitempty" xml:"accountingStatus,omitempty"`
	InvoiceCode      *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo        *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceType      *string `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
}

func (UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList) GoString

func (*UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList) SetAccountingStatus

func (*UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList) SetInvoiceCode

func (*UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList) SetInvoiceNo

func (*UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList) SetInvoiceType

func (UpdateInvoiceAccountingStatusRequestInvoiceFinanceInfoVOList) String

type UpdateInvoiceAccountingStatusResponse

type UpdateInvoiceAccountingStatusResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceAccountingStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceAccountingStatusResponse) GoString

func (*UpdateInvoiceAccountingStatusResponse) SetHeaders

func (*UpdateInvoiceAccountingStatusResponse) SetStatusCode

func (UpdateInvoiceAccountingStatusResponse) String

type UpdateInvoiceAccountingStatusResponseBody

type UpdateInvoiceAccountingStatusResponseBody struct {
	Result *UpdateInvoiceAccountingStatusResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (UpdateInvoiceAccountingStatusResponseBody) GoString

func (UpdateInvoiceAccountingStatusResponseBody) String

type UpdateInvoiceAccountingStatusResponseBodyResult

type UpdateInvoiceAccountingStatusResponseBodyResult struct {
	FailCount    *int64                                                         `json:"failCount,omitempty" xml:"failCount,omitempty"`
	FailInvoices []*UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices `json:"failInvoices,omitempty" xml:"failInvoices,omitempty" type:"Repeated"`
	Success      *bool                                                          `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateInvoiceAccountingStatusResponseBodyResult) GoString

func (*UpdateInvoiceAccountingStatusResponseBodyResult) SetFailCount

func (*UpdateInvoiceAccountingStatusResponseBodyResult) SetSuccess

func (UpdateInvoiceAccountingStatusResponseBodyResult) String

type UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices

type UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices struct {
	ErrorCode   *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg    *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices) GoString

func (*UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices) SetErrorCode

func (*UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices) SetErrorMsg

func (*UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices) SetInvoiceCode

func (*UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices) SetInvoiceNo

func (UpdateInvoiceAccountingStatusResponseBodyResultFailInvoices) String

type UpdateInvoiceAndReceiptRelatedHeaders

type UpdateInvoiceAndReceiptRelatedHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedHeaders) GoString

func (*UpdateInvoiceAndReceiptRelatedHeaders) SetCommonHeaders

func (*UpdateInvoiceAndReceiptRelatedHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceAndReceiptRelatedHeaders) String

type UpdateInvoiceAndReceiptRelatedRequest

type UpdateInvoiceAndReceiptRelatedRequest struct {
	GeneralInvoiceVO *UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO `json:"generalInvoiceVO,omitempty" xml:"generalInvoiceVO,omitempty" type:"Struct"`
	InvoiceCode      *string                                                `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo        *string                                                `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	Operator         *string                                                `json:"operator,omitempty" xml:"operator,omitempty"`
	ReceiptCode      *string                                                `json:"receiptCode,omitempty" xml:"receiptCode,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedRequest) GoString

func (*UpdateInvoiceAndReceiptRelatedRequest) SetInvoiceCode

func (*UpdateInvoiceAndReceiptRelatedRequest) SetInvoiceNo

func (*UpdateInvoiceAndReceiptRelatedRequest) SetOperator

func (*UpdateInvoiceAndReceiptRelatedRequest) SetReceiptCode

func (UpdateInvoiceAndReceiptRelatedRequest) String

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO struct {
	AccountPeriod                  *string                                                                                `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	AgentCode                      *string                                                                                `json:"agentCode,omitempty" xml:"agentCode,omitempty"`
	Amount                         *string                                                                                `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax                  *string                                                                                `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CaacDevelopmentFund            *string                                                                                `json:"caacDevelopmentFund,omitempty" xml:"caacDevelopmentFund,omitempty"`
	CheckCode                      *string                                                                                `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                      *string                                                                                `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	City                           *string                                                                                `json:"city,omitempty" xml:"city,omitempty"`
	Destination                    *string                                                                                `json:"destination,omitempty" xml:"destination,omitempty"`
	Distance                       *string                                                                                `json:"distance,omitempty" xml:"distance,omitempty"`
	DrawerName                     *string                                                                                `json:"drawerName,omitempty" xml:"drawerName,omitempty"`
	DrewDate                       *string                                                                                `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl                  *string                                                                                `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	Entrance                       *string                                                                                `json:"entrance,omitempty" xml:"entrance,omitempty"`
	Exit                           *string                                                                                `json:"exit,omitempty" xml:"exit,omitempty"`
	FinanceType                    *string                                                                                `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FlightItineraryDetails         []*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails         `json:"flightItineraryDetails,omitempty" xml:"flightItineraryDetails,omitempty" type:"Repeated"`
	FuelSurcharge                  *string                                                                                `json:"fuelSurcharge,omitempty" xml:"fuelSurcharge,omitempty"`
	FundType                       *string                                                                                `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList     []*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList     `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	GetOffTime                     *string                                                                                `json:"getOffTime,omitempty" xml:"getOffTime,omitempty"`
	GetOnTime                      *string                                                                                `json:"getOnTime,omitempty" xml:"getOnTime,omitempty"`
	ImageUrl                       *string                                                                                `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                    *string                                                                                `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                      *string                                                                                `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus                  *string                                                                                `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                    *string                                                                                `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	IssueBy                        *string                                                                                `json:"issueBy,omitempty" xml:"issueBy,omitempty"`
	MachineCode                    *string                                                                                `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                        *string                                                                                `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Origin                         *string                                                                                `json:"origin,omitempty" xml:"origin,omitempty"`
	Passenger                      *string                                                                                `json:"passenger,omitempty" xml:"passenger,omitempty"`
	PassengerUserId                *string                                                                                `json:"passengerUserId,omitempty" xml:"passengerUserId,omitempty"`
	Payee                          *string                                                                                `json:"payee,omitempty" xml:"payee,omitempty"`
	PrintSerialNumber              *string                                                                                `json:"printSerialNumber,omitempty" xml:"printSerialNumber,omitempty"`
	ProcessInstCode                *string                                                                                `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType                *string                                                                                `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress               *string                                                                                `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankAccount           *string                                                                                `json:"purchaserBankAccount,omitempty" xml:"purchaserBankAccount,omitempty"`
	PurchaserBankNameAccount       *string                                                                                `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName                  *string                                                                                `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo                 *string                                                                                `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                   *string                                                                                `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                         *string                                                                                `json:"remark,omitempty" xml:"remark,omitempty"`
	SeatClass                      *string                                                                                `json:"seatClass,omitempty" xml:"seatClass,omitempty"`
	SecondHandCarInvoiceDetailList []*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList `json:"secondHandCarInvoiceDetailList,omitempty" xml:"secondHandCarInvoiceDetailList,omitempty" type:"Repeated"`
	SellerAddress                  *string                                                                                `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankAccount              *string                                                                                `json:"sellerBankAccount,omitempty" xml:"sellerBankAccount,omitempty"`
	SellerBankNameAccount          *string                                                                                `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                     *string                                                                                `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                    *string                                                                                `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                      *string                                                                                `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	SerialNo                       *string                                                                                `json:"serialNo,omitempty" xml:"serialNo,omitempty"`
	StartTime                      *string                                                                                `json:"startTime,omitempty" xml:"startTime,omitempty"`
	SupplySign                     *string                                                                                `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	Surcharge                      *string                                                                                `json:"surcharge,omitempty" xml:"surcharge,omitempty"`
	TaxAmount                      *string                                                                                `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TrainNo                        *string                                                                                `json:"trainNo,omitempty" xml:"trainNo,omitempty"`
	TravelDate                     *string                                                                                `json:"travelDate,omitempty" xml:"travelDate,omitempty"`
	UsedVehicleSaleDetailVOList    []*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList    `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList        []*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList        `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                   *string                                                                                `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                    *string                                                                                `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus                  *string                                                                                `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) GoString

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetAccountPeriod

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetAgentCode added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetAmount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetAmountWithTax

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetCaacDevelopmentFund added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetCheckCode

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetCheckTime

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetCity added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetDestination added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetDistance added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetDrawerName added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetDrewDate

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetElectronicUrl

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetEntrance added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetExit added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetFinanceType

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetFuelSurcharge added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetFundType

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetGetOffTime added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetGetOnTime added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetImageUrl added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetInvoiceCode

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetInvoiceNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetInvoiceStatus

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetInvoiceType

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetIssueBy added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetMachineCode

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetOilFlag

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetOrigin added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPassenger added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPassengerUserId added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPayee

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPrintSerialNumber added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetProcessInstCode

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetProcessInstType

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPurchaserAddress

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPurchaserBankAccount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPurchaserBankNameAccount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPurchaserName

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPurchaserTaxNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetPurchaserTel

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetRemark

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSeatClass added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSellerAddress

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSellerBankAccount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSellerBankNameAccount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSellerName

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSellerTaxNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSellerTel

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSerialNo added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetStartTime added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSupplySign

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetSurcharge added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetTaxAmount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetTrainNo added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetTravelDate added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetVerifyStatus

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetVoucherCode

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) SetVoucherStatus

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVO) String

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails added in v2.0.83

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails struct {
	Carrier      *string `json:"carrier,omitempty" xml:"carrier,omitempty"`
	FlightNumber *string `json:"flightNumber,omitempty" xml:"flightNumber,omitempty"`
	FlyDate      *string `json:"flyDate,omitempty" xml:"flyDate,omitempty"`
	FlyFrom      *string `json:"flyFrom,omitempty" xml:"flyFrom,omitempty"`
	FlyTime      *string `json:"flyTime,omitempty" xml:"flyTime,omitempty"`
	FlyTo        *string `json:"flyTo,omitempty" xml:"flyTo,omitempty"`
	Seat         *string `json:"seat,omitempty" xml:"seat,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) GoString added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) SetCarrier added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) SetFlightNumber added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) SetFlyDate added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) SetFlyFrom added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) SetFlyTime added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) SetFlyTo added in v2.0.83

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) SetSeat added in v2.0.83

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOFlightItineraryDetails) String added in v2.0.83

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxPreType    *string `json:"taxPreType,omitempty" xml:"taxPreType,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) GoString

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetAmount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetGoodsName

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetQuantity

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetRevenueCode

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetRowNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetSpecification

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxAmount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxPre

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxPreType

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetTaxRate

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetUnit

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) SetUnitPrice

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOGeneralInvoiceDetailVOList) String

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) GoString

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetAmount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetCardNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetEndDate

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetGoodsName

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetRevenueCode

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetStartDate

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetTaxAmount

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetTaxRate

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) SetVehicleType

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOSecondHandCarInvoiceDetailList) String

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnit

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetCarModel

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetCardNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetRegistration

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOUsedVehicleSaleDetailVOList) String

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList

type UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	InspectionListNo    *string `json:"inspectionListNo,omitempty" xml:"inspectionListNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetBrand

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetCertificateNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetEngineNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetIdCardNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetImportCertificateNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetInspectionListNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetMaxPassengers

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetOriginPlace

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxAuthorityName

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetTaxRate

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetTonnage

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceAndReceiptRelatedRequestGeneralInvoiceVOVehicleSaleDetailVOList) String

type UpdateInvoiceAndReceiptRelatedResponse

type UpdateInvoiceAndReceiptRelatedResponse struct {
	Headers    map[string]*string                          `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                      `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceAndReceiptRelatedResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedResponse) GoString

func (*UpdateInvoiceAndReceiptRelatedResponse) SetHeaders

func (*UpdateInvoiceAndReceiptRelatedResponse) SetStatusCode

func (UpdateInvoiceAndReceiptRelatedResponse) String

type UpdateInvoiceAndReceiptRelatedResponseBody

type UpdateInvoiceAndReceiptRelatedResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateInvoiceAndReceiptRelatedResponseBody) GoString

func (*UpdateInvoiceAndReceiptRelatedResponseBody) SetResult

func (UpdateInvoiceAndReceiptRelatedResponseBody) String

type UpdateInvoiceIgnoreStatusHeaders

type UpdateInvoiceIgnoreStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceIgnoreStatusHeaders) GoString

func (*UpdateInvoiceIgnoreStatusHeaders) SetCommonHeaders

func (*UpdateInvoiceIgnoreStatusHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceIgnoreStatusHeaders) String

type UpdateInvoiceIgnoreStatusRequest

type UpdateInvoiceIgnoreStatusRequest struct {
	InstanceId *string `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	Operator   *string `json:"operator,omitempty" xml:"operator,omitempty"`
	Status     *string `json:"status,omitempty" xml:"status,omitempty"`
}

func (UpdateInvoiceIgnoreStatusRequest) GoString

func (*UpdateInvoiceIgnoreStatusRequest) SetInstanceId

func (*UpdateInvoiceIgnoreStatusRequest) SetOperator

func (*UpdateInvoiceIgnoreStatusRequest) SetStatus

func (UpdateInvoiceIgnoreStatusRequest) String

type UpdateInvoiceIgnoreStatusResponse

type UpdateInvoiceIgnoreStatusResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceIgnoreStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceIgnoreStatusResponse) GoString

func (*UpdateInvoiceIgnoreStatusResponse) SetHeaders

func (*UpdateInvoiceIgnoreStatusResponse) SetStatusCode

func (UpdateInvoiceIgnoreStatusResponse) String

type UpdateInvoiceIgnoreStatusResponseBody

type UpdateInvoiceIgnoreStatusResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateInvoiceIgnoreStatusResponseBody) GoString

func (*UpdateInvoiceIgnoreStatusResponseBody) SetResult

func (UpdateInvoiceIgnoreStatusResponseBody) String

type UpdateInvoiceVerifyStatusHeaders

type UpdateInvoiceVerifyStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceVerifyStatusHeaders) GoString

func (*UpdateInvoiceVerifyStatusHeaders) SetCommonHeaders

func (*UpdateInvoiceVerifyStatusHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceVerifyStatusHeaders) String

type UpdateInvoiceVerifyStatusRequest

type UpdateInvoiceVerifyStatusRequest struct {
	CompanyCode          *string                                                 `json:"companyCode,omitempty" xml:"companyCode,omitempty"`
	DeductStatus         *string                                                 `json:"deductStatus,omitempty" xml:"deductStatus,omitempty"`
	GeneralInvoiceVOList []*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList `json:"generalInvoiceVOList,omitempty" xml:"generalInvoiceVOList,omitempty" type:"Repeated"`
	InvoiceKeyVOList     []*UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList     `json:"invoiceKeyVOList,omitempty" xml:"invoiceKeyVOList,omitempty" type:"Repeated"`
	Operator             *string                                                 `json:"operator,omitempty" xml:"operator,omitempty"`
	VerifyStatus         *string                                                 `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
}

func (UpdateInvoiceVerifyStatusRequest) GoString

func (*UpdateInvoiceVerifyStatusRequest) SetCompanyCode added in v2.0.83

func (*UpdateInvoiceVerifyStatusRequest) SetDeductStatus

func (*UpdateInvoiceVerifyStatusRequest) SetOperator

func (*UpdateInvoiceVerifyStatusRequest) SetVerifyStatus

func (UpdateInvoiceVerifyStatusRequest) String

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList struct {
	AccountPeriod                  *string                                                                               `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	Amount                         *string                                                                               `json:"amount,omitempty" xml:"amount,omitempty"`
	AmountWithTax                  *string                                                                               `json:"amountWithTax,omitempty" xml:"amountWithTax,omitempty"`
	CheckCode                      *string                                                                               `json:"checkCode,omitempty" xml:"checkCode,omitempty"`
	CheckTime                      *string                                                                               `json:"checkTime,omitempty" xml:"checkTime,omitempty"`
	DrawerName                     *string                                                                               `json:"drawerName,omitempty" xml:"drawerName,omitempty"`
	DrewDate                       *string                                                                               `json:"drewDate,omitempty" xml:"drewDate,omitempty"`
	ElectronicUrl                  *string                                                                               `json:"electronicUrl,omitempty" xml:"electronicUrl,omitempty"`
	FinanceType                    *string                                                                               `json:"financeType,omitempty" xml:"financeType,omitempty"`
	FundType                       *string                                                                               `json:"fundType,omitempty" xml:"fundType,omitempty"`
	GeneralInvoiceDetailVOList     []*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList     `json:"generalInvoiceDetailVOList,omitempty" xml:"generalInvoiceDetailVOList,omitempty" type:"Repeated"`
	ImageUrl                       *string                                                                               `json:"imageUrl,omitempty" xml:"imageUrl,omitempty"`
	InvoiceCode                    *string                                                                               `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo                      *string                                                                               `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	InvoiceStatus                  *string                                                                               `json:"invoiceStatus,omitempty" xml:"invoiceStatus,omitempty"`
	InvoiceType                    *string                                                                               `json:"invoiceType,omitempty" xml:"invoiceType,omitempty"`
	MachineCode                    *string                                                                               `json:"machineCode,omitempty" xml:"machineCode,omitempty"`
	OilFlag                        *string                                                                               `json:"oilFlag,omitempty" xml:"oilFlag,omitempty"`
	Payee                          *string                                                                               `json:"payee,omitempty" xml:"payee,omitempty"`
	ProcessInstCode                *string                                                                               `json:"processInstCode,omitempty" xml:"processInstCode,omitempty"`
	ProcessInstType                *string                                                                               `json:"processInstType,omitempty" xml:"processInstType,omitempty"`
	PurchaserAddress               *string                                                                               `json:"purchaserAddress,omitempty" xml:"purchaserAddress,omitempty"`
	PurchaserBankAccount           *string                                                                               `json:"purchaserBankAccount,omitempty" xml:"purchaserBankAccount,omitempty"`
	PurchaserBankNameAccount       *string                                                                               `json:"purchaserBankNameAccount,omitempty" xml:"purchaserBankNameAccount,omitempty"`
	PurchaserName                  *string                                                                               `json:"purchaserName,omitempty" xml:"purchaserName,omitempty"`
	PurchaserTaxNo                 *string                                                                               `json:"purchaserTaxNo,omitempty" xml:"purchaserTaxNo,omitempty"`
	PurchaserTel                   *string                                                                               `json:"purchaserTel,omitempty" xml:"purchaserTel,omitempty"`
	Remark                         *string                                                                               `json:"remark,omitempty" xml:"remark,omitempty"`
	SecondHandCarInvoiceDetailList []*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList `json:"secondHandCarInvoiceDetailList,omitempty" xml:"secondHandCarInvoiceDetailList,omitempty" type:"Repeated"`
	SellerAddress                  *string                                                                               `json:"sellerAddress,omitempty" xml:"sellerAddress,omitempty"`
	SellerBankAccount              *string                                                                               `json:"sellerBankAccount,omitempty" xml:"sellerBankAccount,omitempty"`
	SellerBankNameAccount          *string                                                                               `json:"sellerBankNameAccount,omitempty" xml:"sellerBankNameAccount,omitempty"`
	SellerName                     *string                                                                               `json:"sellerName,omitempty" xml:"sellerName,omitempty"`
	SellerTaxNo                    *string                                                                               `json:"sellerTaxNo,omitempty" xml:"sellerTaxNo,omitempty"`
	SellerTel                      *string                                                                               `json:"sellerTel,omitempty" xml:"sellerTel,omitempty"`
	SupplySign                     *string                                                                               `json:"supplySign,omitempty" xml:"supplySign,omitempty"`
	TaxAmount                      *string                                                                               `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	UsedVehicleSaleDetailVOList    []*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList    `json:"usedVehicleSaleDetailVOList,omitempty" xml:"usedVehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VehicleSaleDetailVOList        []*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList        `json:"vehicleSaleDetailVOList,omitempty" xml:"vehicleSaleDetailVOList,omitempty" type:"Repeated"`
	VerifyStatus                   *string                                                                               `json:"verifyStatus,omitempty" xml:"verifyStatus,omitempty"`
	VoucherCode                    *string                                                                               `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherStatus                  *string                                                                               `json:"voucherStatus,omitempty" xml:"voucherStatus,omitempty"`
}

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) GoString

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetAccountPeriod

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetAmount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetAmountWithTax

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetCheckCode

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetCheckTime

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetDrawerName added in v2.0.83

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetDrewDate

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetElectronicUrl

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetFinanceType

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetFundType

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetImageUrl added in v2.0.83

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetInvoiceCode

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetInvoiceNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetInvoiceStatus

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetInvoiceType

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetMachineCode

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetOilFlag

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetPayee

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetProcessInstCode

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetProcessInstType

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetPurchaserAddress

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetPurchaserBankAccount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetPurchaserBankNameAccount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetPurchaserName

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetPurchaserTaxNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetPurchaserTel

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetRemark

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetSellerAddress

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetSellerBankAccount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetSellerBankNameAccount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetSellerName

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetSellerTaxNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetSellerTel

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetSupplySign

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetTaxAmount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetVerifyStatus

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetVoucherCode

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) SetVoucherStatus

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOList) String

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList struct {
	Amount        *string `json:"amount,omitempty" xml:"amount,omitempty"`
	GoodsName     *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	Quantity      *string `json:"quantity,omitempty" xml:"quantity,omitempty"`
	RevenueCode   *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo         *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	Specification *string `json:"specification,omitempty" xml:"specification,omitempty"`
	TaxAmount     *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxPre        *string `json:"taxPre,omitempty" xml:"taxPre,omitempty"`
	TaxPreType    *string `json:"taxPreType,omitempty" xml:"taxPreType,omitempty"`
	TaxRate       *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Unit          *string `json:"unit,omitempty" xml:"unit,omitempty"`
	UnitPrice     *string `json:"unitPrice,omitempty" xml:"unitPrice,omitempty"`
}

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) GoString

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetAmount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetGoodsName

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetQuantity

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetRevenueCode

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetRowNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetSpecification

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxAmount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxPre

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxPreType

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetTaxRate

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetUnit

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) SetUnitPrice

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListGeneralInvoiceDetailVOList) String

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList struct {
	Amount      *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CardNo      *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	EndDate     *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	GoodsName   *string `json:"goodsName,omitempty" xml:"goodsName,omitempty"`
	RevenueCode *string `json:"revenueCode,omitempty" xml:"revenueCode,omitempty"`
	RowNo       *string `json:"rowNo,omitempty" xml:"rowNo,omitempty"`
	StartDate   *string `json:"startDate,omitempty" xml:"startDate,omitempty"`
	TaxAmount   *string `json:"taxAmount,omitempty" xml:"taxAmount,omitempty"`
	TaxRate     *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	VehicleType *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) GoString

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetAmount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetCardNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetEndDate

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetGoodsName

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetRevenueCode

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetRowNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetStartDate

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetTaxAmount

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetTaxRate

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) SetVehicleType

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListSecondHandCarInvoiceDetailList) String

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList struct {
	AuctionUnit        *string `json:"auctionUnit,omitempty" xml:"auctionUnit,omitempty"`
	AuctionUnitAddress *string `json:"auctionUnitAddress,omitempty" xml:"auctionUnitAddress,omitempty"`
	AuctionUnitBank    *string `json:"auctionUnitBank,omitempty" xml:"auctionUnitBank,omitempty"`
	AuctionUnitTaxNo   *string `json:"auctionUnitTaxNo,omitempty" xml:"auctionUnitTaxNo,omitempty"`
	AuctionUtilTel     *string `json:"auctionUtilTel,omitempty" xml:"auctionUtilTel,omitempty"`
	CarModel           *string `json:"carModel,omitempty" xml:"carModel,omitempty"`
	CardNo             *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Registration       *string `json:"registration,omitempty" xml:"registration,omitempty"`
	TransferVehicle    *string `json:"transferVehicle,omitempty" xml:"transferVehicle,omitempty"`
	UsedCarAddress     *string `json:"usedCarAddress,omitempty" xml:"usedCarAddress,omitempty"`
	UsedCarMarket      *string `json:"usedCarMarket,omitempty" xml:"usedCarMarket,omitempty"`
	UsedCarMarketBank  *string `json:"usedCarMarketBank,omitempty" xml:"usedCarMarketBank,omitempty"`
	UsedCarMarketPhone *string `json:"usedCarMarketPhone,omitempty" xml:"usedCarMarketPhone,omitempty"`
	UsedCarMarketTaxNo *string `json:"usedCarMarketTaxNo,omitempty" xml:"usedCarMarketTaxNo,omitempty"`
	VehicleNo          *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType        *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnit

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitAddress

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitBank

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUnitTaxNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetAuctionUtilTel

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetCarModel

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetCardNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetRegistration

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetTransferVehicle

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarAddress

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarket

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketBank

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketPhone

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetUsedCarMarketTaxNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListUsedVehicleSaleDetailVOList) String

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList

type UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList struct {
	Brand               *string `json:"brand,omitempty" xml:"brand,omitempty"`
	CertificateNo       *string `json:"certificateNo,omitempty" xml:"certificateNo,omitempty"`
	EngineNo            *string `json:"engineNo,omitempty" xml:"engineNo,omitempty"`
	IdCardNo            *string `json:"idCardNo,omitempty" xml:"idCardNo,omitempty"`
	ImportCertificateNo *string `json:"importCertificateNo,omitempty" xml:"importCertificateNo,omitempty"`
	InspectionListNo    *string `json:"inspectionListNo,omitempty" xml:"inspectionListNo,omitempty"`
	MaxPassengers       *string `json:"maxPassengers,omitempty" xml:"maxPassengers,omitempty"`
	OriginPlace         *string `json:"originPlace,omitempty" xml:"originPlace,omitempty"`
	PaymentVoucherNo    *string `json:"paymentVoucherNo,omitempty" xml:"paymentVoucherNo,omitempty"`
	TaxAuthorityName    *string `json:"taxAuthorityName,omitempty" xml:"taxAuthorityName,omitempty"`
	TaxAuthorityNo      *string `json:"taxAuthorityNo,omitempty" xml:"taxAuthorityNo,omitempty"`
	TaxRate             *string `json:"taxRate,omitempty" xml:"taxRate,omitempty"`
	Tonnage             *string `json:"tonnage,omitempty" xml:"tonnage,omitempty"`
	VehicleNo           *string `json:"vehicleNo,omitempty" xml:"vehicleNo,omitempty"`
	VehicleType         *string `json:"vehicleType,omitempty" xml:"vehicleType,omitempty"`
}

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) GoString

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetBrand

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetCertificateNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetEngineNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetIdCardNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetImportCertificateNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetInspectionListNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetMaxPassengers

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetOriginPlace

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetPaymentVoucherNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityName

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxAuthorityNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTaxRate

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetTonnage

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleNo

func (*UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) SetVehicleType

func (UpdateInvoiceVerifyStatusRequestGeneralInvoiceVOListVehicleSaleDetailVOList) String

type UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList

type UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList struct {
	InvoiceCode *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo   *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
}

func (UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList) GoString

func (*UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList) SetInvoiceCode

func (*UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList) SetInvoiceNo

func (UpdateInvoiceVerifyStatusRequestInvoiceKeyVOList) String

type UpdateInvoiceVerifyStatusResponse

type UpdateInvoiceVerifyStatusResponse struct {
	Headers    map[string]*string                     `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                 `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceVerifyStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceVerifyStatusResponse) GoString

func (*UpdateInvoiceVerifyStatusResponse) SetHeaders

func (*UpdateInvoiceVerifyStatusResponse) SetStatusCode

func (UpdateInvoiceVerifyStatusResponse) String

type UpdateInvoiceVerifyStatusResponseBody

type UpdateInvoiceVerifyStatusResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateInvoiceVerifyStatusResponseBody) GoString

func (*UpdateInvoiceVerifyStatusResponseBody) SetResult

func (UpdateInvoiceVerifyStatusResponseBody) String

type UpdateInvoiceVoucherStatusHeaders

type UpdateInvoiceVoucherStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateInvoiceVoucherStatusHeaders) GoString

func (*UpdateInvoiceVoucherStatusHeaders) SetCommonHeaders

func (*UpdateInvoiceVoucherStatusHeaders) SetXAcsDingtalkAccessToken

func (UpdateInvoiceVoucherStatusHeaders) String

type UpdateInvoiceVoucherStatusRequest

type UpdateInvoiceVoucherStatusRequest struct {
	AccountantBookId *string `json:"accountantBookId,omitempty" xml:"accountantBookId,omitempty"`
	ActionType       *string `json:"actionType,omitempty" xml:"actionType,omitempty"`
	InvoiceCode      *string `json:"invoiceCode,omitempty" xml:"invoiceCode,omitempty"`
	InvoiceNo        *string `json:"invoiceNo,omitempty" xml:"invoiceNo,omitempty"`
	Operator         *string `json:"operator,omitempty" xml:"operator,omitempty"`
	VoucherId        *string `json:"voucherId,omitempty" xml:"voucherId,omitempty"`
}

func (UpdateInvoiceVoucherStatusRequest) GoString

func (*UpdateInvoiceVoucherStatusRequest) SetAccountantBookId added in v2.0.83

func (*UpdateInvoiceVoucherStatusRequest) SetActionType

func (*UpdateInvoiceVoucherStatusRequest) SetInvoiceCode

func (*UpdateInvoiceVoucherStatusRequest) SetInvoiceNo

func (*UpdateInvoiceVoucherStatusRequest) SetOperator

func (*UpdateInvoiceVoucherStatusRequest) SetVoucherId

func (UpdateInvoiceVoucherStatusRequest) String

type UpdateInvoiceVoucherStatusResponse

type UpdateInvoiceVoucherStatusResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateInvoiceVoucherStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateInvoiceVoucherStatusResponse) GoString

func (*UpdateInvoiceVoucherStatusResponse) SetHeaders

func (*UpdateInvoiceVoucherStatusResponse) SetStatusCode

func (UpdateInvoiceVoucherStatusResponse) String

type UpdateInvoiceVoucherStatusResponseBody

type UpdateInvoiceVoucherStatusResponseBody struct {
	Result  *bool `json:"result,omitempty" xml:"result,omitempty"`
	Success *bool `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateInvoiceVoucherStatusResponseBody) GoString

func (*UpdateInvoiceVoucherStatusResponseBody) SetResult

func (*UpdateInvoiceVoucherStatusResponseBody) SetSuccess

func (UpdateInvoiceVoucherStatusResponseBody) String

type UpdateReceiptHeaders

type UpdateReceiptHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateReceiptHeaders) GoString

func (s UpdateReceiptHeaders) GoString() string

func (*UpdateReceiptHeaders) SetCommonHeaders

func (s *UpdateReceiptHeaders) SetCommonHeaders(v map[string]*string) *UpdateReceiptHeaders

func (*UpdateReceiptHeaders) SetXAcsDingtalkAccessToken

func (s *UpdateReceiptHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateReceiptHeaders

func (UpdateReceiptHeaders) String

func (s UpdateReceiptHeaders) String() string

type UpdateReceiptRequest

type UpdateReceiptRequest struct {
	Receipts []*UpdateReceiptRequestReceipts `json:"receipts,omitempty" xml:"receipts,omitempty" type:"Repeated"`
}

func (UpdateReceiptRequest) GoString

func (s UpdateReceiptRequest) GoString() string

func (*UpdateReceiptRequest) SetReceipts

func (UpdateReceiptRequest) String

func (s UpdateReceiptRequest) String() string

type UpdateReceiptRequestReceipts

type UpdateReceiptRequestReceipts struct {
	Amount               *string `json:"amount,omitempty" xml:"amount,omitempty"`
	CategoryCode         *string `json:"categoryCode,omitempty" xml:"categoryCode,omitempty"`
	Code                 *string `json:"code,omitempty" xml:"code,omitempty"`
	CustomerCode         *string `json:"customerCode,omitempty" xml:"customerCode,omitempty"`
	EnterpriseAcountCode *string `json:"enterpriseAcountCode,omitempty" xml:"enterpriseAcountCode,omitempty"`
	OccurDate            *int64  `json:"occurDate,omitempty" xml:"occurDate,omitempty"`
	PrincipalId          *string `json:"principalId,omitempty" xml:"principalId,omitempty"`
	ProjectCode          *string `json:"projectCode,omitempty" xml:"projectCode,omitempty"`
	ReceiptType          *int64  `json:"receiptType,omitempty" xml:"receiptType,omitempty"`
	Remark               *string `json:"remark,omitempty" xml:"remark,omitempty"`
	SupplierCode         *string `json:"supplierCode,omitempty" xml:"supplierCode,omitempty"`
	Title                *string `json:"title,omitempty" xml:"title,omitempty"`
	UpdateTime           *int64  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
	UpdateUserId         *string `json:"updateUserId,omitempty" xml:"updateUserId,omitempty"`
}

func (UpdateReceiptRequestReceipts) GoString

func (s UpdateReceiptRequestReceipts) GoString() string

func (*UpdateReceiptRequestReceipts) SetAmount

func (*UpdateReceiptRequestReceipts) SetCategoryCode

func (*UpdateReceiptRequestReceipts) SetCode

func (*UpdateReceiptRequestReceipts) SetCustomerCode

func (*UpdateReceiptRequestReceipts) SetEnterpriseAcountCode

func (s *UpdateReceiptRequestReceipts) SetEnterpriseAcountCode(v string) *UpdateReceiptRequestReceipts

func (*UpdateReceiptRequestReceipts) SetOccurDate

func (*UpdateReceiptRequestReceipts) SetPrincipalId

func (*UpdateReceiptRequestReceipts) SetProjectCode

func (*UpdateReceiptRequestReceipts) SetReceiptType

func (*UpdateReceiptRequestReceipts) SetRemark

func (*UpdateReceiptRequestReceipts) SetSupplierCode

func (*UpdateReceiptRequestReceipts) SetTitle

func (*UpdateReceiptRequestReceipts) SetUpdateTime

func (*UpdateReceiptRequestReceipts) SetUpdateUserId

func (UpdateReceiptRequestReceipts) String

type UpdateReceiptResponse

type UpdateReceiptResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateReceiptResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateReceiptResponse) GoString

func (s UpdateReceiptResponse) GoString() string

func (*UpdateReceiptResponse) SetBody

func (*UpdateReceiptResponse) SetHeaders

func (*UpdateReceiptResponse) SetStatusCode

func (s *UpdateReceiptResponse) SetStatusCode(v int32) *UpdateReceiptResponse

func (UpdateReceiptResponse) String

func (s UpdateReceiptResponse) String() string

type UpdateReceiptResponseBody

type UpdateReceiptResponseBody struct {
	Results []*UpdateReceiptResponseBodyResults `json:"results,omitempty" xml:"results,omitempty" type:"Repeated"`
}

func (UpdateReceiptResponseBody) GoString

func (s UpdateReceiptResponseBody) GoString() string

func (*UpdateReceiptResponseBody) SetResults

func (UpdateReceiptResponseBody) String

func (s UpdateReceiptResponseBody) String() string

type UpdateReceiptResponseBodyResults

type UpdateReceiptResponseBodyResults struct {
	Code      *string `json:"code,omitempty" xml:"code,omitempty"`
	ErrorCode *string `json:"errorCode,omitempty" xml:"errorCode,omitempty"`
	ErrorMsg  *string `json:"errorMsg,omitempty" xml:"errorMsg,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (UpdateReceiptResponseBodyResults) GoString

func (*UpdateReceiptResponseBodyResults) SetCode

func (*UpdateReceiptResponseBodyResults) SetErrorCode

func (*UpdateReceiptResponseBodyResults) SetErrorMsg

func (*UpdateReceiptResponseBodyResults) SetSuccess

func (UpdateReceiptResponseBodyResults) String

type UpdateReceiptVoucherStatusHeaders

type UpdateReceiptVoucherStatusHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (UpdateReceiptVoucherStatusHeaders) GoString

func (*UpdateReceiptVoucherStatusHeaders) SetCommonHeaders

func (*UpdateReceiptVoucherStatusHeaders) SetXAcsDingtalkAccessToken

func (UpdateReceiptVoucherStatusHeaders) String

type UpdateReceiptVoucherStatusRequest

type UpdateReceiptVoucherStatusRequest struct {
	AccountPeriod *string `json:"accountPeriod,omitempty" xml:"accountPeriod,omitempty"`
	ActionType    *string `json:"actionType,omitempty" xml:"actionType,omitempty"`
	OperatorId    *string `json:"operatorId,omitempty" xml:"operatorId,omitempty"`
	ReceiptId     *string `json:"receiptId,omitempty" xml:"receiptId,omitempty"`
	VoucherCode   *string `json:"voucherCode,omitempty" xml:"voucherCode,omitempty"`
	VoucherId     *string `json:"voucherId,omitempty" xml:"voucherId,omitempty"`
}

func (UpdateReceiptVoucherStatusRequest) GoString

func (*UpdateReceiptVoucherStatusRequest) SetAccountPeriod

func (*UpdateReceiptVoucherStatusRequest) SetActionType

func (*UpdateReceiptVoucherStatusRequest) SetOperatorId

func (*UpdateReceiptVoucherStatusRequest) SetReceiptId

func (*UpdateReceiptVoucherStatusRequest) SetVoucherCode

func (*UpdateReceiptVoucherStatusRequest) SetVoucherId

func (UpdateReceiptVoucherStatusRequest) String

type UpdateReceiptVoucherStatusResponse

type UpdateReceiptVoucherStatusResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *UpdateReceiptVoucherStatusResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (UpdateReceiptVoucherStatusResponse) GoString

func (*UpdateReceiptVoucherStatusResponse) SetHeaders

func (*UpdateReceiptVoucherStatusResponse) SetStatusCode

func (UpdateReceiptVoucherStatusResponse) String

type UpdateReceiptVoucherStatusResponseBody

type UpdateReceiptVoucherStatusResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (UpdateReceiptVoucherStatusResponseBody) GoString

func (*UpdateReceiptVoucherStatusResponseBody) SetResult

func (UpdateReceiptVoucherStatusResponseBody) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL