Class: Stripe::PaymentMethod::DetachParams

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ DetachParams

Returns a new instance of DetachParams.



1624
1625
1626
# File 'lib/stripe/resources/payment_method.rb', line 1624

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



1622
1623
1624
# File 'lib/stripe/resources/payment_method.rb', line 1622

def expand
  @expand
end