Class: Stripe::EphemeralKey::DeleteParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/resources/ephemeral_key.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ DeleteParams

Returns a new instance of DeleteParams.



18
19
20
# File 'lib/stripe/resources/ephemeral_key.rb', line 18

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



16
17
18
# File 'lib/stripe/resources/ephemeral_key.rb', line 16

def expand
  @expand
end