Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.LineItem
-
Packages that use LineItem Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of LineItem in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return LineItem Modifier and Type Method Description LineItemLineItem. clone()LineItemPaymentRequestAction. getTotal()The total amount of the payment request.LineItemLineItem. set(java.lang.String fieldName, java.lang.Object value)LineItemLineItem. setAmount(Money amount)The amount of the line item.LineItemLineItem. setLabel(java.lang.String label)The text for a line item.LineItemLineItem. setSubText(java.lang.String subText)(Optional) Text that is displayed in a smaller font below the line item label.LineItemLineItem. setType(java.lang.String type)The line item type.Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return types with arguments of type LineItem Modifier and Type Method Description java.util.List<LineItem>PaymentRequestAction. getItems()Payment request line items, including regular items, taxes, sub-total, and shipping.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type LineItem Modifier and Type Method Description PaymentRequestActionPaymentRequestAction. setTotal(LineItem total)The total amount of the payment request.Method parameters in com.google.api.services.rcsbusinessmessaging.v1.model with type arguments of type LineItem Modifier and Type Method Description PaymentRequestActionPaymentRequestAction. setItems(java.util.List<LineItem> items)Payment request line items, including regular items, taxes, sub-total, and shipping.
-