public class RoutingPercentDTO extends AlipayObject
| 构造器和说明 |
|---|
RoutingPercentDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getEndBpsVal() |
TransferAmount |
getOnshoreAbsAmount() |
String |
getOnshorePercent() |
Long |
getStartBpsVal() |
void |
setEndBpsVal(Long endBpsVal) |
void |
setOnshoreAbsAmount(TransferAmount onshoreAbsAmount) |
void |
setOnshorePercent(String onshorePercent) |
void |
setStartBpsVal(Long startBpsVal) |
public Long getEndBpsVal()
public void setEndBpsVal(Long endBpsVal)
public TransferAmount getOnshoreAbsAmount()
public void setOnshoreAbsAmount(TransferAmount onshoreAbsAmount)
public String getOnshorePercent()
public void setOnshorePercent(String onshorePercent)
public Long getStartBpsVal()
public void setStartBpsVal(Long startBpsVal)
Copyright © 2023. All rights reserved.