Class: Stripe::PaymentLinkCreateParams::AfterCompletion::HostedConfirmation
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentLinkCreateParams::AfterCompletion::HostedConfirmation
- Defined in:
- lib/stripe/params/payment_link_create_params.rb
Instance Attribute Summary collapse
-
#custom_message ⇒ Object
A custom message to display to the customer after the purchase is complete.
Instance Method Summary collapse
-
#initialize(custom_message: nil) ⇒ HostedConfirmation
constructor
A new instance of HostedConfirmation.
Methods inherited from RequestParams
Constructor Details
#initialize(custom_message: nil) ⇒ HostedConfirmation
Returns a new instance of HostedConfirmation.
11 12 13 |
# File 'lib/stripe/params/payment_link_create_params.rb', line 11 def initialize(custom_message: nil) = end |
Instance Attribute Details
#custom_message ⇒ Object
A custom message to display to the customer after the purchase is complete.
9 10 11 |
# File 'lib/stripe/params/payment_link_create_params.rb', line 9 def end |