Class: Stripe::PaymentMethodDomainValidateParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/params/payment_method_domain_validate_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ PaymentMethodDomainValidateParams

Returns a new instance of PaymentMethodDomainValidateParams.



9
10
11
# File 'lib/stripe/params/payment_method_domain_validate_params.rb', line 9

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



7
8
9
# File 'lib/stripe/params/payment_method_domain_validate_params.rb', line 7

def expand
  @expand
end