Class: Stripe::BillingPortal::Session::CreateParams::FlowData::AfterCompletion::HostedConfirmation

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/billing_portal/session.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.



124
125
126
# File 'lib/stripe/resources/billing_portal/session.rb', line 124

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 flow is completed.



122
123
124
# File 'lib/stripe/resources/billing_portal/session.rb', line 122

def custom_message
  @custom_message
end