Sha256: a3b478ee223606f8e31abc6839bab444d50ac72eac9ca46eab67cb57f1b56c2f
Contents?: true
Size: 213 Bytes
Versions: 115
Compression:
Stored size: 213 Bytes
Contents
module BillingSchedules def get_billing_schedules(options = {}) options.merge!(basic_auth: @auth, headers: @headers) self.class.get(base_api_endpoint('ReferenceData/BillingSchedules'), options) end end
Version data entries
115 entries across 115 versions & 1 rubygems