Class: Stripe::BillingPortal::ConfigurationService::RetrieveParams

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



267
268
269
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 267

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



265
266
267
# File 'lib/stripe/services/billing_portal/configuration_service.rb', line 265

def expand
  @expand
end