Class: Stripe::Billing::Alert::RetrieveParams

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) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



114
115
116
# File 'lib/stripe/resources/billing/alert.rb', line 114

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



112
113
114
# File 'lib/stripe/resources/billing/alert.rb', line 112

def expand
  @expand
end