public class StepPrice
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Double |
discountUnitPrice |
Double |
stepEnd |
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.