Class: Stripe::PaymentMethodDomain::ValidateParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_method_domain.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ ValidateParams

Returns a new instance of ValidateParams.



158
159
160
# File 'lib/stripe/resources/payment_method_domain.rb', line 158

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



156
157
158
# File 'lib/stripe/resources/payment_method_domain.rb', line 156

def expand
  @expand
end