Class Page.PagePaymentOptions

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Page.PagePaymentOptions
All Implemented Interfaces:
Serializable
Enclosing class:
Page

public static class Page.PagePaymentOptions extends AbstractFacebookType
Since:
1.10.0
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getAmex

      public Boolean getAmex()
      Whether the business accepts American Express as a payment option.
    • setAmex

      public void setAmex(Boolean amex)
      Whether the business accepts American Express as a payment option.
    • getCashOnly

      public Boolean getCashOnly()
      Whether the business accepts cash only as a payment option.
    • setCashOnly

      public void setCashOnly(Boolean cashOnly)
      Whether the business accepts cash only as a payment option.
    • getDiscover

      public Boolean getDiscover()
      Whether the business accepts Discover as a payment option.
    • setDiscover

      public void setDiscover(Boolean discover)
      Whether the business accepts Discover as a payment option.
    • getMastercard

      Whether the business accepts MasterCard as a payment option.
    • setMastercard

      public void setMastercard(Boolean mastercard)
      Whether the business accepts MasterCard as a payment option.
    • getVisa

      public Boolean getVisa()
      Whether the business accepts Visa as a payment option.
    • setVisa

      public void setVisa(Boolean visa)
      Whether the business accepts Visa as a payment option.