Class: Stripe::TestHelpers::RefundService::ExpireParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/test_helpers/refund_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ ExpireParams

Returns a new instance of ExpireParams.



11
12
13
# File 'lib/stripe/services/test_helpers/refund_service.rb', line 11

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



9
10
11
# File 'lib/stripe/services/test_helpers/refund_service.rb', line 9

def expand
  @expand
end