Class: Stripe::AccountUpdateParams::Settings::PaypayPayments::Site::Restricted

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/account_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(payment_flow_file: nil) ⇒ Restricted

Returns a new instance of Restricted.



2183
2184
2185
# File 'lib/stripe/params/account_update_params.rb', line 2183

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

Instance Attribute Details

#payment_flow_fileObject

The file explaining the payment flow for your business.



2181
2182
2183
# File 'lib/stripe/params/account_update_params.rb', line 2181

def payment_flow_file
  @payment_flow_file
end