Class: Stripe::Billing::MeterEventAdjustment::CreateParams::Cancel
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::MeterEventAdjustment::CreateParams::Cancel
- Defined in:
- lib/stripe/resources/billing/meter_event_adjustment.rb
Instance Attribute Summary collapse
-
#identifier ⇒ Object
Unique identifier for the event.
Instance Method Summary collapse
-
#initialize(identifier: nil) ⇒ Cancel
constructor
A new instance of Cancel.
Methods inherited from RequestParams
Constructor Details
#initialize(identifier: nil) ⇒ Cancel
Returns a new instance of Cancel.
25 26 27 |
# File 'lib/stripe/resources/billing/meter_event_adjustment.rb', line 25 def initialize(identifier: nil) @identifier = identifier end |
Instance Attribute Details
#identifier ⇒ Object
Unique identifier for the event. You can only cancel events within 24 hours of Stripe receiving them.
23 24 25 |
# File 'lib/stripe/resources/billing/meter_event_adjustment.rb', line 23 def identifier @identifier end |