public static interface ByteplusSaasRetail.Product.PriceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCurrentPrice()
Required.
|
long |
getOriginPrice()
Required.
|
long getCurrentPrice()
Required. The current price in cents. e.g. $100.12 should be 10012 here.
int64 current_price = 1;long getOriginPrice()
Required. The original price in cents. e.g. $100.12 should be 10012 here.
int64 origin_price = 2;Copyright © 2022. All rights reserved.