Class: Stripe::Checkout::SessionService::CreateParams::Permissions

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/checkout/session_service.rb

Defined Under Namespace

Classes: Update

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(update: nil) ⇒ Permissions

Returns a new instance of Permissions.



1712
1713
1714
# File 'lib/stripe/services/checkout/session_service.rb', line 1712

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

Instance Attribute Details

#updateObject

Permissions for updating the Checkout Session.



1710
1711
1712
# File 'lib/stripe/services/checkout/session_service.rb', line 1710

def update
  @update
end