Class: Stripe::BillingPortal::SessionCreateParams::FlowData::AfterCompletion::HostedConfirmation

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



13
14
15
# File 'lib/stripe/params/billing_portal/session_create_params.rb', line 13

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.



11
12
13
# File 'lib/stripe/params/billing_portal/session_create_params.rb', line 11

def custom_message
  @custom_message
end