Documentation ¶
Index ¶
- type AddCustomInfoRequest
- type AddCustomInfoResponse
- type AddTrialRecordRequest
- type AddTrialRecordResponse
- type ApplyForLoanRequest
- type ApplyForLoanResponse
- type CancelCreditRequest
- type CancelCreditResponse
- type Client
- func NewClient() (client *Client, err error)
- func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
- func NewClientWithEcsRamRole(regionId string, roleName string) (client *Client, err error)
- func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
- func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
- func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
- func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
- func (client *Client) AddCustomInfo(request *AddCustomInfoRequest) (response *AddCustomInfoResponse, err error)
- func (client *Client) AddCustomInfoWithCallback(request *AddCustomInfoRequest, ...) <-chan int
- func (client *Client) AddCustomInfoWithChan(request *AddCustomInfoRequest) (<-chan *AddCustomInfoResponse, <-chan error)
- func (client *Client) AddTrialRecord(request *AddTrialRecordRequest) (response *AddTrialRecordResponse, err error)
- func (client *Client) AddTrialRecordWithCallback(request *AddTrialRecordRequest, ...) <-chan int
- func (client *Client) AddTrialRecordWithChan(request *AddTrialRecordRequest) (<-chan *AddTrialRecordResponse, <-chan error)
- func (client *Client) ApplyForLoan(request *ApplyForLoanRequest) (response *ApplyForLoanResponse, err error)
- func (client *Client) ApplyForLoanWithCallback(request *ApplyForLoanRequest, ...) <-chan int
- func (client *Client) ApplyForLoanWithChan(request *ApplyForLoanRequest) (<-chan *ApplyForLoanResponse, <-chan error)
- func (client *Client) CancelCredit(request *CancelCreditRequest) (response *CancelCreditResponse, err error)
- func (client *Client) CancelCreditWithCallback(request *CancelCreditRequest, ...) <-chan int
- func (client *Client) CancelCreditWithChan(request *CancelCreditRequest) (<-chan *CancelCreditResponse, <-chan error)
- func (client *Client) GetAuthorizeCreditQuery(request *GetAuthorizeCreditQueryRequest) (response *GetAuthorizeCreditQueryResponse, err error)
- func (client *Client) GetAuthorizeCreditQueryWithCallback(request *GetAuthorizeCreditQueryRequest, ...) <-chan int
- func (client *Client) GetAuthorizeCreditQueryWithChan(request *GetAuthorizeCreditQueryRequest) (<-chan *GetAuthorizeCreditQueryResponse, <-chan error)
- func (client *Client) GetCreditDetail(request *GetCreditDetailRequest) (response *GetCreditDetailResponse, err error)
- func (client *Client) GetCreditDetailWithCallback(request *GetCreditDetailRequest, ...) <-chan int
- func (client *Client) GetCreditDetailWithChan(request *GetCreditDetailRequest) (<-chan *GetCreditDetailResponse, <-chan error)
- func (client *Client) GetCreditList(request *GetCreditListRequest) (response *GetCreditListResponse, err error)
- func (client *Client) GetCreditListWithCallback(request *GetCreditListRequest, ...) <-chan int
- func (client *Client) GetCreditListWithChan(request *GetCreditListRequest) (<-chan *GetCreditListResponse, <-chan error)
- func (client *Client) GetCreditRepayList(request *GetCreditRepayListRequest) (response *GetCreditRepayListResponse, err error)
- func (client *Client) GetCreditRepayListWithCallback(request *GetCreditRepayListRequest, ...) <-chan int
- func (client *Client) GetCreditRepayListWithChan(request *GetCreditRepayListRequest) (<-chan *GetCreditRepayListResponse, <-chan error)
- func (client *Client) GetCreditSignatureInfo(request *GetCreditSignatureInfoRequest) (response *GetCreditSignatureInfoResponse, err error)
- func (client *Client) GetCreditSignatureInfoWithCallback(request *GetCreditSignatureInfoRequest, ...) <-chan int
- func (client *Client) GetCreditSignatureInfoWithChan(request *GetCreditSignatureInfoRequest) (<-chan *GetCreditSignatureInfoResponse, <-chan error)
- func (client *Client) GetCreditStatus(request *GetCreditStatusRequest) (response *GetCreditStatusResponse, err error)
- func (client *Client) GetCreditStatusWithCallback(request *GetCreditStatusRequest, ...) <-chan int
- func (client *Client) GetCreditStatusWithChan(request *GetCreditStatusRequest) (<-chan *GetCreditStatusResponse, <-chan error)
- func (client *Client) GetCreditWithdrawRecord(request *GetCreditWithdrawRecordRequest) (response *GetCreditWithdrawRecordResponse, err error)
- func (client *Client) GetCreditWithdrawRecordWithCallback(request *GetCreditWithdrawRecordRequest, ...) <-chan int
- func (client *Client) GetCreditWithdrawRecordWithChan(request *GetCreditWithdrawRecordRequest) (<-chan *GetCreditWithdrawRecordResponse, <-chan error)
- func (client *Client) GetCurrentTermRepayInfo(request *GetCurrentTermRepayInfoRequest) (response *GetCurrentTermRepayInfoResponse, err error)
- func (client *Client) GetCurrentTermRepayInfoWithCallback(request *GetCurrentTermRepayInfoRequest, ...) <-chan int
- func (client *Client) GetCurrentTermRepayInfoWithChan(request *GetCurrentTermRepayInfoRequest) (<-chan *GetCurrentTermRepayInfoResponse, <-chan error)
- func (client *Client) GetCustomStatusInfo(request *GetCustomStatusInfoRequest) (response *GetCustomStatusInfoResponse, err error)
- func (client *Client) GetCustomStatusInfoWithCallback(request *GetCustomStatusInfoRequest, ...) <-chan int
- func (client *Client) GetCustomStatusInfoWithChan(request *GetCustomStatusInfoRequest) (<-chan *GetCustomStatusInfoResponse, <-chan error)
- func (client *Client) GetCustomerVerifyInfo(request *GetCustomerVerifyInfoRequest) (response *GetCustomerVerifyInfoResponse, err error)
- func (client *Client) GetCustomerVerifyInfoWithCallback(request *GetCustomerVerifyInfoRequest, ...) <-chan int
- func (client *Client) GetCustomerVerifyInfoWithChan(request *GetCustomerVerifyInfoRequest) (<-chan *GetCustomerVerifyInfoResponse, <-chan error)
- func (client *Client) GetDocumentDownloadUrl(request *GetDocumentDownloadUrlRequest) (response *GetDocumentDownloadUrlResponse, err error)
- func (client *Client) GetDocumentDownloadUrlWithCallback(request *GetDocumentDownloadUrlRequest, ...) <-chan int
- func (client *Client) GetDocumentDownloadUrlWithChan(request *GetDocumentDownloadUrlRequest) (<-chan *GetDocumentDownloadUrlResponse, <-chan error)
- func (client *Client) GetLatestOverdueRecord(request *GetLatestOverdueRecordRequest) (response *GetLatestOverdueRecordResponse, err error)
- func (client *Client) GetLatestOverdueRecordWithCallback(request *GetLatestOverdueRecordRequest, ...) <-chan int
- func (client *Client) GetLatestOverdueRecordWithChan(request *GetLatestOverdueRecordRequest) (<-chan *GetLatestOverdueRecordResponse, <-chan error)
- func (client *Client) GetLoanAgreement(request *GetLoanAgreementRequest) (response *GetLoanAgreementResponse, err error)
- func (client *Client) GetLoanAgreementWithCallback(request *GetLoanAgreementRequest, ...) <-chan int
- func (client *Client) GetLoanAgreementWithChan(request *GetLoanAgreementRequest) (<-chan *GetLoanAgreementResponse, <-chan error)
- func (client *Client) GetLoanApplyRecordList(request *GetLoanApplyRecordListRequest) (response *GetLoanApplyRecordListResponse, err error)
- func (client *Client) GetLoanApplyRecordListWithCallback(request *GetLoanApplyRecordListRequest, ...) <-chan int
- func (client *Client) GetLoanApplyRecordListWithChan(request *GetLoanApplyRecordListRequest) (<-chan *GetLoanApplyRecordListResponse, <-chan error)
- func (client *Client) GetOverdueRecordList(request *GetOverdueRecordListRequest) (response *GetOverdueRecordListResponse, err error)
- func (client *Client) GetOverdueRecordListWithCallback(request *GetOverdueRecordListRequest, ...) <-chan int
- func (client *Client) GetOverdueRecordListWithChan(request *GetOverdueRecordListRequest) (<-chan *GetOverdueRecordListResponse, <-chan error)
- func (client *Client) GetProductDetail(request *GetProductDetailRequest) (response *GetProductDetailResponse, err error)
- func (client *Client) GetProductDetailWithCallback(request *GetProductDetailRequest, ...) <-chan int
- func (client *Client) GetProductDetailWithChan(request *GetProductDetailRequest) (<-chan *GetProductDetailResponse, <-chan error)
- func (client *Client) GetProductList(request *GetProductListRequest) (response *GetProductListResponse, err error)
- func (client *Client) GetProductListWithCallback(request *GetProductListRequest, ...) <-chan int
- func (client *Client) GetProductListWithChan(request *GetProductListRequest) (<-chan *GetProductListResponse, <-chan error)
- func (client *Client) GetRepayPlanTrial(request *GetRepayPlanTrialRequest) (response *GetRepayPlanTrialResponse, err error)
- func (client *Client) GetRepayPlanTrialWithCallback(request *GetRepayPlanTrialRequest, ...) <-chan int
- func (client *Client) GetRepayPlanTrialWithChan(request *GetRepayPlanTrialRequest) (<-chan *GetRepayPlanTrialResponse, <-chan error)
- func (client *Client) GetSignContractUrl(request *GetSignContractUrlRequest) (response *GetSignContractUrlResponse, err error)
- func (client *Client) GetSignContractUrlWithCallback(request *GetSignContractUrlRequest, ...) <-chan int
- func (client *Client) GetSignContractUrlWithChan(request *GetSignContractUrlRequest) (<-chan *GetSignContractUrlResponse, <-chan error)
- func (client *Client) GetTradeData(request *GetTradeDataRequest) (response *GetTradeDataResponse, err error)
- func (client *Client) GetTradeDataWithCallback(request *GetTradeDataRequest, ...) <-chan int
- func (client *Client) GetTradeDataWithChan(request *GetTradeDataRequest) (<-chan *GetTradeDataResponse, <-chan error)
- func (client *Client) GetUserInfoAuthorizationAgreement(request *GetUserInfoAuthorizationAgreementRequest) (response *GetUserInfoAuthorizationAgreementResponse, err error)
- func (client *Client) GetUserInfoAuthorizationAgreementWithCallback(request *GetUserInfoAuthorizationAgreementRequest, ...) <-chan int
- func (client *Client) GetUserInfoAuthorizationAgreementWithChan(request *GetUserInfoAuthorizationAgreementRequest) (<-chan *GetUserInfoAuthorizationAgreementResponse, <-chan error)
- func (client *Client) GetZhimaScore(request *GetZhimaScoreRequest) (response *GetZhimaScoreResponse, err error)
- func (client *Client) GetZhimaScoreWithCallback(request *GetZhimaScoreRequest, ...) <-chan int
- func (client *Client) GetZhimaScoreWithChan(request *GetZhimaScoreRequest) (<-chan *GetZhimaScoreResponse, <-chan error)
- func (client *Client) PayForOrder(request *PayForOrderRequest) (response *PayForOrderResponse, err error)
- func (client *Client) PayForOrderWithCallback(request *PayForOrderRequest, ...) <-chan int
- func (client *Client) PayForOrderWithChan(request *PayForOrderRequest) (<-chan *PayForOrderResponse, <-chan error)
- func (client *Client) QueryFundPartyList(request *QueryFundPartyListRequest) (response *QueryFundPartyListResponse, err error)
- func (client *Client) QueryFundPartyListWithCallback(request *QueryFundPartyListRequest, ...) <-chan int
- func (client *Client) QueryFundPartyListWithChan(request *QueryFundPartyListRequest) (<-chan *QueryFundPartyListResponse, <-chan error)
- func (client *Client) QuerySignResult(request *QuerySignResultRequest) (response *QuerySignResultResponse, err error)
- func (client *Client) QuerySignResultWithCallback(request *QuerySignResultRequest, ...) <-chan int
- func (client *Client) QuerySignResultWithChan(request *QuerySignResultRequest) (<-chan *QuerySignResultResponse, <-chan error)
- func (client *Client) QueryTrialRecords(request *QueryTrialRecordsRequest) (response *QueryTrialRecordsResponse, err error)
- func (client *Client) QueryTrialRecordsWithCallback(request *QueryTrialRecordsRequest, ...) <-chan int
- func (client *Client) QueryTrialRecordsWithChan(request *QueryTrialRecordsRequest) (<-chan *QueryTrialRecordsResponse, <-chan error)
- func (client *Client) SaveAuthenticationInfo(request *SaveAuthenticationInfoRequest) (response *SaveAuthenticationInfoResponse, err error)
- func (client *Client) SaveAuthenticationInfoWithCallback(request *SaveAuthenticationInfoRequest, ...) <-chan int
- func (client *Client) SaveAuthenticationInfoWithChan(request *SaveAuthenticationInfoRequest) (<-chan *SaveAuthenticationInfoResponse, <-chan error)
- func (client *Client) SignLoanAgreement(request *SignLoanAgreementRequest) (response *SignLoanAgreementResponse, err error)
- func (client *Client) SignLoanAgreementWithCallback(request *SignLoanAgreementRequest, ...) <-chan int
- func (client *Client) SignLoanAgreementWithChan(request *SignLoanAgreementRequest) (<-chan *SignLoanAgreementResponse, <-chan error)
- func (client *Client) SignResultNotify(request *SignResultNotifyRequest) (response *SignResultNotifyResponse, err error)
- func (client *Client) SignResultNotifyWithCallback(request *SignResultNotifyRequest, ...) <-chan int
- func (client *Client) SignResultNotifyWithChan(request *SignResultNotifyRequest) (<-chan *SignResultNotifyResponse, <-chan error)
- func (client *Client) SignedPageResult(request *SignedPageResultRequest) (response *SignedPageResultResponse, err error)
- func (client *Client) SignedPageResultWithCallback(request *SignedPageResultRequest, ...) <-chan int
- func (client *Client) SignedPageResultWithChan(request *SignedPageResultRequest) (<-chan *SignedPageResultResponse, <-chan error)
- func (client *Client) UpdateAuthenticationInfo(request *UpdateAuthenticationInfoRequest) (response *UpdateAuthenticationInfoResponse, err error)
- func (client *Client) UpdateAuthenticationInfoWithCallback(request *UpdateAuthenticationInfoRequest, ...) <-chan int
- func (client *Client) UpdateAuthenticationInfoWithChan(request *UpdateAuthenticationInfoRequest) (<-chan *UpdateAuthenticationInfoResponse, <-chan error)
- func (client *Client) UpdateEnterpriseCustomInfo(request *UpdateEnterpriseCustomInfoRequest) (response *UpdateEnterpriseCustomInfoResponse, err error)
- func (client *Client) UpdateEnterpriseCustomInfoWithCallback(request *UpdateEnterpriseCustomInfoRequest, ...) <-chan int
- func (client *Client) UpdateEnterpriseCustomInfoWithChan(request *UpdateEnterpriseCustomInfoRequest) (<-chan *UpdateEnterpriseCustomInfoResponse, <-chan error)
- func (client *Client) UploadCustomIDImage(request *UploadCustomIDImageRequest) (response *UploadCustomIDImageResponse, err error)
- func (client *Client) UploadCustomIDImageWithCallback(request *UploadCustomIDImageRequest, ...) <-chan int
- func (client *Client) UploadCustomIDImageWithChan(request *UploadCustomIDImageRequest) (<-chan *UploadCustomIDImageResponse, <-chan error)
- func (client *Client) VerifyCustomer(request *VerifyCustomerRequest) (response *VerifyCustomerResponse, err error)
- func (client *Client) VerifyCustomerWithCallback(request *VerifyCustomerRequest, ...) <-chan int
- func (client *Client) VerifyCustomerWithChan(request *VerifyCustomerRequest) (<-chan *VerifyCustomerResponse, <-chan error)
- func (client *Client) VerifySMSToken(request *VerifySMSTokenRequest) (response *VerifySMSTokenResponse, err error)
- func (client *Client) VerifySMSTokenWithCallback(request *VerifySMSTokenRequest, ...) <-chan int
- func (client *Client) VerifySMSTokenWithChan(request *VerifySMSTokenRequest) (<-chan *VerifySMSTokenResponse, <-chan error)
- type Data
- type GetAuthorizeCreditQueryRequest
- type GetAuthorizeCreditQueryResponse
- type GetCreditDetailRequest
- type GetCreditDetailResponse
- type GetCreditListRequest
- type GetCreditListResponse
- type GetCreditRepayListRequest
- type GetCreditRepayListResponse
- type GetCreditSignatureInfoRequest
- type GetCreditSignatureInfoResponse
- type GetCreditStatusRequest
- type GetCreditStatusResponse
- type GetCreditWithdrawRecordRequest
- type GetCreditWithdrawRecordResponse
- type GetCurrentTermRepayInfoRequest
- type GetCurrentTermRepayInfoResponse
- type GetCustomStatusInfoRequest
- type GetCustomStatusInfoResponse
- type GetCustomerVerifyInfoRequest
- type GetCustomerVerifyInfoResponse
- type GetDocumentDownloadUrlRequest
- type GetDocumentDownloadUrlResponse
- type GetLatestOverdueRecordRequest
- type GetLatestOverdueRecordResponse
- type GetLoanAgreementRequest
- type GetLoanAgreementResponse
- type GetLoanApplyRecordListRequest
- type GetLoanApplyRecordListResponse
- type GetOverdueRecordListRequest
- type GetOverdueRecordListResponse
- type GetProductDetailRequest
- type GetProductDetailResponse
- type GetProductListRequest
- type GetProductListResponse
- type GetRepayPlanTrialRequest
- type GetRepayPlanTrialResponse
- type GetSignContractUrlRequest
- type GetSignContractUrlResponse
- type GetTradeDataRequest
- type GetTradeDataResponse
- type GetUserInfoAuthorizationAgreementRequest
- type GetUserInfoAuthorizationAgreementResponse
- type GetZhimaScoreRequest
- type GetZhimaScoreResponse
- type PayForOrderRequest
- type PayForOrderResponse
- type QueryFundPartyListRequest
- type QueryFundPartyListResponse
- type QuerySignResultRequest
- type QuerySignResultResponse
- type QueryTrialRecordsRequest
- type QueryTrialRecordsResponse
- type SaveAuthenticationInfoRequest
- type SaveAuthenticationInfoResponse
- type SignLoanAgreementRequest
- type SignLoanAgreementResponse
- type SignResultNotifyRequest
- type SignResultNotifyResponse
- type SignedPageResultRequest
- type SignedPageResultResponse
- type UpdateAuthenticationInfoRequest
- type UpdateAuthenticationInfoResponse
- type UpdateEnterpriseCustomInfoRequest
- type UpdateEnterpriseCustomInfoResponse
- type UploadCustomIDImageRequest
- type UploadCustomIDImageResponse
- type VerifyCustomerRequest
- type VerifyCustomerResponse
- type VerifySMSTokenRequest
- type VerifySMSTokenResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCustomInfoRequest ¶
type AddCustomInfoRequest struct { *requests.RpcRequest UserId string `position:"Query" name:"UserId"` }
AddCustomInfoRequest is the request struct for api AddCustomInfo
func CreateAddCustomInfoRequest ¶
func CreateAddCustomInfoRequest() (request *AddCustomInfoRequest)
CreateAddCustomInfoRequest creates a request to invoke AddCustomInfo API
type AddCustomInfoResponse ¶
type AddCustomInfoResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
AddCustomInfoResponse is the response struct for api AddCustomInfo
func CreateAddCustomInfoResponse ¶
func CreateAddCustomInfoResponse() (response *AddCustomInfoResponse)
CreateAddCustomInfoResponse creates a response to parse from AddCustomInfo response
type AddTrialRecordRequest ¶
type AddTrialRecordRequest struct { *requests.RpcRequest Note string `position:"Query" name:"Note"` EnterpriseEmail string `position:"Query" name:"EnterpriseEmail"` ContractPhoneNumber string `position:"Query" name:"ContractPhoneNumber"` ContractName string `position:"Query" name:"ContractName"` Channel string `position:"Query" name:"Channel"` EnterpriseName string `position:"Query" name:"EnterpriseName"` UserId string `position:"Query" name:"UserId"` Products string `position:"Query" name:"Products"` Budget string `position:"Query" name:"Budget"` }
AddTrialRecordRequest is the request struct for api AddTrialRecord
func CreateAddTrialRecordRequest ¶
func CreateAddTrialRecordRequest() (request *AddTrialRecordRequest)
CreateAddTrialRecordRequest creates a request to invoke AddTrialRecord API
type AddTrialRecordResponse ¶
type AddTrialRecordResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
AddTrialRecordResponse is the response struct for api AddTrialRecord
func CreateAddTrialRecordResponse ¶
func CreateAddTrialRecordResponse() (response *AddTrialRecordResponse)
CreateAddTrialRecordResponse creates a response to parse from AddTrialRecord response
type ApplyForLoanRequest ¶
type ApplyForLoanRequest struct { *requests.RpcRequest BizType string `position:"Query" name:"BizType"` CreditId string `position:"Query" name:"CreditId"` ProductId string `position:"Query" name:"ProductId"` FundpartyId string `position:"Query" name:"FundpartyId"` BizData string `position:"Query" name:"BizData"` UserId string `position:"Query" name:"UserId"` }
ApplyForLoanRequest is the request struct for api ApplyForLoan
func CreateApplyForLoanRequest ¶
func CreateApplyForLoanRequest() (request *ApplyForLoanRequest)
CreateApplyForLoanRequest creates a request to invoke ApplyForLoan API
type ApplyForLoanResponse ¶
type ApplyForLoanResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
ApplyForLoanResponse is the response struct for api ApplyForLoan
func CreateApplyForLoanResponse ¶
func CreateApplyForLoanResponse() (response *ApplyForLoanResponse)
CreateApplyForLoanResponse creates a response to parse from ApplyForLoan response
type CancelCreditRequest ¶
type CancelCreditRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
CancelCreditRequest is the request struct for api CancelCredit
func CreateCancelCreditRequest ¶
func CreateCancelCreditRequest() (request *CancelCreditRequest)
CreateCancelCreditRequest creates a request to invoke CancelCredit API
type CancelCreditResponse ¶
type CancelCreditResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
CancelCreditResponse is the response struct for api CancelCredit
func CreateCancelCreditResponse ¶
func CreateCancelCreditResponse() (response *CancelCreditResponse)
CreateCancelCreditResponse creates a response to parse from CancelCredit response
type Client ¶
Client is the sdk client struct, each func corresponds to an OpenAPI
func NewClientWithAccessKey ¶
func NewClientWithAccessKey(regionId, accessKeyId, accessKeySecret string) (client *Client, err error)
NewClientWithAccessKey is a shortcut to create sdk client with accesskey usage: https://help.aliyun.com/document_detail/66217.html
func NewClientWithEcsRamRole ¶
NewClientWithEcsRamRole is a shortcut to create sdk client with ecs ram role usage: https://help.aliyun.com/document_detail/66223.html
func NewClientWithOptions ¶
func NewClientWithOptions(regionId string, config *sdk.Config, credential auth.Credential) (client *Client, err error)
NewClientWithOptions creates a sdk client with regionId/sdkConfig/credential this is the common api to create a sdk client
func NewClientWithRamRoleArn ¶
func NewClientWithRamRoleArn(regionId string, accessKeyId, accessKeySecret, roleArn, roleSessionName string) (client *Client, err error)
NewClientWithRamRoleArn is a shortcut to create sdk client with ram roleArn usage: https://help.aliyun.com/document_detail/66222.html
func NewClientWithRsaKeyPair ¶
func NewClientWithRsaKeyPair(regionId string, publicKeyId, privateKey string, sessionExpiration int) (client *Client, err error)
NewClientWithRsaKeyPair is a shortcut to create sdk client with rsa key pair attention: rsa key pair auth is only Japan regions available
func NewClientWithStsToken ¶
func NewClientWithStsToken(regionId, stsAccessKeyId, stsAccessKeySecret, stsToken string) (client *Client, err error)
NewClientWithStsToken is a shortcut to create sdk client with sts token usage: https://help.aliyun.com/document_detail/66222.html
func (*Client) AddCustomInfo ¶
func (client *Client) AddCustomInfo(request *AddCustomInfoRequest) (response *AddCustomInfoResponse, err error)
AddCustomInfo invokes the finmall.AddCustomInfo API synchronously api document: https://help.aliyun.com/api/finmall/addcustominfo.html
func (*Client) AddCustomInfoWithCallback ¶
func (client *Client) AddCustomInfoWithCallback(request *AddCustomInfoRequest, callback func(response *AddCustomInfoResponse, err error)) <-chan int
AddCustomInfoWithCallback invokes the finmall.AddCustomInfo API asynchronously api document: https://help.aliyun.com/api/finmall/addcustominfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) AddCustomInfoWithChan ¶
func (client *Client) AddCustomInfoWithChan(request *AddCustomInfoRequest) (<-chan *AddCustomInfoResponse, <-chan error)
AddCustomInfoWithChan invokes the finmall.AddCustomInfo API asynchronously api document: https://help.aliyun.com/api/finmall/addcustominfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) AddTrialRecord ¶
func (client *Client) AddTrialRecord(request *AddTrialRecordRequest) (response *AddTrialRecordResponse, err error)
AddTrialRecord invokes the finmall.AddTrialRecord API synchronously api document: https://help.aliyun.com/api/finmall/addtrialrecord.html
func (*Client) AddTrialRecordWithCallback ¶
func (client *Client) AddTrialRecordWithCallback(request *AddTrialRecordRequest, callback func(response *AddTrialRecordResponse, err error)) <-chan int
AddTrialRecordWithCallback invokes the finmall.AddTrialRecord API asynchronously api document: https://help.aliyun.com/api/finmall/addtrialrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) AddTrialRecordWithChan ¶
func (client *Client) AddTrialRecordWithChan(request *AddTrialRecordRequest) (<-chan *AddTrialRecordResponse, <-chan error)
AddTrialRecordWithChan invokes the finmall.AddTrialRecord API asynchronously api document: https://help.aliyun.com/api/finmall/addtrialrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ApplyForLoan ¶
func (client *Client) ApplyForLoan(request *ApplyForLoanRequest) (response *ApplyForLoanResponse, err error)
ApplyForLoan invokes the finmall.ApplyForLoan API synchronously api document: https://help.aliyun.com/api/finmall/applyforloan.html
func (*Client) ApplyForLoanWithCallback ¶
func (client *Client) ApplyForLoanWithCallback(request *ApplyForLoanRequest, callback func(response *ApplyForLoanResponse, err error)) <-chan int
ApplyForLoanWithCallback invokes the finmall.ApplyForLoan API asynchronously api document: https://help.aliyun.com/api/finmall/applyforloan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) ApplyForLoanWithChan ¶
func (client *Client) ApplyForLoanWithChan(request *ApplyForLoanRequest) (<-chan *ApplyForLoanResponse, <-chan error)
ApplyForLoanWithChan invokes the finmall.ApplyForLoan API asynchronously api document: https://help.aliyun.com/api/finmall/applyforloan.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CancelCredit ¶
func (client *Client) CancelCredit(request *CancelCreditRequest) (response *CancelCreditResponse, err error)
CancelCredit invokes the finmall.CancelCredit API synchronously api document: https://help.aliyun.com/api/finmall/cancelcredit.html
func (*Client) CancelCreditWithCallback ¶
func (client *Client) CancelCreditWithCallback(request *CancelCreditRequest, callback func(response *CancelCreditResponse, err error)) <-chan int
CancelCreditWithCallback invokes the finmall.CancelCredit API asynchronously api document: https://help.aliyun.com/api/finmall/cancelcredit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) CancelCreditWithChan ¶
func (client *Client) CancelCreditWithChan(request *CancelCreditRequest) (<-chan *CancelCreditResponse, <-chan error)
CancelCreditWithChan invokes the finmall.CancelCredit API asynchronously api document: https://help.aliyun.com/api/finmall/cancelcredit.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetAuthorizeCreditQuery ¶
func (client *Client) GetAuthorizeCreditQuery(request *GetAuthorizeCreditQueryRequest) (response *GetAuthorizeCreditQueryResponse, err error)
GetAuthorizeCreditQuery invokes the finmall.GetAuthorizeCreditQuery API synchronously api document: https://help.aliyun.com/api/finmall/getauthorizecreditquery.html
func (*Client) GetAuthorizeCreditQueryWithCallback ¶
func (client *Client) GetAuthorizeCreditQueryWithCallback(request *GetAuthorizeCreditQueryRequest, callback func(response *GetAuthorizeCreditQueryResponse, err error)) <-chan int
GetAuthorizeCreditQueryWithCallback invokes the finmall.GetAuthorizeCreditQuery API asynchronously api document: https://help.aliyun.com/api/finmall/getauthorizecreditquery.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetAuthorizeCreditQueryWithChan ¶
func (client *Client) GetAuthorizeCreditQueryWithChan(request *GetAuthorizeCreditQueryRequest) (<-chan *GetAuthorizeCreditQueryResponse, <-chan error)
GetAuthorizeCreditQueryWithChan invokes the finmall.GetAuthorizeCreditQuery API asynchronously api document: https://help.aliyun.com/api/finmall/getauthorizecreditquery.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditDetail ¶
func (client *Client) GetCreditDetail(request *GetCreditDetailRequest) (response *GetCreditDetailResponse, err error)
GetCreditDetail invokes the finmall.GetCreditDetail API synchronously api document: https://help.aliyun.com/api/finmall/getcreditdetail.html
func (*Client) GetCreditDetailWithCallback ¶
func (client *Client) GetCreditDetailWithCallback(request *GetCreditDetailRequest, callback func(response *GetCreditDetailResponse, err error)) <-chan int
GetCreditDetailWithCallback invokes the finmall.GetCreditDetail API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditDetailWithChan ¶
func (client *Client) GetCreditDetailWithChan(request *GetCreditDetailRequest) (<-chan *GetCreditDetailResponse, <-chan error)
GetCreditDetailWithChan invokes the finmall.GetCreditDetail API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditList ¶
func (client *Client) GetCreditList(request *GetCreditListRequest) (response *GetCreditListResponse, err error)
GetCreditList invokes the finmall.GetCreditList API synchronously api document: https://help.aliyun.com/api/finmall/getcreditlist.html
func (*Client) GetCreditListWithCallback ¶
func (client *Client) GetCreditListWithCallback(request *GetCreditListRequest, callback func(response *GetCreditListResponse, err error)) <-chan int
GetCreditListWithCallback invokes the finmall.GetCreditList API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditListWithChan ¶
func (client *Client) GetCreditListWithChan(request *GetCreditListRequest) (<-chan *GetCreditListResponse, <-chan error)
GetCreditListWithChan invokes the finmall.GetCreditList API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditRepayList ¶
func (client *Client) GetCreditRepayList(request *GetCreditRepayListRequest) (response *GetCreditRepayListResponse, err error)
GetCreditRepayList invokes the finmall.GetCreditRepayList API synchronously api document: https://help.aliyun.com/api/finmall/getcreditrepaylist.html
func (*Client) GetCreditRepayListWithCallback ¶
func (client *Client) GetCreditRepayListWithCallback(request *GetCreditRepayListRequest, callback func(response *GetCreditRepayListResponse, err error)) <-chan int
GetCreditRepayListWithCallback invokes the finmall.GetCreditRepayList API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditrepaylist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditRepayListWithChan ¶
func (client *Client) GetCreditRepayListWithChan(request *GetCreditRepayListRequest) (<-chan *GetCreditRepayListResponse, <-chan error)
GetCreditRepayListWithChan invokes the finmall.GetCreditRepayList API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditrepaylist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditSignatureInfo ¶
func (client *Client) GetCreditSignatureInfo(request *GetCreditSignatureInfoRequest) (response *GetCreditSignatureInfoResponse, err error)
GetCreditSignatureInfo invokes the finmall.GetCreditSignatureInfo API synchronously api document: https://help.aliyun.com/api/finmall/getcreditsignatureinfo.html
func (*Client) GetCreditSignatureInfoWithCallback ¶
func (client *Client) GetCreditSignatureInfoWithCallback(request *GetCreditSignatureInfoRequest, callback func(response *GetCreditSignatureInfoResponse, err error)) <-chan int
GetCreditSignatureInfoWithCallback invokes the finmall.GetCreditSignatureInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditsignatureinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditSignatureInfoWithChan ¶
func (client *Client) GetCreditSignatureInfoWithChan(request *GetCreditSignatureInfoRequest) (<-chan *GetCreditSignatureInfoResponse, <-chan error)
GetCreditSignatureInfoWithChan invokes the finmall.GetCreditSignatureInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditsignatureinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditStatus ¶
func (client *Client) GetCreditStatus(request *GetCreditStatusRequest) (response *GetCreditStatusResponse, err error)
GetCreditStatus invokes the finmall.GetCreditStatus API synchronously api document: https://help.aliyun.com/api/finmall/getcreditstatus.html
func (*Client) GetCreditStatusWithCallback ¶
func (client *Client) GetCreditStatusWithCallback(request *GetCreditStatusRequest, callback func(response *GetCreditStatusResponse, err error)) <-chan int
GetCreditStatusWithCallback invokes the finmall.GetCreditStatus API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditStatusWithChan ¶
func (client *Client) GetCreditStatusWithChan(request *GetCreditStatusRequest) (<-chan *GetCreditStatusResponse, <-chan error)
GetCreditStatusWithChan invokes the finmall.GetCreditStatus API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditstatus.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditWithdrawRecord ¶
func (client *Client) GetCreditWithdrawRecord(request *GetCreditWithdrawRecordRequest) (response *GetCreditWithdrawRecordResponse, err error)
GetCreditWithdrawRecord invokes the finmall.GetCreditWithdrawRecord API synchronously api document: https://help.aliyun.com/api/finmall/getcreditwithdrawrecord.html
func (*Client) GetCreditWithdrawRecordWithCallback ¶
func (client *Client) GetCreditWithdrawRecordWithCallback(request *GetCreditWithdrawRecordRequest, callback func(response *GetCreditWithdrawRecordResponse, err error)) <-chan int
GetCreditWithdrawRecordWithCallback invokes the finmall.GetCreditWithdrawRecord API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditwithdrawrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCreditWithdrawRecordWithChan ¶
func (client *Client) GetCreditWithdrawRecordWithChan(request *GetCreditWithdrawRecordRequest) (<-chan *GetCreditWithdrawRecordResponse, <-chan error)
GetCreditWithdrawRecordWithChan invokes the finmall.GetCreditWithdrawRecord API asynchronously api document: https://help.aliyun.com/api/finmall/getcreditwithdrawrecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCurrentTermRepayInfo ¶
func (client *Client) GetCurrentTermRepayInfo(request *GetCurrentTermRepayInfoRequest) (response *GetCurrentTermRepayInfoResponse, err error)
GetCurrentTermRepayInfo invokes the finmall.GetCurrentTermRepayInfo API synchronously api document: https://help.aliyun.com/api/finmall/getcurrenttermrepayinfo.html
func (*Client) GetCurrentTermRepayInfoWithCallback ¶
func (client *Client) GetCurrentTermRepayInfoWithCallback(request *GetCurrentTermRepayInfoRequest, callback func(response *GetCurrentTermRepayInfoResponse, err error)) <-chan int
GetCurrentTermRepayInfoWithCallback invokes the finmall.GetCurrentTermRepayInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcurrenttermrepayinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCurrentTermRepayInfoWithChan ¶
func (client *Client) GetCurrentTermRepayInfoWithChan(request *GetCurrentTermRepayInfoRequest) (<-chan *GetCurrentTermRepayInfoResponse, <-chan error)
GetCurrentTermRepayInfoWithChan invokes the finmall.GetCurrentTermRepayInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcurrenttermrepayinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCustomStatusInfo ¶
func (client *Client) GetCustomStatusInfo(request *GetCustomStatusInfoRequest) (response *GetCustomStatusInfoResponse, err error)
GetCustomStatusInfo invokes the finmall.GetCustomStatusInfo API synchronously api document: https://help.aliyun.com/api/finmall/getcustomstatusinfo.html
func (*Client) GetCustomStatusInfoWithCallback ¶
func (client *Client) GetCustomStatusInfoWithCallback(request *GetCustomStatusInfoRequest, callback func(response *GetCustomStatusInfoResponse, err error)) <-chan int
GetCustomStatusInfoWithCallback invokes the finmall.GetCustomStatusInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcustomstatusinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCustomStatusInfoWithChan ¶
func (client *Client) GetCustomStatusInfoWithChan(request *GetCustomStatusInfoRequest) (<-chan *GetCustomStatusInfoResponse, <-chan error)
GetCustomStatusInfoWithChan invokes the finmall.GetCustomStatusInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcustomstatusinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCustomerVerifyInfo ¶
func (client *Client) GetCustomerVerifyInfo(request *GetCustomerVerifyInfoRequest) (response *GetCustomerVerifyInfoResponse, err error)
GetCustomerVerifyInfo invokes the finmall.GetCustomerVerifyInfo API synchronously api document: https://help.aliyun.com/api/finmall/getcustomerverifyinfo.html
func (*Client) GetCustomerVerifyInfoWithCallback ¶
func (client *Client) GetCustomerVerifyInfoWithCallback(request *GetCustomerVerifyInfoRequest, callback func(response *GetCustomerVerifyInfoResponse, err error)) <-chan int
GetCustomerVerifyInfoWithCallback invokes the finmall.GetCustomerVerifyInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcustomerverifyinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetCustomerVerifyInfoWithChan ¶
func (client *Client) GetCustomerVerifyInfoWithChan(request *GetCustomerVerifyInfoRequest) (<-chan *GetCustomerVerifyInfoResponse, <-chan error)
GetCustomerVerifyInfoWithChan invokes the finmall.GetCustomerVerifyInfo API asynchronously api document: https://help.aliyun.com/api/finmall/getcustomerverifyinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetDocumentDownloadUrl ¶
func (client *Client) GetDocumentDownloadUrl(request *GetDocumentDownloadUrlRequest) (response *GetDocumentDownloadUrlResponse, err error)
GetDocumentDownloadUrl invokes the finmall.GetDocumentDownloadUrl API synchronously api document: https://help.aliyun.com/api/finmall/getdocumentdownloadurl.html
func (*Client) GetDocumentDownloadUrlWithCallback ¶
func (client *Client) GetDocumentDownloadUrlWithCallback(request *GetDocumentDownloadUrlRequest, callback func(response *GetDocumentDownloadUrlResponse, err error)) <-chan int
GetDocumentDownloadUrlWithCallback invokes the finmall.GetDocumentDownloadUrl API asynchronously api document: https://help.aliyun.com/api/finmall/getdocumentdownloadurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetDocumentDownloadUrlWithChan ¶
func (client *Client) GetDocumentDownloadUrlWithChan(request *GetDocumentDownloadUrlRequest) (<-chan *GetDocumentDownloadUrlResponse, <-chan error)
GetDocumentDownloadUrlWithChan invokes the finmall.GetDocumentDownloadUrl API asynchronously api document: https://help.aliyun.com/api/finmall/getdocumentdownloadurl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetLatestOverdueRecord ¶
func (client *Client) GetLatestOverdueRecord(request *GetLatestOverdueRecordRequest) (response *GetLatestOverdueRecordResponse, err error)
GetLatestOverdueRecord invokes the finmall.GetLatestOverdueRecord API synchronously api document: https://help.aliyun.com/api/finmall/getlatestoverduerecord.html
func (*Client) GetLatestOverdueRecordWithCallback ¶
func (client *Client) GetLatestOverdueRecordWithCallback(request *GetLatestOverdueRecordRequest, callback func(response *GetLatestOverdueRecordResponse, err error)) <-chan int
GetLatestOverdueRecordWithCallback invokes the finmall.GetLatestOverdueRecord API asynchronously api document: https://help.aliyun.com/api/finmall/getlatestoverduerecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetLatestOverdueRecordWithChan ¶
func (client *Client) GetLatestOverdueRecordWithChan(request *GetLatestOverdueRecordRequest) (<-chan *GetLatestOverdueRecordResponse, <-chan error)
GetLatestOverdueRecordWithChan invokes the finmall.GetLatestOverdueRecord API asynchronously api document: https://help.aliyun.com/api/finmall/getlatestoverduerecord.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetLoanAgreement ¶
func (client *Client) GetLoanAgreement(request *GetLoanAgreementRequest) (response *GetLoanAgreementResponse, err error)
GetLoanAgreement invokes the finmall.GetLoanAgreement API synchronously api document: https://help.aliyun.com/api/finmall/getloanagreement.html
func (*Client) GetLoanAgreementWithCallback ¶
func (client *Client) GetLoanAgreementWithCallback(request *GetLoanAgreementRequest, callback func(response *GetLoanAgreementResponse, err error)) <-chan int
GetLoanAgreementWithCallback invokes the finmall.GetLoanAgreement API asynchronously api document: https://help.aliyun.com/api/finmall/getloanagreement.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetLoanAgreementWithChan ¶
func (client *Client) GetLoanAgreementWithChan(request *GetLoanAgreementRequest) (<-chan *GetLoanAgreementResponse, <-chan error)
GetLoanAgreementWithChan invokes the finmall.GetLoanAgreement API asynchronously api document: https://help.aliyun.com/api/finmall/getloanagreement.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetLoanApplyRecordList ¶
func (client *Client) GetLoanApplyRecordList(request *GetLoanApplyRecordListRequest) (response *GetLoanApplyRecordListResponse, err error)
GetLoanApplyRecordList invokes the finmall.GetLoanApplyRecordList API synchronously api document: https://help.aliyun.com/api/finmall/getloanapplyrecordlist.html
func (*Client) GetLoanApplyRecordListWithCallback ¶
func (client *Client) GetLoanApplyRecordListWithCallback(request *GetLoanApplyRecordListRequest, callback func(response *GetLoanApplyRecordListResponse, err error)) <-chan int
GetLoanApplyRecordListWithCallback invokes the finmall.GetLoanApplyRecordList API asynchronously api document: https://help.aliyun.com/api/finmall/getloanapplyrecordlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetLoanApplyRecordListWithChan ¶
func (client *Client) GetLoanApplyRecordListWithChan(request *GetLoanApplyRecordListRequest) (<-chan *GetLoanApplyRecordListResponse, <-chan error)
GetLoanApplyRecordListWithChan invokes the finmall.GetLoanApplyRecordList API asynchronously api document: https://help.aliyun.com/api/finmall/getloanapplyrecordlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetOverdueRecordList ¶
func (client *Client) GetOverdueRecordList(request *GetOverdueRecordListRequest) (response *GetOverdueRecordListResponse, err error)
GetOverdueRecordList invokes the finmall.GetOverdueRecordList API synchronously api document: https://help.aliyun.com/api/finmall/getoverduerecordlist.html
func (*Client) GetOverdueRecordListWithCallback ¶
func (client *Client) GetOverdueRecordListWithCallback(request *GetOverdueRecordListRequest, callback func(response *GetOverdueRecordListResponse, err error)) <-chan int
GetOverdueRecordListWithCallback invokes the finmall.GetOverdueRecordList API asynchronously api document: https://help.aliyun.com/api/finmall/getoverduerecordlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetOverdueRecordListWithChan ¶
func (client *Client) GetOverdueRecordListWithChan(request *GetOverdueRecordListRequest) (<-chan *GetOverdueRecordListResponse, <-chan error)
GetOverdueRecordListWithChan invokes the finmall.GetOverdueRecordList API asynchronously api document: https://help.aliyun.com/api/finmall/getoverduerecordlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetProductDetail ¶
func (client *Client) GetProductDetail(request *GetProductDetailRequest) (response *GetProductDetailResponse, err error)
GetProductDetail invokes the finmall.GetProductDetail API synchronously api document: https://help.aliyun.com/api/finmall/getproductdetail.html
func (*Client) GetProductDetailWithCallback ¶
func (client *Client) GetProductDetailWithCallback(request *GetProductDetailRequest, callback func(response *GetProductDetailResponse, err error)) <-chan int
GetProductDetailWithCallback invokes the finmall.GetProductDetail API asynchronously api document: https://help.aliyun.com/api/finmall/getproductdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetProductDetailWithChan ¶
func (client *Client) GetProductDetailWithChan(request *GetProductDetailRequest) (<-chan *GetProductDetailResponse, <-chan error)
GetProductDetailWithChan invokes the finmall.GetProductDetail API asynchronously api document: https://help.aliyun.com/api/finmall/getproductdetail.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetProductList ¶
func (client *Client) GetProductList(request *GetProductListRequest) (response *GetProductListResponse, err error)
GetProductList invokes the finmall.GetProductList API synchronously api document: https://help.aliyun.com/api/finmall/getproductlist.html
func (*Client) GetProductListWithCallback ¶
func (client *Client) GetProductListWithCallback(request *GetProductListRequest, callback func(response *GetProductListResponse, err error)) <-chan int
GetProductListWithCallback invokes the finmall.GetProductList API asynchronously api document: https://help.aliyun.com/api/finmall/getproductlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetProductListWithChan ¶
func (client *Client) GetProductListWithChan(request *GetProductListRequest) (<-chan *GetProductListResponse, <-chan error)
GetProductListWithChan invokes the finmall.GetProductList API asynchronously api document: https://help.aliyun.com/api/finmall/getproductlist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetRepayPlanTrial ¶
func (client *Client) GetRepayPlanTrial(request *GetRepayPlanTrialRequest) (response *GetRepayPlanTrialResponse, err error)
GetRepayPlanTrial invokes the finmall.GetRepayPlanTrial API synchronously api document: https://help.aliyun.com/api/finmall/getrepayplantrial.html
func (*Client) GetRepayPlanTrialWithCallback ¶
func (client *Client) GetRepayPlanTrialWithCallback(request *GetRepayPlanTrialRequest, callback func(response *GetRepayPlanTrialResponse, err error)) <-chan int
GetRepayPlanTrialWithCallback invokes the finmall.GetRepayPlanTrial API asynchronously api document: https://help.aliyun.com/api/finmall/getrepayplantrial.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetRepayPlanTrialWithChan ¶
func (client *Client) GetRepayPlanTrialWithChan(request *GetRepayPlanTrialRequest) (<-chan *GetRepayPlanTrialResponse, <-chan error)
GetRepayPlanTrialWithChan invokes the finmall.GetRepayPlanTrial API asynchronously api document: https://help.aliyun.com/api/finmall/getrepayplantrial.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetSignContractUrl ¶
func (client *Client) GetSignContractUrl(request *GetSignContractUrlRequest) (response *GetSignContractUrlResponse, err error)
GetSignContractUrl invokes the finmall.GetSignContractUrl API synchronously api document: https://help.aliyun.com/api/finmall/getsigncontracturl.html
func (*Client) GetSignContractUrlWithCallback ¶
func (client *Client) GetSignContractUrlWithCallback(request *GetSignContractUrlRequest, callback func(response *GetSignContractUrlResponse, err error)) <-chan int
GetSignContractUrlWithCallback invokes the finmall.GetSignContractUrl API asynchronously api document: https://help.aliyun.com/api/finmall/getsigncontracturl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetSignContractUrlWithChan ¶
func (client *Client) GetSignContractUrlWithChan(request *GetSignContractUrlRequest) (<-chan *GetSignContractUrlResponse, <-chan error)
GetSignContractUrlWithChan invokes the finmall.GetSignContractUrl API asynchronously api document: https://help.aliyun.com/api/finmall/getsigncontracturl.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetTradeData ¶
func (client *Client) GetTradeData(request *GetTradeDataRequest) (response *GetTradeDataResponse, err error)
GetTradeData invokes the finmall.GetTradeData API synchronously api document: https://help.aliyun.com/api/finmall/gettradedata.html
func (*Client) GetTradeDataWithCallback ¶
func (client *Client) GetTradeDataWithCallback(request *GetTradeDataRequest, callback func(response *GetTradeDataResponse, err error)) <-chan int
GetTradeDataWithCallback invokes the finmall.GetTradeData API asynchronously api document: https://help.aliyun.com/api/finmall/gettradedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetTradeDataWithChan ¶
func (client *Client) GetTradeDataWithChan(request *GetTradeDataRequest) (<-chan *GetTradeDataResponse, <-chan error)
GetTradeDataWithChan invokes the finmall.GetTradeData API asynchronously api document: https://help.aliyun.com/api/finmall/gettradedata.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetUserInfoAuthorizationAgreement ¶
func (client *Client) GetUserInfoAuthorizationAgreement(request *GetUserInfoAuthorizationAgreementRequest) (response *GetUserInfoAuthorizationAgreementResponse, err error)
GetUserInfoAuthorizationAgreement invokes the finmall.GetUserInfoAuthorizationAgreement API synchronously api document: https://help.aliyun.com/api/finmall/getuserinfoauthorizationagreement.html
func (*Client) GetUserInfoAuthorizationAgreementWithCallback ¶
func (client *Client) GetUserInfoAuthorizationAgreementWithCallback(request *GetUserInfoAuthorizationAgreementRequest, callback func(response *GetUserInfoAuthorizationAgreementResponse, err error)) <-chan int
GetUserInfoAuthorizationAgreementWithCallback invokes the finmall.GetUserInfoAuthorizationAgreement API asynchronously api document: https://help.aliyun.com/api/finmall/getuserinfoauthorizationagreement.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetUserInfoAuthorizationAgreementWithChan ¶
func (client *Client) GetUserInfoAuthorizationAgreementWithChan(request *GetUserInfoAuthorizationAgreementRequest) (<-chan *GetUserInfoAuthorizationAgreementResponse, <-chan error)
GetUserInfoAuthorizationAgreementWithChan invokes the finmall.GetUserInfoAuthorizationAgreement API asynchronously api document: https://help.aliyun.com/api/finmall/getuserinfoauthorizationagreement.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetZhimaScore ¶
func (client *Client) GetZhimaScore(request *GetZhimaScoreRequest) (response *GetZhimaScoreResponse, err error)
GetZhimaScore invokes the finmall.GetZhimaScore API synchronously api document: https://help.aliyun.com/api/finmall/getzhimascore.html
func (*Client) GetZhimaScoreWithCallback ¶
func (client *Client) GetZhimaScoreWithCallback(request *GetZhimaScoreRequest, callback func(response *GetZhimaScoreResponse, err error)) <-chan int
GetZhimaScoreWithCallback invokes the finmall.GetZhimaScore API asynchronously api document: https://help.aliyun.com/api/finmall/getzhimascore.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) GetZhimaScoreWithChan ¶
func (client *Client) GetZhimaScoreWithChan(request *GetZhimaScoreRequest) (<-chan *GetZhimaScoreResponse, <-chan error)
GetZhimaScoreWithChan invokes the finmall.GetZhimaScore API asynchronously api document: https://help.aliyun.com/api/finmall/getzhimascore.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) PayForOrder ¶
func (client *Client) PayForOrder(request *PayForOrderRequest) (response *PayForOrderResponse, err error)
PayForOrder invokes the finmall.PayForOrder API synchronously api document: https://help.aliyun.com/api/finmall/payfororder.html
func (*Client) PayForOrderWithCallback ¶
func (client *Client) PayForOrderWithCallback(request *PayForOrderRequest, callback func(response *PayForOrderResponse, err error)) <-chan int
PayForOrderWithCallback invokes the finmall.PayForOrder API asynchronously api document: https://help.aliyun.com/api/finmall/payfororder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) PayForOrderWithChan ¶
func (client *Client) PayForOrderWithChan(request *PayForOrderRequest) (<-chan *PayForOrderResponse, <-chan error)
PayForOrderWithChan invokes the finmall.PayForOrder API asynchronously api document: https://help.aliyun.com/api/finmall/payfororder.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryFundPartyList ¶
func (client *Client) QueryFundPartyList(request *QueryFundPartyListRequest) (response *QueryFundPartyListResponse, err error)
QueryFundPartyList invokes the finmall.QueryFundPartyList API synchronously api document: https://help.aliyun.com/api/finmall/queryfundpartylist.html
func (*Client) QueryFundPartyListWithCallback ¶
func (client *Client) QueryFundPartyListWithCallback(request *QueryFundPartyListRequest, callback func(response *QueryFundPartyListResponse, err error)) <-chan int
QueryFundPartyListWithCallback invokes the finmall.QueryFundPartyList API asynchronously api document: https://help.aliyun.com/api/finmall/queryfundpartylist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryFundPartyListWithChan ¶
func (client *Client) QueryFundPartyListWithChan(request *QueryFundPartyListRequest) (<-chan *QueryFundPartyListResponse, <-chan error)
QueryFundPartyListWithChan invokes the finmall.QueryFundPartyList API asynchronously api document: https://help.aliyun.com/api/finmall/queryfundpartylist.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QuerySignResult ¶
func (client *Client) QuerySignResult(request *QuerySignResultRequest) (response *QuerySignResultResponse, err error)
QuerySignResult invokes the finmall.QuerySignResult API synchronously api document: https://help.aliyun.com/api/finmall/querysignresult.html
func (*Client) QuerySignResultWithCallback ¶
func (client *Client) QuerySignResultWithCallback(request *QuerySignResultRequest, callback func(response *QuerySignResultResponse, err error)) <-chan int
QuerySignResultWithCallback invokes the finmall.QuerySignResult API asynchronously api document: https://help.aliyun.com/api/finmall/querysignresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QuerySignResultWithChan ¶
func (client *Client) QuerySignResultWithChan(request *QuerySignResultRequest) (<-chan *QuerySignResultResponse, <-chan error)
QuerySignResultWithChan invokes the finmall.QuerySignResult API asynchronously api document: https://help.aliyun.com/api/finmall/querysignresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryTrialRecords ¶
func (client *Client) QueryTrialRecords(request *QueryTrialRecordsRequest) (response *QueryTrialRecordsResponse, err error)
QueryTrialRecords invokes the finmall.QueryTrialRecords API synchronously api document: https://help.aliyun.com/api/finmall/querytrialrecords.html
func (*Client) QueryTrialRecordsWithCallback ¶
func (client *Client) QueryTrialRecordsWithCallback(request *QueryTrialRecordsRequest, callback func(response *QueryTrialRecordsResponse, err error)) <-chan int
QueryTrialRecordsWithCallback invokes the finmall.QueryTrialRecords API asynchronously api document: https://help.aliyun.com/api/finmall/querytrialrecords.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) QueryTrialRecordsWithChan ¶
func (client *Client) QueryTrialRecordsWithChan(request *QueryTrialRecordsRequest) (<-chan *QueryTrialRecordsResponse, <-chan error)
QueryTrialRecordsWithChan invokes the finmall.QueryTrialRecords API asynchronously api document: https://help.aliyun.com/api/finmall/querytrialrecords.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveAuthenticationInfo ¶
func (client *Client) SaveAuthenticationInfo(request *SaveAuthenticationInfoRequest) (response *SaveAuthenticationInfoResponse, err error)
SaveAuthenticationInfo invokes the finmall.SaveAuthenticationInfo API synchronously api document: https://help.aliyun.com/api/finmall/saveauthenticationinfo.html
func (*Client) SaveAuthenticationInfoWithCallback ¶
func (client *Client) SaveAuthenticationInfoWithCallback(request *SaveAuthenticationInfoRequest, callback func(response *SaveAuthenticationInfoResponse, err error)) <-chan int
SaveAuthenticationInfoWithCallback invokes the finmall.SaveAuthenticationInfo API asynchronously api document: https://help.aliyun.com/api/finmall/saveauthenticationinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SaveAuthenticationInfoWithChan ¶
func (client *Client) SaveAuthenticationInfoWithChan(request *SaveAuthenticationInfoRequest) (<-chan *SaveAuthenticationInfoResponse, <-chan error)
SaveAuthenticationInfoWithChan invokes the finmall.SaveAuthenticationInfo API asynchronously api document: https://help.aliyun.com/api/finmall/saveauthenticationinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SignLoanAgreement ¶
func (client *Client) SignLoanAgreement(request *SignLoanAgreementRequest) (response *SignLoanAgreementResponse, err error)
SignLoanAgreement invokes the finmall.SignLoanAgreement API synchronously api document: https://help.aliyun.com/api/finmall/signloanagreement.html
func (*Client) SignLoanAgreementWithCallback ¶
func (client *Client) SignLoanAgreementWithCallback(request *SignLoanAgreementRequest, callback func(response *SignLoanAgreementResponse, err error)) <-chan int
SignLoanAgreementWithCallback invokes the finmall.SignLoanAgreement API asynchronously api document: https://help.aliyun.com/api/finmall/signloanagreement.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SignLoanAgreementWithChan ¶
func (client *Client) SignLoanAgreementWithChan(request *SignLoanAgreementRequest) (<-chan *SignLoanAgreementResponse, <-chan error)
SignLoanAgreementWithChan invokes the finmall.SignLoanAgreement API asynchronously api document: https://help.aliyun.com/api/finmall/signloanagreement.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SignResultNotify ¶
func (client *Client) SignResultNotify(request *SignResultNotifyRequest) (response *SignResultNotifyResponse, err error)
SignResultNotify invokes the finmall.SignResultNotify API synchronously api document: https://help.aliyun.com/api/finmall/signresultnotify.html
func (*Client) SignResultNotifyWithCallback ¶
func (client *Client) SignResultNotifyWithCallback(request *SignResultNotifyRequest, callback func(response *SignResultNotifyResponse, err error)) <-chan int
SignResultNotifyWithCallback invokes the finmall.SignResultNotify API asynchronously api document: https://help.aliyun.com/api/finmall/signresultnotify.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SignResultNotifyWithChan ¶
func (client *Client) SignResultNotifyWithChan(request *SignResultNotifyRequest) (<-chan *SignResultNotifyResponse, <-chan error)
SignResultNotifyWithChan invokes the finmall.SignResultNotify API asynchronously api document: https://help.aliyun.com/api/finmall/signresultnotify.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SignedPageResult ¶
func (client *Client) SignedPageResult(request *SignedPageResultRequest) (response *SignedPageResultResponse, err error)
SignedPageResult invokes the finmall.SignedPageResult API synchronously api document: https://help.aliyun.com/api/finmall/signedpageresult.html
func (*Client) SignedPageResultWithCallback ¶
func (client *Client) SignedPageResultWithCallback(request *SignedPageResultRequest, callback func(response *SignedPageResultResponse, err error)) <-chan int
SignedPageResultWithCallback invokes the finmall.SignedPageResult API asynchronously api document: https://help.aliyun.com/api/finmall/signedpageresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) SignedPageResultWithChan ¶
func (client *Client) SignedPageResultWithChan(request *SignedPageResultRequest) (<-chan *SignedPageResultResponse, <-chan error)
SignedPageResultWithChan invokes the finmall.SignedPageResult API asynchronously api document: https://help.aliyun.com/api/finmall/signedpageresult.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateAuthenticationInfo ¶
func (client *Client) UpdateAuthenticationInfo(request *UpdateAuthenticationInfoRequest) (response *UpdateAuthenticationInfoResponse, err error)
UpdateAuthenticationInfo invokes the finmall.UpdateAuthenticationInfo API synchronously api document: https://help.aliyun.com/api/finmall/updateauthenticationinfo.html
func (*Client) UpdateAuthenticationInfoWithCallback ¶
func (client *Client) UpdateAuthenticationInfoWithCallback(request *UpdateAuthenticationInfoRequest, callback func(response *UpdateAuthenticationInfoResponse, err error)) <-chan int
UpdateAuthenticationInfoWithCallback invokes the finmall.UpdateAuthenticationInfo API asynchronously api document: https://help.aliyun.com/api/finmall/updateauthenticationinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateAuthenticationInfoWithChan ¶
func (client *Client) UpdateAuthenticationInfoWithChan(request *UpdateAuthenticationInfoRequest) (<-chan *UpdateAuthenticationInfoResponse, <-chan error)
UpdateAuthenticationInfoWithChan invokes the finmall.UpdateAuthenticationInfo API asynchronously api document: https://help.aliyun.com/api/finmall/updateauthenticationinfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateEnterpriseCustomInfo ¶
func (client *Client) UpdateEnterpriseCustomInfo(request *UpdateEnterpriseCustomInfoRequest) (response *UpdateEnterpriseCustomInfoResponse, err error)
UpdateEnterpriseCustomInfo invokes the finmall.UpdateEnterpriseCustomInfo API synchronously api document: https://help.aliyun.com/api/finmall/updateenterprisecustominfo.html
func (*Client) UpdateEnterpriseCustomInfoWithCallback ¶
func (client *Client) UpdateEnterpriseCustomInfoWithCallback(request *UpdateEnterpriseCustomInfoRequest, callback func(response *UpdateEnterpriseCustomInfoResponse, err error)) <-chan int
UpdateEnterpriseCustomInfoWithCallback invokes the finmall.UpdateEnterpriseCustomInfo API asynchronously api document: https://help.aliyun.com/api/finmall/updateenterprisecustominfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UpdateEnterpriseCustomInfoWithChan ¶
func (client *Client) UpdateEnterpriseCustomInfoWithChan(request *UpdateEnterpriseCustomInfoRequest) (<-chan *UpdateEnterpriseCustomInfoResponse, <-chan error)
UpdateEnterpriseCustomInfoWithChan invokes the finmall.UpdateEnterpriseCustomInfo API asynchronously api document: https://help.aliyun.com/api/finmall/updateenterprisecustominfo.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UploadCustomIDImage ¶
func (client *Client) UploadCustomIDImage(request *UploadCustomIDImageRequest) (response *UploadCustomIDImageResponse, err error)
UploadCustomIDImage invokes the finmall.UploadCustomIDImage API synchronously api document: https://help.aliyun.com/api/finmall/uploadcustomidimage.html
func (*Client) UploadCustomIDImageWithCallback ¶
func (client *Client) UploadCustomIDImageWithCallback(request *UploadCustomIDImageRequest, callback func(response *UploadCustomIDImageResponse, err error)) <-chan int
UploadCustomIDImageWithCallback invokes the finmall.UploadCustomIDImage API asynchronously api document: https://help.aliyun.com/api/finmall/uploadcustomidimage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) UploadCustomIDImageWithChan ¶
func (client *Client) UploadCustomIDImageWithChan(request *UploadCustomIDImageRequest) (<-chan *UploadCustomIDImageResponse, <-chan error)
UploadCustomIDImageWithChan invokes the finmall.UploadCustomIDImage API asynchronously api document: https://help.aliyun.com/api/finmall/uploadcustomidimage.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) VerifyCustomer ¶
func (client *Client) VerifyCustomer(request *VerifyCustomerRequest) (response *VerifyCustomerResponse, err error)
VerifyCustomer invokes the finmall.VerifyCustomer API synchronously api document: https://help.aliyun.com/api/finmall/verifycustomer.html
func (*Client) VerifyCustomerWithCallback ¶
func (client *Client) VerifyCustomerWithCallback(request *VerifyCustomerRequest, callback func(response *VerifyCustomerResponse, err error)) <-chan int
VerifyCustomerWithCallback invokes the finmall.VerifyCustomer API asynchronously api document: https://help.aliyun.com/api/finmall/verifycustomer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) VerifyCustomerWithChan ¶
func (client *Client) VerifyCustomerWithChan(request *VerifyCustomerRequest) (<-chan *VerifyCustomerResponse, <-chan error)
VerifyCustomerWithChan invokes the finmall.VerifyCustomer API asynchronously api document: https://help.aliyun.com/api/finmall/verifycustomer.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) VerifySMSToken ¶
func (client *Client) VerifySMSToken(request *VerifySMSTokenRequest) (response *VerifySMSTokenResponse, err error)
VerifySMSToken invokes the finmall.VerifySMSToken API synchronously api document: https://help.aliyun.com/api/finmall/verifysmstoken.html
func (*Client) VerifySMSTokenWithCallback ¶
func (client *Client) VerifySMSTokenWithCallback(request *VerifySMSTokenRequest, callback func(response *VerifySMSTokenResponse, err error)) <-chan int
VerifySMSTokenWithCallback invokes the finmall.VerifySMSToken API asynchronously api document: https://help.aliyun.com/api/finmall/verifysmstoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
func (*Client) VerifySMSTokenWithChan ¶
func (client *Client) VerifySMSTokenWithChan(request *VerifySMSTokenRequest) (<-chan *VerifySMSTokenResponse, <-chan error)
VerifySMSTokenWithChan invokes the finmall.VerifySMSToken API asynchronously api document: https://help.aliyun.com/api/finmall/verifysmstoken.html asynchronous document: https://help.aliyun.com/document_detail/66220.html
type Data ¶
type Data struct { PhoneNumber string `json:"PhoneNumber" xml:"PhoneNumber"` ExpiryDate string `json:"ExpiryDate" xml:"ExpiryDate"` BusinessLicense string `json:"BusinessLicense" xml:"BusinessLicense"` FineInterest string `json:"FineInterest" xml:"FineInterest"` RepayMethod string `json:"RepayMethod" xml:"RepayMethod"` DebtorName string `json:"DebtorName" xml:"DebtorName"` ValidateTime string `json:"ValidateTime" xml:"ValidateTime"` DownPaymentRate string `json:"DownPaymentRate" xml:"DownPaymentRate"` ValidateState string `json:"ValidateState" xml:"ValidateState"` Score string `json:"Score" xml:"Score"` Content string `json:"Content" xml:"Content"` CreditId string `json:"CreditId" xml:"CreditId"` InterInter string `json:"InterInter" xml:"InterInter"` InterAmt string `json:"InterAmt" xml:"InterAmt"` DailyRate string `json:"DailyRate" xml:"DailyRate"` FinancialInfo string `json:"FinancialInfo" xml:"FinancialInfo"` Plan string `json:"Plan" xml:"Plan"` InterestRate string `json:"InterestRate" xml:"InterestRate"` BalAmt string `json:"BalAmt" xml:"BalAmt"` Email string `json:"Email" xml:"Email"` Prepayment string `json:"Prepayment" xml:"Prepayment"` OverdueId string `json:"OverdueId" xml:"OverdueId"` LoanRate string `json:"LoanRate" xml:"LoanRate"` FineInter string `json:"FineInter" xml:"FineInter"` FoundPartyId string `json:"FoundPartyId" xml:"FoundPartyId"` YearRate string `json:"YearRate" xml:"YearRate"` LoanSubject string `json:"LoanSubject" xml:"LoanSubject"` Status string `json:"Status" xml:"Status"` IdCardFrontPage string `json:"IdCardFrontPage" xml:"IdCardFrontPage"` IdCardBackPage string `json:"IdCardBackPage" xml:"IdCardBackPage"` ProductName string `json:"ProductName" xml:"ProductName"` ProductId string `json:"ProductId" xml:"ProductId"` CreateTime string `json:"CreateTime" xml:"CreateTime"` EnterpriseName string `json:"EnterpriseName" xml:"EnterpriseName"` DownloadUrl string `json:"DownloadUrl" xml:"DownloadUrl"` Amount string `json:"Amount" xml:"Amount"` ViewUrl string `json:"ViewUrl" xml:"ViewUrl"` Terms string `json:"Terms" xml:"Terms"` LineOfCredit string `json:"LineOfCredit" xml:"LineOfCredit"` Comment string `json:"Comment" xml:"Comment"` OverdueType string `json:"OverdueType" xml:"OverdueType"` CreditAccount string `json:"CreditAccount" xml:"CreditAccount"` LendingOrganizations string `json:"LendingOrganizations" xml:"LendingOrganizations"` UserState string `json:"UserState" xml:"UserState"` UpdateDate string `json:"UpdateDate" xml:"UpdateDate"` OverdueStartDate string `json:"OverdueStartDate" xml:"OverdueStartDate"` IdCardNumber string `json:"IdCardNumber" xml:"IdCardNumber"` Principal string `json:"Principal" xml:"Principal"` FundPartyId string `json:"FundPartyId" xml:"FundPartyId"` FoundPartyName string `json:"FoundPartyName" xml:"FoundPartyName"` FineAmount string `json:"FineAmount" xml:"FineAmount"` PrincipalLimit string `json:"PrincipalLimit" xml:"PrincipalLimit"` Address string `json:"Address" xml:"Address"` InterestOfInterest string `json:"InterestOfInterest" xml:"InterestOfInterest"` LegalPersonName string `json:"LegalPersonName" xml:"LegalPersonName"` ZhimaReturnUrl string `json:"ZhimaReturnUrl" xml:"ZhimaReturnUrl"` Url string `json:"Url" xml:"Url"` TradeDataId string `json:"TradeDataId" xml:"TradeDataId"` RepayPhase string `json:"RepayPhase" xml:"RepayPhase"` CreateDate string `json:"CreateDate" xml:"CreateDate"` RepayPrincipalAmount string `json:"RepayPrincipalAmount" xml:"RepayPrincipalAmount"` BankCard string `json:"BankCard" xml:"BankCard"` State string `json:"State" xml:"State"` FineAmt string `json:"FineAmt" xml:"FineAmt"` CustomId string `json:"CustomId" xml:"CustomId"` CreditApproveComment string `json:"CreditApproveComment" xml:"CreditApproveComment"` TotalLoanAmount string `json:"TotalLoanAmount" xml:"TotalLoanAmount"` LoanBalance string `json:"LoanBalance" xml:"LoanBalance"` DownPaymentAmount string `json:"DownPaymentAmount" xml:"DownPaymentAmount"` InterestAmount string `json:"InterestAmount" xml:"InterestAmount"` OverdueDays string `json:"OverdueDays" xml:"OverdueDays"` ReturnCode string `json:"ReturnCode" xml:"ReturnCode"` }
Data is a nested struct in finmall response
type GetAuthorizeCreditQueryRequest ¶
type GetAuthorizeCreditQueryRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` FundPartyId string `position:"Query" name:"FundPartyId"` ReturnUrl string `position:"Query" name:"ReturnUrl"` UserId string `position:"Query" name:"UserId"` }
GetAuthorizeCreditQueryRequest is the request struct for api GetAuthorizeCreditQuery
func CreateGetAuthorizeCreditQueryRequest ¶
func CreateGetAuthorizeCreditQueryRequest() (request *GetAuthorizeCreditQueryRequest)
CreateGetAuthorizeCreditQueryRequest creates a request to invoke GetAuthorizeCreditQuery API
type GetAuthorizeCreditQueryResponse ¶
type GetAuthorizeCreditQueryResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetAuthorizeCreditQueryResponse is the response struct for api GetAuthorizeCreditQuery
func CreateGetAuthorizeCreditQueryResponse ¶
func CreateGetAuthorizeCreditQueryResponse() (response *GetAuthorizeCreditQueryResponse)
CreateGetAuthorizeCreditQueryResponse creates a response to parse from GetAuthorizeCreditQuery response
type GetCreditDetailRequest ¶
type GetCreditDetailRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetCreditDetailRequest is the request struct for api GetCreditDetail
func CreateGetCreditDetailRequest ¶
func CreateGetCreditDetailRequest() (request *GetCreditDetailRequest)
CreateGetCreditDetailRequest creates a request to invoke GetCreditDetail API
type GetCreditDetailResponse ¶
type GetCreditDetailResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetCreditDetailResponse is the response struct for api GetCreditDetail
func CreateGetCreditDetailResponse ¶
func CreateGetCreditDetailResponse() (response *GetCreditDetailResponse)
CreateGetCreditDetailResponse creates a response to parse from GetCreditDetail response
type GetCreditListRequest ¶
type GetCreditListRequest struct { *requests.RpcRequest QueryExpression string `position:"Query" name:"QueryExpression"` PageSize requests.Integer `position:"Query" name:"PageSize"` UserId string `position:"Query" name:"UserId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` }
GetCreditListRequest is the request struct for api GetCreditList
func CreateGetCreditListRequest ¶
func CreateGetCreditListRequest() (request *GetCreditListRequest)
CreateGetCreditListRequest creates a request to invoke GetCreditList API
type GetCreditListResponse ¶
type GetCreditListResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetCreditListResponse is the response struct for api GetCreditList
func CreateGetCreditListResponse ¶
func CreateGetCreditListResponse() (response *GetCreditListResponse)
CreateGetCreditListResponse creates a response to parse from GetCreditList response
type GetCreditRepayListRequest ¶
type GetCreditRepayListRequest struct { *requests.RpcRequest QueryExpression string `position:"Query" name:"QueryExpression"` PageSize requests.Integer `position:"Query" name:"PageSize"` UserId string `position:"Query" name:"UserId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` }
GetCreditRepayListRequest is the request struct for api GetCreditRepayList
func CreateGetCreditRepayListRequest ¶
func CreateGetCreditRepayListRequest() (request *GetCreditRepayListRequest)
CreateGetCreditRepayListRequest creates a request to invoke GetCreditRepayList API
type GetCreditRepayListResponse ¶
type GetCreditRepayListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data string `json:"Data" xml:"Data"` }
GetCreditRepayListResponse is the response struct for api GetCreditRepayList
func CreateGetCreditRepayListResponse ¶
func CreateGetCreditRepayListResponse() (response *GetCreditRepayListResponse)
CreateGetCreditRepayListResponse creates a response to parse from GetCreditRepayList response
type GetCreditSignatureInfoRequest ¶
type GetCreditSignatureInfoRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetCreditSignatureInfoRequest is the request struct for api GetCreditSignatureInfo
func CreateGetCreditSignatureInfoRequest ¶
func CreateGetCreditSignatureInfoRequest() (request *GetCreditSignatureInfoRequest)
CreateGetCreditSignatureInfoRequest creates a request to invoke GetCreditSignatureInfo API
type GetCreditSignatureInfoResponse ¶
type GetCreditSignatureInfoResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetCreditSignatureInfoResponse is the response struct for api GetCreditSignatureInfo
func CreateGetCreditSignatureInfoResponse ¶
func CreateGetCreditSignatureInfoResponse() (response *GetCreditSignatureInfoResponse)
CreateGetCreditSignatureInfoResponse creates a response to parse from GetCreditSignatureInfo response
type GetCreditStatusRequest ¶
type GetCreditStatusRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetCreditStatusRequest is the request struct for api GetCreditStatus
func CreateGetCreditStatusRequest ¶
func CreateGetCreditStatusRequest() (request *GetCreditStatusRequest)
CreateGetCreditStatusRequest creates a request to invoke GetCreditStatus API
type GetCreditStatusResponse ¶
type GetCreditStatusResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetCreditStatusResponse is the response struct for api GetCreditStatus
func CreateGetCreditStatusResponse ¶
func CreateGetCreditStatusResponse() (response *GetCreditStatusResponse)
CreateGetCreditStatusResponse creates a response to parse from GetCreditStatus response
type GetCreditWithdrawRecordRequest ¶
type GetCreditWithdrawRecordRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetCreditWithdrawRecordRequest is the request struct for api GetCreditWithdrawRecord
func CreateGetCreditWithdrawRecordRequest ¶
func CreateGetCreditWithdrawRecordRequest() (request *GetCreditWithdrawRecordRequest)
CreateGetCreditWithdrawRecordRequest creates a request to invoke GetCreditWithdrawRecord API
type GetCreditWithdrawRecordResponse ¶
type GetCreditWithdrawRecordResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetCreditWithdrawRecordResponse is the response struct for api GetCreditWithdrawRecord
func CreateGetCreditWithdrawRecordResponse ¶
func CreateGetCreditWithdrawRecordResponse() (response *GetCreditWithdrawRecordResponse)
CreateGetCreditWithdrawRecordResponse creates a response to parse from GetCreditWithdrawRecord response
type GetCurrentTermRepayInfoRequest ¶
type GetCurrentTermRepayInfoRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetCurrentTermRepayInfoRequest is the request struct for api GetCurrentTermRepayInfo
func CreateGetCurrentTermRepayInfoRequest ¶
func CreateGetCurrentTermRepayInfoRequest() (request *GetCurrentTermRepayInfoRequest)
CreateGetCurrentTermRepayInfoRequest creates a request to invoke GetCurrentTermRepayInfo API
type GetCurrentTermRepayInfoResponse ¶
type GetCurrentTermRepayInfoResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetCurrentTermRepayInfoResponse is the response struct for api GetCurrentTermRepayInfo
func CreateGetCurrentTermRepayInfoResponse ¶
func CreateGetCurrentTermRepayInfoResponse() (response *GetCurrentTermRepayInfoResponse)
CreateGetCurrentTermRepayInfoResponse creates a response to parse from GetCurrentTermRepayInfo response
type GetCustomStatusInfoRequest ¶
type GetCustomStatusInfoRequest struct { *requests.RpcRequest UserId string `position:"Query" name:"UserId"` }
GetCustomStatusInfoRequest is the request struct for api GetCustomStatusInfo
func CreateGetCustomStatusInfoRequest ¶
func CreateGetCustomStatusInfoRequest() (request *GetCustomStatusInfoRequest)
CreateGetCustomStatusInfoRequest creates a request to invoke GetCustomStatusInfo API
type GetCustomStatusInfoResponse ¶
type GetCustomStatusInfoResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetCustomStatusInfoResponse is the response struct for api GetCustomStatusInfo
func CreateGetCustomStatusInfoResponse ¶
func CreateGetCustomStatusInfoResponse() (response *GetCustomStatusInfoResponse)
CreateGetCustomStatusInfoResponse creates a response to parse from GetCustomStatusInfo response
type GetCustomerVerifyInfoRequest ¶
type GetCustomerVerifyInfoRequest struct { *requests.RpcRequest UserId string `position:"Query" name:"UserId"` }
GetCustomerVerifyInfoRequest is the request struct for api GetCustomerVerifyInfo
func CreateGetCustomerVerifyInfoRequest ¶
func CreateGetCustomerVerifyInfoRequest() (request *GetCustomerVerifyInfoRequest)
CreateGetCustomerVerifyInfoRequest creates a request to invoke GetCustomerVerifyInfo API
type GetCustomerVerifyInfoResponse ¶
type GetCustomerVerifyInfoResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetCustomerVerifyInfoResponse is the response struct for api GetCustomerVerifyInfo
func CreateGetCustomerVerifyInfoResponse ¶
func CreateGetCustomerVerifyInfoResponse() (response *GetCustomerVerifyInfoResponse)
CreateGetCustomerVerifyInfoResponse creates a response to parse from GetCustomerVerifyInfo response
type GetDocumentDownloadUrlRequest ¶
type GetDocumentDownloadUrlRequest struct { *requests.RpcRequest BizType string `position:"Query" name:"BizType"` BizId string `position:"Query" name:"BizId"` DocumentId string `position:"Query" name:"DocumentId"` UserId string `position:"Query" name:"UserId"` }
GetDocumentDownloadUrlRequest is the request struct for api GetDocumentDownloadUrl
func CreateGetDocumentDownloadUrlRequest ¶
func CreateGetDocumentDownloadUrlRequest() (request *GetDocumentDownloadUrlRequest)
CreateGetDocumentDownloadUrlRequest creates a request to invoke GetDocumentDownloadUrl API
type GetDocumentDownloadUrlResponse ¶
type GetDocumentDownloadUrlResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data Data `json:"Data" xml:"Data"` }
GetDocumentDownloadUrlResponse is the response struct for api GetDocumentDownloadUrl
func CreateGetDocumentDownloadUrlResponse ¶
func CreateGetDocumentDownloadUrlResponse() (response *GetDocumentDownloadUrlResponse)
CreateGetDocumentDownloadUrlResponse creates a response to parse from GetDocumentDownloadUrl response
type GetLatestOverdueRecordRequest ¶
type GetLatestOverdueRecordRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetLatestOverdueRecordRequest is the request struct for api GetLatestOverdueRecord
func CreateGetLatestOverdueRecordRequest ¶
func CreateGetLatestOverdueRecordRequest() (request *GetLatestOverdueRecordRequest)
CreateGetLatestOverdueRecordRequest creates a request to invoke GetLatestOverdueRecord API
type GetLatestOverdueRecordResponse ¶
type GetLatestOverdueRecordResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetLatestOverdueRecordResponse is the response struct for api GetLatestOverdueRecord
func CreateGetLatestOverdueRecordResponse ¶
func CreateGetLatestOverdueRecordResponse() (response *GetLatestOverdueRecordResponse)
CreateGetLatestOverdueRecordResponse creates a response to parse from GetLatestOverdueRecord response
type GetLoanAgreementRequest ¶
type GetLoanAgreementRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` FundPartyId string `position:"Query" name:"FundPartyId"` ReturnUrl string `position:"Query" name:"ReturnUrl"` UserId string `position:"Query" name:"UserId"` }
GetLoanAgreementRequest is the request struct for api GetLoanAgreement
func CreateGetLoanAgreementRequest ¶
func CreateGetLoanAgreementRequest() (request *GetLoanAgreementRequest)
CreateGetLoanAgreementRequest creates a request to invoke GetLoanAgreement API
type GetLoanAgreementResponse ¶
type GetLoanAgreementResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetLoanAgreementResponse is the response struct for api GetLoanAgreement
func CreateGetLoanAgreementResponse ¶
func CreateGetLoanAgreementResponse() (response *GetLoanAgreementResponse)
CreateGetLoanAgreementResponse creates a response to parse from GetLoanAgreement response
type GetLoanApplyRecordListRequest ¶
type GetLoanApplyRecordListRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetLoanApplyRecordListRequest is the request struct for api GetLoanApplyRecordList
func CreateGetLoanApplyRecordListRequest ¶
func CreateGetLoanApplyRecordListRequest() (request *GetLoanApplyRecordListRequest)
CreateGetLoanApplyRecordListRequest creates a request to invoke GetLoanApplyRecordList API
type GetLoanApplyRecordListResponse ¶
type GetLoanApplyRecordListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data string `json:"Data" xml:"Data"` }
GetLoanApplyRecordListResponse is the response struct for api GetLoanApplyRecordList
func CreateGetLoanApplyRecordListResponse ¶
func CreateGetLoanApplyRecordListResponse() (response *GetLoanApplyRecordListResponse)
CreateGetLoanApplyRecordListResponse creates a response to parse from GetLoanApplyRecordList response
type GetOverdueRecordListRequest ¶
type GetOverdueRecordListRequest struct { *requests.RpcRequest PageSize requests.Integer `position:"Query" name:"PageSize"` QueryExpression string `position:"Query" name:"QueryExpression"` UserId string `position:"Query" name:"UserId"` PageNumber requests.Integer `position:"Query" name:"PageNumber"` }
GetOverdueRecordListRequest is the request struct for api GetOverdueRecordList
func CreateGetOverdueRecordListRequest ¶
func CreateGetOverdueRecordListRequest() (request *GetOverdueRecordListRequest)
CreateGetOverdueRecordListRequest creates a request to invoke GetOverdueRecordList API
type GetOverdueRecordListResponse ¶
type GetOverdueRecordListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data string `json:"Data" xml:"Data"` }
GetOverdueRecordListResponse is the response struct for api GetOverdueRecordList
func CreateGetOverdueRecordListResponse ¶
func CreateGetOverdueRecordListResponse() (response *GetOverdueRecordListResponse)
CreateGetOverdueRecordListResponse creates a response to parse from GetOverdueRecordList response
type GetProductDetailRequest ¶
type GetProductDetailRequest struct { *requests.RpcRequest ProductId string `position:"Query" name:"ProductId"` FundPartyId string `position:"Query" name:"FundPartyId"` UserId string `position:"Query" name:"UserId"` }
GetProductDetailRequest is the request struct for api GetProductDetail
func CreateGetProductDetailRequest ¶
func CreateGetProductDetailRequest() (request *GetProductDetailRequest)
CreateGetProductDetailRequest creates a request to invoke GetProductDetail API
type GetProductDetailResponse ¶
type GetProductDetailResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Message string `json:"Message" xml:"Message"` Code string `json:"Code" xml:"Code"` Data Data `json:"Data" xml:"Data"` }
GetProductDetailResponse is the response struct for api GetProductDetail
func CreateGetProductDetailResponse ¶
func CreateGetProductDetailResponse() (response *GetProductDetailResponse)
CreateGetProductDetailResponse creates a response to parse from GetProductDetail response
type GetProductListRequest ¶
type GetProductListRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` FundPartyId string `position:"Query" name:"FundPartyId"` UserId string `position:"Query" name:"UserId"` }
GetProductListRequest is the request struct for api GetProductList
func CreateGetProductListRequest ¶
func CreateGetProductListRequest() (request *GetProductListRequest)
CreateGetProductListRequest creates a request to invoke GetProductList API
type GetProductListResponse ¶
type GetProductListResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Message string `json:"Message" xml:"Message"` Code string `json:"Code" xml:"Code"` Data string `json:"Data" xml:"Data"` }
GetProductListResponse is the response struct for api GetProductList
func CreateGetProductListResponse ¶
func CreateGetProductListResponse() (response *GetProductListResponse)
CreateGetProductListResponse creates a response to parse from GetProductList response
type GetRepayPlanTrialRequest ¶
type GetRepayPlanTrialRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` ProductId string `position:"Query" name:"ProductId"` UserId string `position:"Query" name:"UserId"` }
GetRepayPlanTrialRequest is the request struct for api GetRepayPlanTrial
func CreateGetRepayPlanTrialRequest ¶
func CreateGetRepayPlanTrialRequest() (request *GetRepayPlanTrialRequest)
CreateGetRepayPlanTrialRequest creates a request to invoke GetRepayPlanTrial API
type GetRepayPlanTrialResponse ¶
type GetRepayPlanTrialResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetRepayPlanTrialResponse is the response struct for api GetRepayPlanTrial
func CreateGetRepayPlanTrialResponse ¶
func CreateGetRepayPlanTrialResponse() (response *GetRepayPlanTrialResponse)
CreateGetRepayPlanTrialResponse creates a response to parse from GetRepayPlanTrial response
type GetSignContractUrlRequest ¶
type GetSignContractUrlRequest struct { *requests.RpcRequest ExtInfo string `position:"Query" name:"ExtInfo"` BizId string `position:"Query" name:"BizId"` SceneId string `position:"Query" name:"SceneId"` ReturnUrl string `position:"Query" name:"ReturnUrl"` UserId string `position:"Query" name:"UserId"` }
GetSignContractUrlRequest is the request struct for api GetSignContractUrl
func CreateGetSignContractUrlRequest ¶
func CreateGetSignContractUrlRequest() (request *GetSignContractUrlRequest)
CreateGetSignContractUrlRequest creates a request to invoke GetSignContractUrl API
type GetSignContractUrlResponse ¶
type GetSignContractUrlResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetSignContractUrlResponse is the response struct for api GetSignContractUrl
func CreateGetSignContractUrlResponse ¶
func CreateGetSignContractUrlResponse() (response *GetSignContractUrlResponse)
CreateGetSignContractUrlResponse creates a response to parse from GetSignContractUrl response
type GetTradeDataRequest ¶
type GetTradeDataRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` UserId string `position:"Query" name:"UserId"` }
GetTradeDataRequest is the request struct for api GetTradeData
func CreateGetTradeDataRequest ¶
func CreateGetTradeDataRequest() (request *GetTradeDataRequest)
CreateGetTradeDataRequest creates a request to invoke GetTradeData API
type GetTradeDataResponse ¶
type GetTradeDataResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
GetTradeDataResponse is the response struct for api GetTradeData
func CreateGetTradeDataResponse ¶
func CreateGetTradeDataResponse() (response *GetTradeDataResponse)
CreateGetTradeDataResponse creates a response to parse from GetTradeData response
type GetUserInfoAuthorizationAgreementRequest ¶
type GetUserInfoAuthorizationAgreementRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` FundPartyId string `position:"Query" name:"FundPartyId"` UserId string `position:"Query" name:"UserId"` }
GetUserInfoAuthorizationAgreementRequest is the request struct for api GetUserInfoAuthorizationAgreement
func CreateGetUserInfoAuthorizationAgreementRequest ¶
func CreateGetUserInfoAuthorizationAgreementRequest() (request *GetUserInfoAuthorizationAgreementRequest)
CreateGetUserInfoAuthorizationAgreementRequest creates a request to invoke GetUserInfoAuthorizationAgreement API
type GetUserInfoAuthorizationAgreementResponse ¶
type GetUserInfoAuthorizationAgreementResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetUserInfoAuthorizationAgreementResponse is the response struct for api GetUserInfoAuthorizationAgreement
func CreateGetUserInfoAuthorizationAgreementResponse ¶
func CreateGetUserInfoAuthorizationAgreementResponse() (response *GetUserInfoAuthorizationAgreementResponse)
CreateGetUserInfoAuthorizationAgreementResponse creates a response to parse from GetUserInfoAuthorizationAgreement response
type GetZhimaScoreRequest ¶
type GetZhimaScoreRequest struct { *requests.RpcRequest UserId string `position:"Query" name:"UserId"` }
GetZhimaScoreRequest is the request struct for api GetZhimaScore
func CreateGetZhimaScoreRequest ¶
func CreateGetZhimaScoreRequest() (request *GetZhimaScoreRequest)
CreateGetZhimaScoreRequest creates a request to invoke GetZhimaScore API
type GetZhimaScoreResponse ¶
type GetZhimaScoreResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
GetZhimaScoreResponse is the response struct for api GetZhimaScore
func CreateGetZhimaScoreResponse ¶
func CreateGetZhimaScoreResponse() (response *GetZhimaScoreResponse)
CreateGetZhimaScoreResponse creates a response to parse from GetZhimaScore response
type PayForOrderRequest ¶
type PayForOrderRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` SmsIvToken string `position:"Query" name:"SmsIvToken"` UserId string `position:"Query" name:"UserId"` }
PayForOrderRequest is the request struct for api PayForOrder
func CreatePayForOrderRequest ¶
func CreatePayForOrderRequest() (request *PayForOrderRequest)
CreatePayForOrderRequest creates a request to invoke PayForOrder API
type PayForOrderResponse ¶
type PayForOrderResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
PayForOrderResponse is the response struct for api PayForOrder
func CreatePayForOrderResponse ¶
func CreatePayForOrderResponse() (response *PayForOrderResponse)
CreatePayForOrderResponse creates a response to parse from PayForOrder response
type QueryFundPartyListRequest ¶
type QueryFundPartyListRequest struct { *requests.RpcRequest UserId string `position:"Query" name:"UserId"` }
QueryFundPartyListRequest is the request struct for api QueryFundPartyList
func CreateQueryFundPartyListRequest ¶
func CreateQueryFundPartyListRequest() (request *QueryFundPartyListRequest)
CreateQueryFundPartyListRequest creates a request to invoke QueryFundPartyList API
type QueryFundPartyListResponse ¶
type QueryFundPartyListResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
QueryFundPartyListResponse is the response struct for api QueryFundPartyList
func CreateQueryFundPartyListResponse ¶
func CreateQueryFundPartyListResponse() (response *QueryFundPartyListResponse)
CreateQueryFundPartyListResponse creates a response to parse from QueryFundPartyList response
type QuerySignResultRequest ¶
type QuerySignResultRequest struct { *requests.RpcRequest ExtInfo string `position:"Query" name:"ExtInfo"` BizId string `position:"Query" name:"BizId"` SceneId string `position:"Query" name:"SceneId"` Type string `position:"Query" name:"Type"` UserId string `position:"Query" name:"UserId"` }
QuerySignResultRequest is the request struct for api QuerySignResult
func CreateQuerySignResultRequest ¶
func CreateQuerySignResultRequest() (request *QuerySignResultRequest)
CreateQuerySignResultRequest creates a request to invoke QuerySignResult API
type QuerySignResultResponse ¶
type QuerySignResultResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
QuerySignResultResponse is the response struct for api QuerySignResult
func CreateQuerySignResultResponse ¶
func CreateQuerySignResultResponse() (response *QuerySignResultResponse)
CreateQuerySignResultResponse creates a response to parse from QuerySignResult response
type QueryTrialRecordsRequest ¶
type QueryTrialRecordsRequest struct { *requests.RpcRequest UserId string `position:"Query" name:"UserId"` }
QueryTrialRecordsRequest is the request struct for api QueryTrialRecords
func CreateQueryTrialRecordsRequest ¶
func CreateQueryTrialRecordsRequest() (request *QueryTrialRecordsRequest)
CreateQueryTrialRecordsRequest creates a request to invoke QueryTrialRecords API
type QueryTrialRecordsResponse ¶
type QueryTrialRecordsResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data string `json:"Data" xml:"Data"` }
QueryTrialRecordsResponse is the response struct for api QueryTrialRecords
func CreateQueryTrialRecordsResponse ¶
func CreateQueryTrialRecordsResponse() (response *QueryTrialRecordsResponse)
CreateQueryTrialRecordsResponse creates a response to parse from QueryTrialRecords response
type SaveAuthenticationInfoRequest ¶
type SaveAuthenticationInfoRequest struct { *requests.RpcRequest IdCardNumber string `position:"Query" name:"IdCardNumber"` Address string `position:"Query" name:"Address"` EmployeeEmail string `position:"Query" name:"EmployeeEmail"` EmployeePhoneNumber string `position:"Query" name:"EmployeePhoneNumber"` PhoneNumber string `position:"Query" name:"PhoneNumber"` BusinessLicense string `position:"Query" name:"BusinessLicense"` LegalPersonName string `position:"Query" name:"LegalPersonName"` EnterpriseName string `position:"Query" name:"EnterpriseName"` AuthenticateType string `position:"Query" name:"AuthenticateType"` UserId string `position:"Query" name:"UserId"` ZhimaReturnUrl string `position:"Query" name:"ZhimaReturnUrl"` BankCard string `position:"Query" name:"BankCard"` Email string `position:"Query" name:"Email"` EmployeeName string `position:"Query" name:"EmployeeName"` EmployeeIdCardNumber string `position:"Query" name:"EmployeeIdCardNumber"` }
SaveAuthenticationInfoRequest is the request struct for api SaveAuthenticationInfo
func CreateSaveAuthenticationInfoRequest ¶
func CreateSaveAuthenticationInfoRequest() (request *SaveAuthenticationInfoRequest)
CreateSaveAuthenticationInfoRequest creates a request to invoke SaveAuthenticationInfo API
type SaveAuthenticationInfoResponse ¶
type SaveAuthenticationInfoResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data bool `json:"Data" xml:"Data"` }
SaveAuthenticationInfoResponse is the response struct for api SaveAuthenticationInfo
func CreateSaveAuthenticationInfoResponse ¶
func CreateSaveAuthenticationInfoResponse() (response *SaveAuthenticationInfoResponse)
CreateSaveAuthenticationInfoResponse creates a response to parse from SaveAuthenticationInfo response
type SignLoanAgreementRequest ¶
type SignLoanAgreementRequest struct { *requests.RpcRequest CreditId string `position:"Query" name:"CreditId"` Reserved string `position:"Query" name:"Reserved"` UserId string `position:"Query" name:"UserId"` }
SignLoanAgreementRequest is the request struct for api SignLoanAgreement
func CreateSignLoanAgreementRequest ¶
func CreateSignLoanAgreementRequest() (request *SignLoanAgreementRequest)
CreateSignLoanAgreementRequest creates a request to invoke SignLoanAgreement API
type SignLoanAgreementResponse ¶
type SignLoanAgreementResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
SignLoanAgreementResponse is the response struct for api SignLoanAgreement
func CreateSignLoanAgreementResponse ¶
func CreateSignLoanAgreementResponse() (response *SignLoanAgreementResponse)
CreateSignLoanAgreementResponse creates a response to parse from SignLoanAgreement response
type SignResultNotifyRequest ¶
type SignResultNotifyRequest struct { *requests.RpcRequest DocId string `position:"Query" name:"DocId"` DocContent string `position:"Body" name:"DocContent"` Sign string `position:"Query" name:"Sign"` ResultCode requests.Integer `position:"Query" name:"ResultCode"` Time requests.Integer `position:"Query" name:"Time"` TransactionId string `position:"Query" name:"TransactionId"` ResultDesc string `position:"Query" name:"ResultDesc"` }
SignResultNotifyRequest is the request struct for api SignResultNotify
func CreateSignResultNotifyRequest ¶
func CreateSignResultNotifyRequest() (request *SignResultNotifyRequest)
CreateSignResultNotifyRequest creates a request to invoke SignResultNotify API
type SignResultNotifyResponse ¶
type SignResultNotifyResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` }
SignResultNotifyResponse is the response struct for api SignResultNotify
func CreateSignResultNotifyResponse ¶
func CreateSignResultNotifyResponse() (response *SignResultNotifyResponse)
CreateSignResultNotifyResponse creates a response to parse from SignResultNotify response
type SignedPageResultRequest ¶
type SignedPageResultRequest struct { *requests.RpcRequest DownloadUrl string `position:"Query" name:"DownloadUrl"` Digest string `position:"Query" name:"Digest"` ViewUrl string `position:"Query" name:"ViewUrl"` ResultCode requests.Integer `position:"Query" name:"ResultCode"` TransactionId string `position:"Query" name:"TransactionId"` ResultDesc string `position:"Query" name:"ResultDesc"` Timestamp string `position:"Query" name:"Timestamp"` }
SignedPageResultRequest is the request struct for api SignedPageResult
func CreateSignedPageResultRequest ¶
func CreateSignedPageResultRequest() (request *SignedPageResultRequest)
CreateSignedPageResultRequest creates a request to invoke SignedPageResult API
type SignedPageResultResponse ¶
type SignedPageResultResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data Data `json:"Data" xml:"Data"` }
SignedPageResultResponse is the response struct for api SignedPageResult
func CreateSignedPageResultResponse ¶
func CreateSignedPageResultResponse() (response *SignedPageResultResponse)
CreateSignedPageResultResponse creates a response to parse from SignedPageResult response
type UpdateAuthenticationInfoRequest ¶
type UpdateAuthenticationInfoRequest struct { *requests.RpcRequest IdCardNumber string `position:"Body" name:"IdCardNumber"` Address string `position:"Body" name:"Address"` EmployeeEmail string `position:"Body" name:"EmployeeEmail"` EmployeePhoneNumber string `position:"Body" name:"EmployeePhoneNumber"` PhoneNumber string `position:"Body" name:"PhoneNumber"` BusinessLicense string `position:"Body" name:"BusinessLicense"` LegalPersonName string `position:"Body" name:"LegalPersonName"` UserId string `position:"Body" name:"UserId"` SmsIvToken string `position:"Body" name:"SmsIvToken"` BankCard string `position:"Body" name:"BankCard"` Email string `position:"Body" name:"Email"` EmployeeName string `position:"Body" name:"EmployeeName"` EmployeeIdCardNumber string `position:"Body" name:"EmployeeIdCardNumber"` }
UpdateAuthenticationInfoRequest is the request struct for api UpdateAuthenticationInfo
func CreateUpdateAuthenticationInfoRequest ¶
func CreateUpdateAuthenticationInfoRequest() (request *UpdateAuthenticationInfoRequest)
CreateUpdateAuthenticationInfoRequest creates a request to invoke UpdateAuthenticationInfo API
type UpdateAuthenticationInfoResponse ¶
type UpdateAuthenticationInfoResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data bool `json:"Data" xml:"Data"` }
UpdateAuthenticationInfoResponse is the response struct for api UpdateAuthenticationInfo
func CreateUpdateAuthenticationInfoResponse ¶
func CreateUpdateAuthenticationInfoResponse() (response *UpdateAuthenticationInfoResponse)
CreateUpdateAuthenticationInfoResponse creates a response to parse from UpdateAuthenticationInfo response
type UpdateEnterpriseCustomInfoRequest ¶
type UpdateEnterpriseCustomInfoRequest struct { *requests.RpcRequest IdCardNumber string `position:"Query" name:"IdCardNumber"` Address string `position:"Query" name:"Address"` IdCardFrontPage string `position:"Query" name:"IdCardFrontPage"` PhoneNumber string `position:"Query" name:"PhoneNumber"` BusinessLicense string `position:"Query" name:"BusinessLicense"` IdCardBackPage string `position:"Query" name:"IdCardBackPage"` LegalPersonName string `position:"Query" name:"LegalPersonName"` EnterpriseName string `position:"Query" name:"EnterpriseName"` UserId string `position:"Query" name:"UserId"` LoanSubject string `position:"Query" name:"LoanSubject"` ZhimaReturnUrl string `position:"Query" name:"ZhimaReturnUrl"` SmsIvToken string `position:"Query" name:"SmsIvToken"` BankCard string `position:"Query" name:"BankCard"` Email string `position:"Query" name:"Email"` }
UpdateEnterpriseCustomInfoRequest is the request struct for api UpdateEnterpriseCustomInfo
func CreateUpdateEnterpriseCustomInfoRequest ¶
func CreateUpdateEnterpriseCustomInfoRequest() (request *UpdateEnterpriseCustomInfoRequest)
CreateUpdateEnterpriseCustomInfoRequest creates a request to invoke UpdateEnterpriseCustomInfo API
type UpdateEnterpriseCustomInfoResponse ¶
type UpdateEnterpriseCustomInfoResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data string `json:"Data" xml:"Data"` }
UpdateEnterpriseCustomInfoResponse is the response struct for api UpdateEnterpriseCustomInfo
func CreateUpdateEnterpriseCustomInfoResponse ¶
func CreateUpdateEnterpriseCustomInfoResponse() (response *UpdateEnterpriseCustomInfoResponse)
CreateUpdateEnterpriseCustomInfoResponse creates a response to parse from UpdateEnterpriseCustomInfo response
type UploadCustomIDImageRequest ¶
type UploadCustomIDImageRequest struct { *requests.RpcRequest ImageType string `position:"Body" name:"ImageType"` Side string `position:"Body" name:"Side"` ImageFile string `position:"Body" name:"ImageFile"` UserId string `position:"Body" name:"UserId"` }
UploadCustomIDImageRequest is the request struct for api UploadCustomIDImage
func CreateUploadCustomIDImageRequest ¶
func CreateUploadCustomIDImageRequest() (request *UploadCustomIDImageRequest)
CreateUploadCustomIDImageRequest creates a request to invoke UploadCustomIDImage API
type UploadCustomIDImageResponse ¶
type UploadCustomIDImageResponse struct { *responses.BaseResponse Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` RequestId string `json:"RequestId" xml:"RequestId"` Data Data `json:"Data" xml:"Data"` }
UploadCustomIDImageResponse is the response struct for api UploadCustomIDImage
func CreateUploadCustomIDImageResponse ¶
func CreateUploadCustomIDImageResponse() (response *UploadCustomIDImageResponse)
CreateUploadCustomIDImageResponse creates a response to parse from UploadCustomIDImage response
type VerifyCustomerRequest ¶
type VerifyCustomerRequest struct { *requests.RpcRequest IdCardNumber string `position:"Query" name:"IdCardNumber"` Address string `position:"Query" name:"Address"` IdCardFrontPage string `position:"Query" name:"IdCardFrontPage"` PhoneNumber string `position:"Query" name:"PhoneNumber"` BusinessLicense string `position:"Query" name:"BusinessLicense"` IdCardBackPage string `position:"Query" name:"IdCardBackPage"` LegalPersonName string `position:"Query" name:"LegalPersonName"` EnterpriseName string `position:"Query" name:"EnterpriseName"` UserId string `position:"Query" name:"UserId"` LoanSubject string `position:"Query" name:"LoanSubject"` ZhimaReturnUrl string `position:"Query" name:"ZhimaReturnUrl"` BankCard string `position:"Query" name:"BankCard"` Email string `position:"Query" name:"Email"` }
VerifyCustomerRequest is the request struct for api VerifyCustomer
func CreateVerifyCustomerRequest ¶
func CreateVerifyCustomerRequest() (request *VerifyCustomerRequest)
CreateVerifyCustomerRequest creates a request to invoke VerifyCustomer API
type VerifyCustomerResponse ¶
type VerifyCustomerResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Code string `json:"Code" xml:"Code"` Message string `json:"Message" xml:"Message"` Data Data `json:"Data" xml:"Data"` }
VerifyCustomerResponse is the response struct for api VerifyCustomer
func CreateVerifyCustomerResponse ¶
func CreateVerifyCustomerResponse() (response *VerifyCustomerResponse)
CreateVerifyCustomerResponse creates a response to parse from VerifyCustomer response
type VerifySMSTokenRequest ¶
type VerifySMSTokenRequest struct { *requests.RpcRequest ActionType string `position:"Query" name:"ActionType"` UserId string `position:"Query" name:"UserId"` }
VerifySMSTokenRequest is the request struct for api VerifySMSToken
func CreateVerifySMSTokenRequest ¶
func CreateVerifySMSTokenRequest() (request *VerifySMSTokenRequest)
CreateVerifySMSTokenRequest creates a request to invoke VerifySMSToken API
type VerifySMSTokenResponse ¶
type VerifySMSTokenResponse struct { *responses.BaseResponse RequestId string `json:"RequestId" xml:"RequestId"` Message string `json:"Message" xml:"Message"` Code string `json:"Code" xml:"Code"` }
VerifySMSTokenResponse is the response struct for api VerifySMSToken
func CreateVerifySMSTokenResponse ¶
func CreateVerifySMSTokenResponse() (response *VerifySMSTokenResponse)
CreateVerifySMSTokenResponse creates a response to parse from VerifySMSToken response
Source Files ¶
- add_custom_info.go
- add_trial_record.go
- apply_for_loan.go
- cancel_credit.go
- client.go
- get_authorize_credit_query.go
- get_credit_detail.go
- get_credit_list.go
- get_credit_repay_list.go
- get_credit_signature_info.go
- get_credit_status.go
- get_credit_withdraw_record.go
- get_current_term_repay_info.go
- get_custom_status_info.go
- get_customer_verify_info.go
- get_document_download_url.go
- get_latest_overdue_record.go
- get_loan_agreement.go
- get_loan_apply_record_list.go
- get_overdue_record_list.go
- get_product_detail.go
- get_product_list.go
- get_repay_plan_trial.go
- get_sign_contract_url.go
- get_trade_data.go
- get_user_info_authorization_agreement.go
- get_zhima_score.go
- pay_for_order.go
- query_fund_party_list.go
- query_sign_result.go
- query_trial_records.go
- save_authentication_info.go
- sign_loan_agreement.go
- sign_result_notify.go
- signed_page_result.go
- struct_data.go
- update_authentication_info.go
- update_enterprise_custom_info.go
- upload_custom_id_image.go
- verify_customer.go
- verify_sms_token.go