public class PlatformRepayTypeInfo
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<String> |
periods |
String |
repayType
example:
|
| Constructor and Description |
|---|
PlatformRepayTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
static PlatformRepayTypeInfo |
build(Map<String,?> map) |
List<String> |
getPeriods() |
String |
getRepayType() |
PlatformRepayTypeInfo |
setPeriods(List<String> periods) |
PlatformRepayTypeInfo |
setRepayType(String repayType) |
@NameInMap(value="repay_type") @Validation(required=true) public String repayType
1
public static PlatformRepayTypeInfo build(Map<String,?> map) throws Exception
Exceptionpublic PlatformRepayTypeInfo setRepayType(String repayType)
public String getRepayType()
public PlatformRepayTypeInfo setPeriods(List<String> periods)
Copyright © 2025. All rights reserved.