struct_data.go 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. package finmall
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Data is a nested struct in finmall response
  17. type Data struct {
  18. PhoneNumber string `json:"PhoneNumber" xml:"PhoneNumber"`
  19. ExpiryDate string `json:"ExpiryDate" xml:"ExpiryDate"`
  20. BusinessLicense string `json:"BusinessLicense" xml:"BusinessLicense"`
  21. FineInterest string `json:"FineInterest" xml:"FineInterest"`
  22. RepayMethod string `json:"RepayMethod" xml:"RepayMethod"`
  23. DebtorName string `json:"DebtorName" xml:"DebtorName"`
  24. ValidateTime string `json:"ValidateTime" xml:"ValidateTime"`
  25. DownPaymentRate string `json:"DownPaymentRate" xml:"DownPaymentRate"`
  26. ValidateState string `json:"ValidateState" xml:"ValidateState"`
  27. Score string `json:"Score" xml:"Score"`
  28. Content string `json:"Content" xml:"Content"`
  29. CreditId string `json:"CreditId" xml:"CreditId"`
  30. InterInter string `json:"InterInter" xml:"InterInter"`
  31. InterAmt string `json:"InterAmt" xml:"InterAmt"`
  32. DailyRate string `json:"DailyRate" xml:"DailyRate"`
  33. FinancialInfo string `json:"FinancialInfo" xml:"FinancialInfo"`
  34. Plan string `json:"Plan" xml:"Plan"`
  35. InterestRate string `json:"InterestRate" xml:"InterestRate"`
  36. BalAmt string `json:"BalAmt" xml:"BalAmt"`
  37. Email string `json:"Email" xml:"Email"`
  38. Prepayment string `json:"Prepayment" xml:"Prepayment"`
  39. OverdueId string `json:"OverdueId" xml:"OverdueId"`
  40. LoanRate string `json:"LoanRate" xml:"LoanRate"`
  41. FineInter string `json:"FineInter" xml:"FineInter"`
  42. FoundPartyId string `json:"FoundPartyId" xml:"FoundPartyId"`
  43. YearRate string `json:"YearRate" xml:"YearRate"`
  44. LoanSubject string `json:"LoanSubject" xml:"LoanSubject"`
  45. Status string `json:"Status" xml:"Status"`
  46. IdCardFrontPage string `json:"IdCardFrontPage" xml:"IdCardFrontPage"`
  47. IdCardBackPage string `json:"IdCardBackPage" xml:"IdCardBackPage"`
  48. ProductName string `json:"ProductName" xml:"ProductName"`
  49. ProductId string `json:"ProductId" xml:"ProductId"`
  50. CreateTime string `json:"CreateTime" xml:"CreateTime"`
  51. EnterpriseName string `json:"EnterpriseName" xml:"EnterpriseName"`
  52. DownloadUrl string `json:"DownloadUrl" xml:"DownloadUrl"`
  53. Amount string `json:"Amount" xml:"Amount"`
  54. ViewUrl string `json:"ViewUrl" xml:"ViewUrl"`
  55. Terms string `json:"Terms" xml:"Terms"`
  56. LineOfCredit string `json:"LineOfCredit" xml:"LineOfCredit"`
  57. Comment string `json:"Comment" xml:"Comment"`
  58. OverdueType string `json:"OverdueType" xml:"OverdueType"`
  59. CreditAccount string `json:"CreditAccount" xml:"CreditAccount"`
  60. LendingOrganizations string `json:"LendingOrganizations" xml:"LendingOrganizations"`
  61. UserState string `json:"UserState" xml:"UserState"`
  62. UpdateDate string `json:"UpdateDate" xml:"UpdateDate"`
  63. OverdueStartDate string `json:"OverdueStartDate" xml:"OverdueStartDate"`
  64. IdCardNumber string `json:"IdCardNumber" xml:"IdCardNumber"`
  65. Principal string `json:"Principal" xml:"Principal"`
  66. FundPartyId string `json:"FundPartyId" xml:"FundPartyId"`
  67. FoundPartyName string `json:"FoundPartyName" xml:"FoundPartyName"`
  68. FineAmount string `json:"FineAmount" xml:"FineAmount"`
  69. PrincipalLimit string `json:"PrincipalLimit" xml:"PrincipalLimit"`
  70. Address string `json:"Address" xml:"Address"`
  71. InterestOfInterest string `json:"InterestOfInterest" xml:"InterestOfInterest"`
  72. LegalPersonName string `json:"LegalPersonName" xml:"LegalPersonName"`
  73. ZhimaReturnUrl string `json:"ZhimaReturnUrl" xml:"ZhimaReturnUrl"`
  74. Url string `json:"Url" xml:"Url"`
  75. TradeDataId string `json:"TradeDataId" xml:"TradeDataId"`
  76. RepayPhase string `json:"RepayPhase" xml:"RepayPhase"`
  77. CreateDate string `json:"CreateDate" xml:"CreateDate"`
  78. RepayPrincipalAmount string `json:"RepayPrincipalAmount" xml:"RepayPrincipalAmount"`
  79. BankCard string `json:"BankCard" xml:"BankCard"`
  80. State string `json:"State" xml:"State"`
  81. FineAmt string `json:"FineAmt" xml:"FineAmt"`
  82. CustomId string `json:"CustomId" xml:"CustomId"`
  83. CreditApproveComment string `json:"CreditApproveComment" xml:"CreditApproveComment"`
  84. TotalLoanAmount string `json:"TotalLoanAmount" xml:"TotalLoanAmount"`
  85. LoanBalance string `json:"LoanBalance" xml:"LoanBalance"`
  86. DownPaymentAmount string `json:"DownPaymentAmount" xml:"DownPaymentAmount"`
  87. InterestAmount string `json:"InterestAmount" xml:"InterestAmount"`
  88. OverdueDays string `json:"OverdueDays" xml:"OverdueDays"`
  89. ReturnCode string `json:"ReturnCode" xml:"ReturnCode"`
  90. }