Class: Stripe::TaxCodeService::RetrieveParams

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



28
29
30
# File 'lib/stripe/services/tax_code_service.rb', line 28

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



26
27
28
# File 'lib/stripe/services/tax_code_service.rb', line 26

def expand
  @expand
end