Class Page.PagePaymentOptions

    • Method Detail

      • 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

        public Boolean 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.