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.



147
148
149
# File 'lib/stripe/resources/payment_method_domain.rb', line 147

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



145
146
147
# File 'lib/stripe/resources/payment_method_domain.rb', line 145

def expand
  @expand
end