Package com.restfb.types
Class Page.PagePaymentOptions
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Page.PagePaymentOptions
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Page
Represents the Page
Payment Options Graph API type.
- Since:
- 1.10.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAmex()
Whether the business accepts American Express as a payment option.Whether the business accepts cash only as a payment option.Whether the business accepts Discover as a payment option.Whether the business accepts MasterCard as a payment option.getVisa()
Whether the business accepts Visa as a payment option.void
Whether the business accepts American Express as a payment option.void
setCashOnly
(Boolean cashOnly) Whether the business accepts cash only as a payment option.void
setDiscover
(Boolean discover) Whether the business accepts Discover as a payment option.void
setMastercard
(Boolean mastercard) Whether the business accepts MasterCard as a payment option.void
Whether the business accepts Visa as a payment option.Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
PagePaymentOptions
public PagePaymentOptions()
-
-
Method Details
-
getAmex
Whether the business accepts American Express as a payment option. -
setAmex
Whether the business accepts American Express as a payment option. -
getCashOnly
Whether the business accepts cash only as a payment option. -
setCashOnly
Whether the business accepts cash only as a payment option. -
getDiscover
Whether the business accepts Discover as a payment option. -
setDiscover
Whether the business accepts Discover as a payment option. -
getMastercard
Whether the business accepts MasterCard as a payment option. -
setMastercard
Whether the business accepts MasterCard as a payment option. -
getVisa
Whether the business accepts Visa as a payment option. -
setVisa
Whether the business accepts Visa as a payment option.
-