public static interface Model.Invoice.LineItemOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAmount()
The amount in quarks.
|
java.lang.String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
com.google.protobuf.ByteString |
getSku()
The app SKU related to this line item, if applicable.
|
java.lang.String |
getTitle()
string title = 1; |
com.google.protobuf.ByteString |
getTitleBytes()
string title = 1; |
java.lang.String getTitle()
string title = 1;com.google.protobuf.ByteString getTitleBytes()
string title = 1;java.lang.String getDescription()
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;long getAmount()
The amount in quarks.
int64 amount = 3 [jstype = JS_STRING];com.google.protobuf.ByteString getSku()
The app SKU related to this line item, if applicable.
bytes sku = 4;