public class StepPrice
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Double |
discountUnitPrice
阶梯折后价
|
Double |
stepEnd
阶梯的到达值。
为null代表最后一级阶梯
|
Double |
stepStart
阶梯的起始值
|
Double |
unitPrice
阶梯单价
|
| Constructor and Description |
|---|
StepPrice() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDiscountUnitPrice() |
Double |
getStepEnd() |
Double |
getStepStart() |
Double |
getUnitPrice() |
void |
setDiscountUnitPrice(Double discountUnitPrice) |
void |
setStepEnd(Double stepEnd) |
void |
setStepStart(Double stepStart) |
void |
setUnitPrice(Double unitPrice) |
public Double stepStart
public Double stepEnd
public Double unitPrice
public Double discountUnitPrice
public Double getStepStart()
public void setStepStart(Double stepStart)
public Double getStepEnd()
public void setStepEnd(Double stepEnd)
public Double getUnitPrice()
public void setUnitPrice(Double unitPrice)
public Double getDiscountUnitPrice()
public void setDiscountUnitPrice(Double discountUnitPrice)
Copyright © 2025. All rights reserved.