Class: Stripe::AccountCreateParams::Settings::PaypayPayments

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(goods_type: nil) ⇒ PaypayPayments

Returns a new instance of PaypayPayments.



2255
2256
2257
# File 'lib/stripe/params/account_create_params.rb', line 2255

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

Instance Attribute Details

#goods_typeObject

Whether your business sells digital content or not.



2253
2254
2255
# File 'lib/stripe/params/account_create_params.rb', line 2253

def goods_type
  @goods_type
end