Class: Stripe::V2::Core::EventDestinationUpdateParams::WebhookEndpoint

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(url: nil) ⇒ WebhookEndpoint

Returns a new instance of WebhookEndpoint.



12
13
14
# File 'lib/stripe/params/v2/core/event_destination_update_params.rb', line 12

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

Instance Attribute Details

#urlObject

The URL of the webhook endpoint.



10
11
12
# File 'lib/stripe/params/v2/core/event_destination_update_params.rb', line 10

def url
  @url
end