Class: Stripe::V2::Core::AccountCreateParams::Configuration::Merchant::Capabilities::MobilepayPayments

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(requested: nil) ⇒ MobilepayPayments

Returns a new instance of MobilepayPayments.



434
435
436
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 434

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

Instance Attribute Details

#requestedObject

To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.



432
433
434
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 432

def requested
  @requested
end