bizfinance_2_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 BatchDeleteReceiptHeaders

type BatchDeleteReceiptHeaders 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 (BatchDeleteReceiptHeaders) GoString

func (s BatchDeleteReceiptHeaders) GoString() string

func (*BatchDeleteReceiptHeaders) SetCommonHeaders

func (*BatchDeleteReceiptHeaders) SetXAcsDingtalkAccessToken

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

func (BatchDeleteReceiptHeaders) String

func (s BatchDeleteReceiptHeaders) String() string

type BatchDeleteReceiptRequest

type BatchDeleteReceiptRequest struct {
	InstanceIdList []*string `json:"instanceIdList,omitempty" xml:"instanceIdList,omitempty" type:"Repeated"`
	Operator       *string   `json:"operator,omitempty" xml:"operator,omitempty"`
}

func (BatchDeleteReceiptRequest) GoString

func (s BatchDeleteReceiptRequest) GoString() string

func (*BatchDeleteReceiptRequest) SetInstanceIdList

func (s *BatchDeleteReceiptRequest) SetInstanceIdList(v []*string) *BatchDeleteReceiptRequest

func (*BatchDeleteReceiptRequest) SetOperator

func (BatchDeleteReceiptRequest) String

func (s BatchDeleteReceiptRequest) String() string

type BatchDeleteReceiptResponse

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

func (BatchDeleteReceiptResponse) GoString

func (s BatchDeleteReceiptResponse) GoString() string

func (*BatchDeleteReceiptResponse) SetBody

func (*BatchDeleteReceiptResponse) SetHeaders

func (*BatchDeleteReceiptResponse) SetStatusCode

func (BatchDeleteReceiptResponse) String

type BatchDeleteReceiptResponseBody

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

func (BatchDeleteReceiptResponseBody) GoString

func (*BatchDeleteReceiptResponseBody) SetResult

func (BatchDeleteReceiptResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) BatchDeleteReceipt

func (client *Client) BatchDeleteReceipt(request *BatchDeleteReceiptRequest) (_result *BatchDeleteReceiptResponse, _err error)

func (*Client) BatchDeleteReceiptWithOptions

func (client *Client) BatchDeleteReceiptWithOptions(request *BatchDeleteReceiptRequest, headers *BatchDeleteReceiptHeaders, runtime *util.RuntimeOptions) (_result *BatchDeleteReceiptResponse, _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) 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) 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) 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) Init

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

func (*Client) LinkCommonInvoke

func (client *Client) LinkCommonInvoke(request *LinkCommonInvokeRequest) (_result *LinkCommonInvokeResponse, _err error)

func (*Client) LinkCommonInvokeWithOptions

func (client *Client) LinkCommonInvokeWithOptions(request *LinkCommonInvokeRequest, headers *LinkCommonInvokeHeaders, runtime *util.RuntimeOptions) (_result *LinkCommonInvokeResponse, _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) 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) 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) QueryInstancePaymentOrderDetail

func (client *Client) QueryInstancePaymentOrderDetail(instanceId *string, request *QueryInstancePaymentOrderDetailRequest) (_result *QueryInstancePaymentOrderDetailResponse, _err error)

func (*Client) QueryInstancePaymentOrderDetailWithOptions

func (client *Client) QueryInstancePaymentOrderDetailWithOptions(instanceId *string, request *QueryInstancePaymentOrderDetailRequest, headers *QueryInstancePaymentOrderDetailHeaders, runtime *util.RuntimeOptions) (_result *QueryInstancePaymentOrderDetailResponse, _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) 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) SignEnterpriseAccount

func (client *Client) SignEnterpriseAccount(request *SignEnterpriseAccountRequest) (_result *SignEnterpriseAccountResponse, _err error)

func (*Client) SignEnterpriseAccountWithOptions

func (client *Client) SignEnterpriseAccountWithOptions(request *SignEnterpriseAccountRequest, headers *SignEnterpriseAccountHeaders, runtime *util.RuntimeOptions) (_result *SignEnterpriseAccountResponse, _err error)

func (*Client) UpdateInstanceOrderInfo

func (client *Client) UpdateInstanceOrderInfo(instanceId *string, request *UpdateInstanceOrderInfoRequest) (_result *UpdateInstanceOrderInfoResponse, _err error)

func (*Client) UpdateInstanceOrderInfoWithOptions

func (client *Client) UpdateInstanceOrderInfoWithOptions(instanceId *string, tmpReq *UpdateInstanceOrderInfoRequest, headers *UpdateInstanceOrderInfoHeaders, runtime *util.RuntimeOptions) (_result *UpdateInstanceOrderInfoResponse, _err error)

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

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 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

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 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

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 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

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 LinkCommonInvokeHeaders

type LinkCommonInvokeHeaders 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 (LinkCommonInvokeHeaders) GoString

func (s LinkCommonInvokeHeaders) GoString() string

func (*LinkCommonInvokeHeaders) SetCommonHeaders

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

func (*LinkCommonInvokeHeaders) SetXAcsDingtalkAccessToken

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

func (LinkCommonInvokeHeaders) String

func (s LinkCommonInvokeHeaders) String() string

type LinkCommonInvokeRequest

type LinkCommonInvokeRequest struct {
	BizType  *string `json:"bizType,omitempty" xml:"bizType,omitempty"`
	Data     *string `json:"data,omitempty" xml:"data,omitempty"`
	InvokeId *string `json:"invokeId,omitempty" xml:"invokeId,omitempty"`
	UserId   *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (LinkCommonInvokeRequest) GoString

func (s LinkCommonInvokeRequest) GoString() string

func (*LinkCommonInvokeRequest) SetBizType

func (*LinkCommonInvokeRequest) SetData

func (*LinkCommonInvokeRequest) SetInvokeId

func (*LinkCommonInvokeRequest) SetUserId

func (LinkCommonInvokeRequest) String

func (s LinkCommonInvokeRequest) String() string

type LinkCommonInvokeResponse

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

func (LinkCommonInvokeResponse) GoString

func (s LinkCommonInvokeResponse) GoString() string

func (*LinkCommonInvokeResponse) SetBody

func (*LinkCommonInvokeResponse) SetHeaders

func (*LinkCommonInvokeResponse) SetStatusCode

func (LinkCommonInvokeResponse) String

func (s LinkCommonInvokeResponse) String() string

type LinkCommonInvokeResponseBody

type LinkCommonInvokeResponseBody struct {
	BizType  *string `json:"bizType,omitempty" xml:"bizType,omitempty"`
	Data     *string `json:"data,omitempty" xml:"data,omitempty"`
	InvokeId *string `json:"invokeId,omitempty" xml:"invokeId,omitempty"`
}

func (LinkCommonInvokeResponseBody) GoString

func (s LinkCommonInvokeResponseBody) GoString() string

func (*LinkCommonInvokeResponseBody) SetBizType

func (*LinkCommonInvokeResponseBody) SetData

func (*LinkCommonInvokeResponseBody) SetInvokeId

func (LinkCommonInvokeResponseBody) String

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 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 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 QueryInstancePaymentOrderDetailHeaders

type QueryInstancePaymentOrderDetailHeaders 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 (QueryInstancePaymentOrderDetailHeaders) GoString

func (*QueryInstancePaymentOrderDetailHeaders) SetCommonHeaders

func (*QueryInstancePaymentOrderDetailHeaders) SetXAcsDingtalkAccessToken

func (QueryInstancePaymentOrderDetailHeaders) String

type QueryInstancePaymentOrderDetailRequest

type QueryInstancePaymentOrderDetailRequest struct {
	OrderNo *string `json:"orderNo,omitempty" xml:"orderNo,omitempty"`
}

func (QueryInstancePaymentOrderDetailRequest) GoString

func (*QueryInstancePaymentOrderDetailRequest) SetOrderNo

func (QueryInstancePaymentOrderDetailRequest) String

type QueryInstancePaymentOrderDetailResponse

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

func (QueryInstancePaymentOrderDetailResponse) GoString

func (*QueryInstancePaymentOrderDetailResponse) SetHeaders

func (*QueryInstancePaymentOrderDetailResponse) SetStatusCode

func (QueryInstancePaymentOrderDetailResponse) String

type QueryInstancePaymentOrderDetailResponseBody

type QueryInstancePaymentOrderDetailResponseBody struct {
	Amount          *string                                                     `json:"amount,omitempty" xml:"amount,omitempty"`
	InstanceId      *string                                                     `json:"instanceId,omitempty" xml:"instanceId,omitempty"`
	PayeeAccountDTO *QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTO `json:"payeeAccountDTO,omitempty" xml:"payeeAccountDTO,omitempty" type:"Struct"`
	PayerAccountDTO *QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTO `json:"payerAccountDTO,omitempty" xml:"payerAccountDTO,omitempty" type:"Struct"`
	Remark          *string                                                     `json:"remark,omitempty" xml:"remark,omitempty"`
	Usage           *string                                                     `json:"usage,omitempty" xml:"usage,omitempty"`
	UserId          *string                                                     `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (QueryInstancePaymentOrderDetailResponseBody) GoString

func (*QueryInstancePaymentOrderDetailResponseBody) SetAmount

func (*QueryInstancePaymentOrderDetailResponseBody) SetInstanceId

func (*QueryInstancePaymentOrderDetailResponseBody) SetRemark

func (*QueryInstancePaymentOrderDetailResponseBody) SetUsage

func (*QueryInstancePaymentOrderDetailResponseBody) SetUserId

func (QueryInstancePaymentOrderDetailResponseBody) String

type QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTO

type QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTO struct {
	BankOpenDTO *QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO `json:"bankOpenDTO,omitempty" xml:"bankOpenDTO,omitempty" type:"Struct"`
}

func (QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTO) GoString

func (QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTO) String

type QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO

type QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO struct {
	AccountName    *string `json:"accountName,omitempty" xml:"accountName,omitempty"`
	BankBranchCode *string `json:"bankBranchCode,omitempty" xml:"bankBranchCode,omitempty"`
	BankBranchName *string `json:"bankBranchName,omitempty" xml:"bankBranchName,omitempty"`
	BankCardNo     *string `json:"bankCardNo,omitempty" xml:"bankCardNo,omitempty"`
	BankCode       *string `json:"bankCode,omitempty" xml:"bankCode,omitempty"`
	BankName       *string `json:"bankName,omitempty" xml:"bankName,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) GoString

func (*QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) SetAccountName

func (*QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) SetBankBranchCode

func (*QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) SetBankBranchName

func (*QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) SetBankCardNo

func (*QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) SetBankCode

func (*QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) SetBankName

func (*QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) SetType

func (QueryInstancePaymentOrderDetailResponseBodyPayeeAccountDTOBankOpenDTO) String

type QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTO

type QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTO struct {
	BankOpenDTO           *QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO `json:"bankOpenDTO,omitempty" xml:"bankOpenDTO,omitempty" type:"Struct"`
	EnterpriseAccountCode *string                                                                `json:"enterpriseAccountCode,omitempty" xml:"enterpriseAccountCode,omitempty"`
}

func (QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTO) GoString

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTO) SetEnterpriseAccountCode

func (QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTO) String

type QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO

type QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO struct {
	AccountName    *string `json:"accountName,omitempty" xml:"accountName,omitempty"`
	BankBranchCode *string `json:"bankBranchCode,omitempty" xml:"bankBranchCode,omitempty"`
	BankBranchName *string `json:"bankBranchName,omitempty" xml:"bankBranchName,omitempty"`
	BankCardNo     *string `json:"bankCardNo,omitempty" xml:"bankCardNo,omitempty"`
	BankCode       *string `json:"bankCode,omitempty" xml:"bankCode,omitempty"`
	BankName       *string `json:"bankName,omitempty" xml:"bankName,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) GoString

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) SetAccountName

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) SetBankBranchCode

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) SetBankBranchName

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) SetBankCardNo

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) SetBankCode

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) SetBankName

func (*QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) SetType

func (QueryInstancePaymentOrderDetailResponseBodyPayerAccountDTOBankOpenDTO) 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

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 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 SignEnterpriseAccountHeaders

type SignEnterpriseAccountHeaders 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 (SignEnterpriseAccountHeaders) GoString

func (s SignEnterpriseAccountHeaders) GoString() string

func (*SignEnterpriseAccountHeaders) SetCommonHeaders

func (*SignEnterpriseAccountHeaders) SetXAcsDingtalkAccessToken

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

func (SignEnterpriseAccountHeaders) String

type SignEnterpriseAccountRequest

type SignEnterpriseAccountRequest struct {
	BankCardNo      *string `json:"bankCardNo,omitempty" xml:"bankCardNo,omitempty"`
	Operator        *string `json:"operator,omitempty" xml:"operator,omitempty"`
	SignOperateType *string `json:"signOperateType,omitempty" xml:"signOperateType,omitempty"`
}

func (SignEnterpriseAccountRequest) GoString

func (s SignEnterpriseAccountRequest) GoString() string

func (*SignEnterpriseAccountRequest) SetBankCardNo

func (*SignEnterpriseAccountRequest) SetOperator

func (*SignEnterpriseAccountRequest) SetSignOperateType

func (SignEnterpriseAccountRequest) String

type SignEnterpriseAccountResponse

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

func (SignEnterpriseAccountResponse) GoString

func (*SignEnterpriseAccountResponse) SetBody

func (*SignEnterpriseAccountResponse) SetHeaders

func (*SignEnterpriseAccountResponse) SetStatusCode

func (SignEnterpriseAccountResponse) String

type SignEnterpriseAccountResponseBody

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

func (SignEnterpriseAccountResponseBody) GoString

func (*SignEnterpriseAccountResponseBody) SetResult

func (SignEnterpriseAccountResponseBody) String

type UpdateInstanceOrderInfoHeaders

type UpdateInstanceOrderInfoHeaders 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 (UpdateInstanceOrderInfoHeaders) GoString

func (*UpdateInstanceOrderInfoHeaders) SetCommonHeaders

func (*UpdateInstanceOrderInfoHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateInstanceOrderInfoHeaders) String

type UpdateInstanceOrderInfoRequest

type UpdateInstanceOrderInfoRequest struct {
	FailReason *string                                  `json:"failReason,omitempty" xml:"failReason,omitempty"`
	OrderNo    *string                                  `json:"orderNo,omitempty" xml:"orderNo,omitempty"`
	OutOrderNo *string                                  `json:"outOrderNo,omitempty" xml:"outOrderNo,omitempty"`
	PayerBank  *UpdateInstanceOrderInfoRequestPayerBank `json:"payerBank,omitempty" xml:"payerBank,omitempty" type:"Struct"`
	Status     *string                                  `json:"status,omitempty" xml:"status,omitempty"`
	UserId     *string                                  `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (UpdateInstanceOrderInfoRequest) GoString

func (*UpdateInstanceOrderInfoRequest) SetFailReason

func (*UpdateInstanceOrderInfoRequest) SetOrderNo

func (*UpdateInstanceOrderInfoRequest) SetOutOrderNo

func (*UpdateInstanceOrderInfoRequest) SetStatus

func (*UpdateInstanceOrderInfoRequest) SetUserId

func (UpdateInstanceOrderInfoRequest) String

type UpdateInstanceOrderInfoRequestPayerBank

type UpdateInstanceOrderInfoRequestPayerBank struct {
	CardNo *string `json:"cardNo,omitempty" xml:"cardNo,omitempty"`
	Name   *string `json:"name,omitempty" xml:"name,omitempty"`
}

func (UpdateInstanceOrderInfoRequestPayerBank) GoString

func (*UpdateInstanceOrderInfoRequestPayerBank) SetCardNo

func (*UpdateInstanceOrderInfoRequestPayerBank) SetName

func (UpdateInstanceOrderInfoRequestPayerBank) String

type UpdateInstanceOrderInfoResponse

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

func (UpdateInstanceOrderInfoResponse) GoString

func (*UpdateInstanceOrderInfoResponse) SetHeaders

func (*UpdateInstanceOrderInfoResponse) SetStatusCode

func (UpdateInstanceOrderInfoResponse) String

type UpdateInstanceOrderInfoResponseBody

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

func (UpdateInstanceOrderInfoResponseBody) GoString

func (*UpdateInstanceOrderInfoResponseBody) SetResult

func (UpdateInstanceOrderInfoResponseBody) String

type UpdateInstanceOrderInfoShrinkRequest

type UpdateInstanceOrderInfoShrinkRequest struct {
	FailReason      *string `json:"failReason,omitempty" xml:"failReason,omitempty"`
	OrderNo         *string `json:"orderNo,omitempty" xml:"orderNo,omitempty"`
	OutOrderNo      *string `json:"outOrderNo,omitempty" xml:"outOrderNo,omitempty"`
	PayerBankShrink *string `json:"payerBank,omitempty" xml:"payerBank,omitempty"`
	Status          *string `json:"status,omitempty" xml:"status,omitempty"`
	UserId          *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (UpdateInstanceOrderInfoShrinkRequest) GoString

func (*UpdateInstanceOrderInfoShrinkRequest) SetFailReason

func (*UpdateInstanceOrderInfoShrinkRequest) SetOrderNo

func (*UpdateInstanceOrderInfoShrinkRequest) SetOutOrderNo

func (*UpdateInstanceOrderInfoShrinkRequest) SetPayerBankShrink

func (*UpdateInstanceOrderInfoShrinkRequest) SetStatus

func (*UpdateInstanceOrderInfoShrinkRequest) SetUserId

func (UpdateInstanceOrderInfoShrinkRequest) String

Jump to

Keyboard shortcuts

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