ReceiptItem Class
- java.
lang. Object - com.
microsoft. bot. schema. ReceiptItem
- com.
public class ReceiptItem
An item on a receipt card.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ReceiptItem() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Card |
getImage()
Get the image value. |
| java.lang.String |
getPrice()
Get the price value. |
| java.lang.String |
getQuantity()
Get the quantity value. |
| java.lang.String |
getSubtitle()
Get the subtitle value. |
|
Card |
getTap()
Get the tap value. |
| java.lang.String |
getText()
Get the text value. |
| java.lang.String |
getTitle()
Get the title value. |
| void |
setImage(CardImage withImage)
Set the image value. |
| void |
setPrice(String withPrice)
Set the price value. |
| void |
setQuantity(String withQuantity)
Set the quantity value. |
| void |
setSubtitle(String withSubtitle)
Set the subtitle value. |
| void |
setTap(CardAction withTap)
Set the tap value. |
| void |
setText(String withText)
Set the text value. |
| void |
setTitle(String withTitle)
Set the title value. |
Methods inherited from java.lang.Object
Constructor Details
ReceiptItem
public ReceiptItem()
Method Details
getImage
public CardImage getImage()
Get the image value.
Returns:
getPrice
public String getPrice()
Get the price value.
Returns:
getQuantity
public String getQuantity()
Get the quantity value.
Returns:
getSubtitle
public String getSubtitle()
Get the subtitle value.
Returns:
getTap
public CardAction getTap()
Get the tap value.
Returns:
getText
public String getText()
Get the text value.
Returns:
getTitle
public String getTitle()
Get the title value.
Returns:
setImage
public void setImage(CardImage withImage)
Set the image value.
Parameters:
setPrice
public void setPrice(String withPrice)
Set the price value.
Parameters:
setQuantity
public void setQuantity(String withQuantity)
Set the quantity value.
Parameters:
setSubtitle
public void setSubtitle(String withSubtitle)
Set the subtitle value.
Parameters:
setTap
public void setTap(CardAction withTap)
Set the tap value.
Parameters:
setText
public void setText(String withText)
Set the text value.
Parameters:
setTitle
public void setTitle(String withTitle)
Set the title value.
Parameters: