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.



386
387
388
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 386

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



384
385
386
# File 'lib/stripe/resources/billing_portal/configuration.rb', line 384

def expand
  @expand
end