Class: ChargeBee::OfferEvent

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/offer_event.rb

Class Method Summary collapse

Methods inherited from Model

construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #respond_to_missing?, #to_s, uri_path

Constructor Details

This class inherits a constructor from ChargeBee::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ChargeBee::Model

Class Method Details

.offer_events(params, env = nil, headers = {}) ⇒ Object

OPERATIONS




8
9
10
11
12
13
# File 'lib/chargebee/models/offer_event.rb', line 8

def self.offer_events(params, env=nil, headers={})
  jsonKeys = { 
  }
  options = {}
  Request.send('post', uri_path("offer_events"), params, env, headers, "grow", true, jsonKeys, options)
end