Class: Stripe::Tax::RegistrationService::RetrieveParams

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



1668
1669
1670
# File 'lib/stripe/services/tax/registration_service.rb', line 1668

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



1666
1667
1668
# File 'lib/stripe/services/tax/registration_service.rb', line 1666

def expand
  @expand
end