Class: Stripe::BillingPortal::Configuration::RetrieveParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/billing_portal/configuration.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.



343
344
345
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 343

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



341
342
343
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 341

def expand
  @expand
end