Class: Stripe::AccountCreateParams::Settings::PaypayPayments
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountCreateParams::Settings::PaypayPayments
- Defined in:
- lib/stripe/params/account_create_params.rb
Instance Attribute Summary collapse
-
#goods_type ⇒ Object
Whether your business sells digital content or not.
Instance Method Summary collapse
-
#initialize(goods_type: nil) ⇒ PaypayPayments
constructor
A new instance of PaypayPayments.
Methods inherited from RequestParams
Constructor Details
#initialize(goods_type: nil) ⇒ PaypayPayments
Returns a new instance of PaypayPayments.
2277 2278 2279 |
# File 'lib/stripe/params/account_create_params.rb', line 2277 def initialize(goods_type: nil) @goods_type = goods_type end |
Instance Attribute Details
#goods_type ⇒ Object
Whether your business sells digital content or not.
2275 2276 2277 |
# File 'lib/stripe/params/account_create_params.rb', line 2275 def goods_type @goods_type end |