Class: Stripe::PaymentLink::UpdateParams::AfterCompletion::HostedConfirmation

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_link.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(custom_message: nil) ⇒ HostedConfirmation

Returns a new instance of HostedConfirmation.



957
958
959
# File 'lib/stripe/resources/payment_link.rb', line 957

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

Instance Attribute Details

#custom_messageObject

A custom message to display to the customer after the purchase is complete.



955
956
957
# File 'lib/stripe/resources/payment_link.rb', line 955

def custom_message
  @custom_message
end