Module: BookingSync::API::Client::PreferencesPayments
- Included in:
- BookingSync::API::Client
- Defined in:
- lib/bookingsync/api/client/preferences_payments.rb
Instance Method Summary collapse
-
#preferences_payments(options = {}, &block) ⇒ Array<BookingSync::API::Resource>
List preferences payments.
Instance Method Details
#preferences_payments(options = {}, &block) ⇒ Array<BookingSync::API::Resource>
List preferences payments
Returns preferences payments for the account user is authenticated with.
17 18 19 |
# File 'lib/bookingsync/api/client/preferences_payments.rb', line 17 def preferences_payments( = {}, &block) paginate :preferences_payments, , &block end |