Class: Stripe::Billing::Alert::ArchiveParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/billing/alert.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ ArchiveParams

Returns a new instance of ArchiveParams.



312
313
314
# File 'lib/stripe/resources/billing/alert.rb', line 312

def initialize(expand: nil)
  @expand = expand
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



310
311
312
# File 'lib/stripe/resources/billing/alert.rb', line 310

def expand
  @expand
end