public class InstallmentTrial
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
discount
example:
|
Long |
feeRate
example:
|
Boolean |
optimal
example:
|
List<TermDetail> |
termDetailList |
Long |
totalAmount
example:
|
Long |
totalDeductAmount
example:
|
Long |
totalFee
example:
|
Long |
totalGuaranteeFee
example:
|
Long |
totalLiquidatedDamages
example:
|
Long |
totalPenalty
example:
|
String |
totalPeriod
example:
|
Long |
totalServerFee
example:
|
Long |
yearRate
example:
|
| Constructor and Description |
|---|
InstallmentTrial() |
@NameInMap(value="total_period") @Validation(required=true) public String totalPeriod
12
@NameInMap(value="total_amount") @Validation(required=true) public Long totalAmount
1999.98
@NameInMap(value="total_fee") @Validation(required=true) public Long totalFee
1999.98
@NameInMap(value="fee_rate") @Validation(required=true) public Long feeRate
0.1250
@NameInMap(value="year_rate") @Validation(required=true) public Long yearRate
0.1250
@NameInMap(value="term_detail_list") @Validation(required=true) public List<TermDetail> termDetailList
@NameInMap(value="optimal") public Boolean optimal
true, false
@NameInMap(value="total_penalty") public Long totalPenalty
1999.98
@NameInMap(value="total_guarantee_fee") public Long totalGuaranteeFee
1999.98
@NameInMap(value="total_liquidated_damages") public Long totalLiquidatedDamages
1999.98
@NameInMap(value="total_server_fee") public Long totalServerFee
1999.98
@NameInMap(value="discount") public Long discount
0.95
@NameInMap(value="total_deduct_amount") public Long totalDeductAmount
1999.98
public static InstallmentTrial build(Map<String,?> map) throws Exception
Exceptionpublic InstallmentTrial setTotalPeriod(String totalPeriod)
public String getTotalPeriod()
public InstallmentTrial setTotalAmount(Long totalAmount)
public Long getTotalAmount()
public InstallmentTrial setTotalFee(Long totalFee)
public Long getTotalFee()
public InstallmentTrial setFeeRate(Long feeRate)
public Long getFeeRate()
public InstallmentTrial setYearRate(Long yearRate)
public Long getYearRate()
public InstallmentTrial setTermDetailList(List<TermDetail> termDetailList)
public List<TermDetail> getTermDetailList()
public InstallmentTrial setOptimal(Boolean optimal)
public Boolean getOptimal()
public InstallmentTrial setTotalPenalty(Long totalPenalty)
public Long getTotalPenalty()
public InstallmentTrial setTotalGuaranteeFee(Long totalGuaranteeFee)
public Long getTotalGuaranteeFee()
public InstallmentTrial setTotalLiquidatedDamages(Long totalLiquidatedDamages)
public Long getTotalLiquidatedDamages()
public InstallmentTrial setTotalServerFee(Long totalServerFee)
public Long getTotalServerFee()
public InstallmentTrial setDiscount(Long discount)
public Long getDiscount()
public InstallmentTrial setTotalDeductAmount(Long totalDeductAmount)
public Long getTotalDeductAmount()
Copyright © 2025. All rights reserved.