| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- package finmall
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // Data is a nested struct in finmall response
- 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"`
- }
|