Package com.restfb.types
Class Payment.Item
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Payment.Item
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Payment
The items associated with the payment.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe product URL of this item.The number of this item purchased.getType()
The type of this item.void
setProduct
(String product) The product URL of this item.void
setQuantity
(Integer quantity) The number of this item purchased.void
The type of this item.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getType
The type of this item. -
setType
The type of this item. -
getProduct
The product URL of this item. -
setProduct
The product URL of this item. -
getQuantity
The number of this item purchased. -
setQuantity
The number of this item purchased.
-