module BillingSchedules

Public Instance Methods

get_billing_schedules(options = {}) click to toggle source
# File lib/tessitura_rest/reference_data/billing_schedules.rb, line 2
def get_billing_schedules(options = {})
  options.merge!(basic_auth: @auth, headers: @headers)
  self.class.get(base_api_endpoint('ReferenceData/BillingSchedules'), options)
end