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.



1719
1720
1721
# File 'lib/stripe/services/checkout/session_service.rb', line 1719

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

Instance Attribute Details

#updateObject

Permissions for updating the Checkout Session.



1717
1718
1719
# File 'lib/stripe/services/checkout/session_service.rb', line 1717

def update
  @update
end