apis

package
v1.46.0 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2020 License: Apache-2.0 Imports: 2 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckAgentRequest

type CheckAgentRequest struct {
	core.JDCloudRequest

	/*   */
	AgentSpec *cloudauth.AgentSpec `json:"agentSpec"`
}

func NewCheckAgentRequest

func NewCheckAgentRequest(
	agentSpec *cloudauth.AgentSpec,
) *CheckAgentRequest

* param agentSpec: (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewCheckAgentRequestWithAllParams

func NewCheckAgentRequestWithAllParams(
	agentSpec *cloudauth.AgentSpec,
) *CheckAgentRequest

* param agentSpec: (Required)

func NewCheckAgentRequestWithoutParam

func NewCheckAgentRequestWithoutParam() *CheckAgentRequest

This constructor has better compatible ability when API parameters changed

func (CheckAgentRequest) GetRegionId

func (r CheckAgentRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*CheckAgentRequest) SetAgentSpec

func (r *CheckAgentRequest) SetAgentSpec(agentSpec *cloudauth.AgentSpec)

param agentSpec: (Required)

type CheckAgentResponse

type CheckAgentResponse struct {
	RequestID string             `json:"requestId"`
	Error     core.ErrorResponse `json:"error"`
	Result    CheckAgentResult   `json:"result"`
}

type CheckAgentResult

type CheckAgentResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type CheckCompanyInfoRequest

type CheckCompanyInfoRequest struct {
	core.JDCloudRequest

	/*   */
	CompanyInfo *cloudauth.CompanyInfo `json:"companyInfo"`
}

func NewCheckCompanyInfoRequest

func NewCheckCompanyInfoRequest(
	companyInfo *cloudauth.CompanyInfo,
) *CheckCompanyInfoRequest

* param companyInfo: (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewCheckCompanyInfoRequestWithAllParams

func NewCheckCompanyInfoRequestWithAllParams(
	companyInfo *cloudauth.CompanyInfo,
) *CheckCompanyInfoRequest

* param companyInfo: (Required)

func NewCheckCompanyInfoRequestWithoutParam

func NewCheckCompanyInfoRequestWithoutParam() *CheckCompanyInfoRequest

This constructor has better compatible ability when API parameters changed

func (CheckCompanyInfoRequest) GetRegionId

func (r CheckCompanyInfoRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*CheckCompanyInfoRequest) SetCompanyInfo

func (r *CheckCompanyInfoRequest) SetCompanyInfo(companyInfo *cloudauth.CompanyInfo)

param companyInfo: (Required)

type CheckCompanyInfoResponse

type CheckCompanyInfoResponse struct {
	RequestID string                 `json:"requestId"`
	Error     core.ErrorResponse     `json:"error"`
	Result    CheckCompanyInfoResult `json:"result"`
}

type CheckCompanyInfoResult

type CheckCompanyInfoResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type CheckCompanyTransferRequest

type CheckCompanyTransferRequest struct {
	core.JDCloudRequest

	/*   */
	CheckInfo *cloudauth.CheckInfo `json:"checkInfo"`
}

func NewCheckCompanyTransferRequest

func NewCheckCompanyTransferRequest(
	checkInfo *cloudauth.CheckInfo,
) *CheckCompanyTransferRequest

* param checkInfo: (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewCheckCompanyTransferRequestWithAllParams

func NewCheckCompanyTransferRequestWithAllParams(
	checkInfo *cloudauth.CheckInfo,
) *CheckCompanyTransferRequest

* param checkInfo: (Required)

func NewCheckCompanyTransferRequestWithoutParam

func NewCheckCompanyTransferRequestWithoutParam() *CheckCompanyTransferRequest

This constructor has better compatible ability when API parameters changed

func (CheckCompanyTransferRequest) GetRegionId

func (r CheckCompanyTransferRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*CheckCompanyTransferRequest) SetCheckInfo

func (r *CheckCompanyTransferRequest) SetCheckInfo(checkInfo *cloudauth.CheckInfo)

param checkInfo: (Required)

type CheckCompanyTransferResponse

type CheckCompanyTransferResponse struct {
	RequestID string                     `json:"requestId"`
	Error     core.ErrorResponse         `json:"error"`
	Result    CheckCompanyTransferResult `json:"result"`
}

type CheckCompanyTransferResult

type CheckCompanyTransferResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type CheckLegalPersonAndAgentRequest

type CheckLegalPersonAndAgentRequest struct {
	core.JDCloudRequest

	/*   */
	LegalPersonAndAgentSpec *cloudauth.LegalPersonAndAgentSpec `json:"legalPersonAndAgentSpec"`
}

func NewCheckLegalPersonAndAgentRequest

func NewCheckLegalPersonAndAgentRequest(
	legalPersonAndAgentSpec *cloudauth.LegalPersonAndAgentSpec,
) *CheckLegalPersonAndAgentRequest

* param legalPersonAndAgentSpec: (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewCheckLegalPersonAndAgentRequestWithAllParams

func NewCheckLegalPersonAndAgentRequestWithAllParams(
	legalPersonAndAgentSpec *cloudauth.LegalPersonAndAgentSpec,
) *CheckLegalPersonAndAgentRequest

* param legalPersonAndAgentSpec: (Required)

func NewCheckLegalPersonAndAgentRequestWithoutParam

func NewCheckLegalPersonAndAgentRequestWithoutParam() *CheckLegalPersonAndAgentRequest

This constructor has better compatible ability when API parameters changed

func (CheckLegalPersonAndAgentRequest) GetRegionId

func (r CheckLegalPersonAndAgentRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*CheckLegalPersonAndAgentRequest) SetLegalPersonAndAgentSpec

func (r *CheckLegalPersonAndAgentRequest) SetLegalPersonAndAgentSpec(legalPersonAndAgentSpec *cloudauth.LegalPersonAndAgentSpec)

param legalPersonAndAgentSpec: (Required)

type CheckLegalPersonAndAgentResponse

type CheckLegalPersonAndAgentResponse struct {
	RequestID string                         `json:"requestId"`
	Error     core.ErrorResponse             `json:"error"`
	Result    CheckLegalPersonAndAgentResult `json:"result"`
}

type CheckLegalPersonAndAgentResult

type CheckLegalPersonAndAgentResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type CheckLegalPersonRequest

type CheckLegalPersonRequest struct {
	core.JDCloudRequest

	/*   */
	LegalPersonSpec *cloudauth.LegalPersonSpec `json:"legalPersonSpec"`
}

func NewCheckLegalPersonRequest

func NewCheckLegalPersonRequest(
	legalPersonSpec *cloudauth.LegalPersonSpec,
) *CheckLegalPersonRequest

* param legalPersonSpec: (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewCheckLegalPersonRequestWithAllParams

func NewCheckLegalPersonRequestWithAllParams(
	legalPersonSpec *cloudauth.LegalPersonSpec,
) *CheckLegalPersonRequest

* param legalPersonSpec: (Required)

func NewCheckLegalPersonRequestWithoutParam

func NewCheckLegalPersonRequestWithoutParam() *CheckLegalPersonRequest

This constructor has better compatible ability when API parameters changed

func (CheckLegalPersonRequest) GetRegionId

func (r CheckLegalPersonRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*CheckLegalPersonRequest) SetLegalPersonSpec

func (r *CheckLegalPersonRequest) SetLegalPersonSpec(legalPersonSpec *cloudauth.LegalPersonSpec)

param legalPersonSpec: (Required)

type CheckLegalPersonResponse

type CheckLegalPersonResponse struct {
	RequestID string                 `json:"requestId"`
	Error     core.ErrorResponse     `json:"error"`
	Result    CheckLegalPersonResult `json:"result"`
}

type CheckLegalPersonResult

type CheckLegalPersonResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type CompanyTransferRequest

type CompanyTransferRequest struct {
	core.JDCloudRequest

	/*   */
	AccountInfo *cloudauth.AccountInfo `json:"accountInfo"`
}

func NewCompanyTransferRequest

func NewCompanyTransferRequest(
	accountInfo *cloudauth.AccountInfo,
) *CompanyTransferRequest

* param accountInfo: (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewCompanyTransferRequestWithAllParams

func NewCompanyTransferRequestWithAllParams(
	accountInfo *cloudauth.AccountInfo,
) *CompanyTransferRequest

* param accountInfo: (Required)

func NewCompanyTransferRequestWithoutParam

func NewCompanyTransferRequestWithoutParam() *CompanyTransferRequest

This constructor has better compatible ability when API parameters changed

func (CompanyTransferRequest) GetRegionId

func (r CompanyTransferRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*CompanyTransferRequest) SetAccountInfo

func (r *CompanyTransferRequest) SetAccountInfo(accountInfo *cloudauth.AccountInfo)

param accountInfo: (Required)

type CompanyTransferResponse

type CompanyTransferResponse struct {
	RequestID string                `json:"requestId"`
	Error     core.ErrorResponse    `json:"error"`
	Result    CompanyTransferResult `json:"result"`
}

type CompanyTransferResult

type CompanyTransferResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type DescribeApplyStatusRequest

type DescribeApplyStatusRequest struct {
	core.JDCloudRequest
}

func NewDescribeApplyStatusRequest

func NewDescribeApplyStatusRequest() *DescribeApplyStatusRequest

* * @Deprecated, not compatible when mandatory parameters changed

func NewDescribeApplyStatusRequestWithAllParams

func NewDescribeApplyStatusRequestWithAllParams() *DescribeApplyStatusRequest

func NewDescribeApplyStatusRequestWithoutParam

func NewDescribeApplyStatusRequestWithoutParam() *DescribeApplyStatusRequest

This constructor has better compatible ability when API parameters changed

func (DescribeApplyStatusRequest) GetRegionId

func (r DescribeApplyStatusRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

type DescribeApplyStatusResponse

type DescribeApplyStatusResponse struct {
	RequestID string                    `json:"requestId"`
	Error     core.ErrorResponse        `json:"error"`
	Result    DescribeApplyStatusResult `json:"result"`
}

type DescribeApplyStatusResult

type DescribeApplyStatusResult struct {
	Pin       string `json:"pin"`
	Status    int    `json:"status"`
	ApplyTime string `json:"applyTime"`
}

type PersonalAuthRequest

type PersonalAuthRequest struct {
	core.JDCloudRequest

	/*   */
	PersonalSpec *cloudauth.PersonalSpec `json:"personalSpec"`
}

func NewPersonalAuthRequest

func NewPersonalAuthRequest(
	personalSpec *cloudauth.PersonalSpec,
) *PersonalAuthRequest

* param personalSpec: (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewPersonalAuthRequestWithAllParams

func NewPersonalAuthRequestWithAllParams(
	personalSpec *cloudauth.PersonalSpec,
) *PersonalAuthRequest

* param personalSpec: (Required)

func NewPersonalAuthRequestWithoutParam

func NewPersonalAuthRequestWithoutParam() *PersonalAuthRequest

This constructor has better compatible ability when API parameters changed

func (PersonalAuthRequest) GetRegionId

func (r PersonalAuthRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*PersonalAuthRequest) SetPersonalSpec

func (r *PersonalAuthRequest) SetPersonalSpec(personalSpec *cloudauth.PersonalSpec)

param personalSpec: (Required)

type PersonalAuthResponse

type PersonalAuthResponse struct {
	RequestID string             `json:"requestId"`
	Error     core.ErrorResponse `json:"error"`
	Result    PersonalAuthResult `json:"result"`
}

type PersonalAuthResult

type PersonalAuthResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type QueryBankBranchListRequest

type QueryBankBranchListRequest struct {
	core.JDCloudRequest

	/* 银行代码  */
	BankCode string `json:"bankCode"`

	/* 城市代码  */
	CityCode string `json:"cityCode"`
}

func NewQueryBankBranchListRequest

func NewQueryBankBranchListRequest(
	bankCode string,
	cityCode string,
) *QueryBankBranchListRequest

* param bankCode: 银行代码 (Required) * param cityCode: 城市代码 (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewQueryBankBranchListRequestWithAllParams

func NewQueryBankBranchListRequestWithAllParams(
	bankCode string,
	cityCode string,
) *QueryBankBranchListRequest

* param bankCode: 银行代码 (Required) * param cityCode: 城市代码 (Required)

func NewQueryBankBranchListRequestWithoutParam

func NewQueryBankBranchListRequestWithoutParam() *QueryBankBranchListRequest

This constructor has better compatible ability when API parameters changed

func (QueryBankBranchListRequest) GetRegionId

func (r QueryBankBranchListRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*QueryBankBranchListRequest) SetBankCode

func (r *QueryBankBranchListRequest) SetBankCode(bankCode string)

param bankCode: 银行代码(Required)

func (*QueryBankBranchListRequest) SetCityCode

func (r *QueryBankBranchListRequest) SetCityCode(cityCode string)

param cityCode: 城市代码(Required)

type QueryBankBranchListResponse

type QueryBankBranchListResponse struct {
	RequestID string                    `json:"requestId"`
	Error     core.ErrorResponse        `json:"error"`
	Result    QueryBankBranchListResult `json:"result"`
}

type QueryBankBranchListResult

type QueryBankBranchListResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type QueryBankListRequest

type QueryBankListRequest struct {
	core.JDCloudRequest
}

func NewQueryBankListRequest

func NewQueryBankListRequest() *QueryBankListRequest

* * @Deprecated, not compatible when mandatory parameters changed

func NewQueryBankListRequestWithAllParams

func NewQueryBankListRequestWithAllParams() *QueryBankListRequest

func NewQueryBankListRequestWithoutParam

func NewQueryBankListRequestWithoutParam() *QueryBankListRequest

This constructor has better compatible ability when API parameters changed

func (QueryBankListRequest) GetRegionId

func (r QueryBankListRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

type QueryBankListResponse

type QueryBankListResponse struct {
	RequestID string              `json:"requestId"`
	Error     core.ErrorResponse  `json:"error"`
	Result    QueryBankListResult `json:"result"`
}

type QueryBankListResult

type QueryBankListResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type QueryCityListRequest

type QueryCityListRequest struct {
	core.JDCloudRequest

	/* 省份代码  */
	ProvinceCode string `json:"provinceCode"`
}

func NewQueryCityListRequest

func NewQueryCityListRequest(
	provinceCode string,
) *QueryCityListRequest

* param provinceCode: 省份代码 (Required) * * @Deprecated, not compatible when mandatory parameters changed

func NewQueryCityListRequestWithAllParams

func NewQueryCityListRequestWithAllParams(
	provinceCode string,
) *QueryCityListRequest

* param provinceCode: 省份代码 (Required)

func NewQueryCityListRequestWithoutParam

func NewQueryCityListRequestWithoutParam() *QueryCityListRequest

This constructor has better compatible ability when API parameters changed

func (QueryCityListRequest) GetRegionId

func (r QueryCityListRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

func (*QueryCityListRequest) SetProvinceCode

func (r *QueryCityListRequest) SetProvinceCode(provinceCode string)

param provinceCode: 省份代码(Required)

type QueryCityListResponse

type QueryCityListResponse struct {
	RequestID string              `json:"requestId"`
	Error     core.ErrorResponse  `json:"error"`
	Result    QueryCityListResult `json:"result"`
}

type QueryCityListResult

type QueryCityListResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

type QueryProvinceListRequest

type QueryProvinceListRequest struct {
	core.JDCloudRequest
}

func NewQueryProvinceListRequest

func NewQueryProvinceListRequest() *QueryProvinceListRequest

* * @Deprecated, not compatible when mandatory parameters changed

func NewQueryProvinceListRequestWithAllParams

func NewQueryProvinceListRequestWithAllParams() *QueryProvinceListRequest

func NewQueryProvinceListRequestWithoutParam

func NewQueryProvinceListRequestWithoutParam() *QueryProvinceListRequest

This constructor has better compatible ability when API parameters changed

func (QueryProvinceListRequest) GetRegionId

func (r QueryProvinceListRequest) GetRegionId() string

GetRegionId returns path parameter 'regionId' if exist, otherwise return empty string

type QueryProvinceListResponse

type QueryProvinceListResponse struct {
	RequestID string                  `json:"requestId"`
	Error     core.ErrorResponse      `json:"error"`
	Result    QueryProvinceListResult `json:"result"`
}

type QueryProvinceListResult

type QueryProvinceListResult struct {
	Success      bool   `json:"success"`
	HasException bool   `json:"hasException"`
	Code         string `json:"code"`
	Message      string `json:"message"`
	Detail       string `json:"detail"`
}

Jump to

Keyboard shortcuts

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