Class: Stripe::PaymentLinkCreateParams::CustomText::Submit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentLinkCreateParams::CustomText::Submit
- Defined in:
- lib/stripe/params/payment_link_create_params.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Text may be up to 1200 characters in length.
Instance Method Summary collapse
-
#initialize(message: nil) ⇒ Submit
constructor
A new instance of Submit.
Methods inherited from RequestParams
Constructor Details
#initialize(message: nil) ⇒ Submit
Returns a new instance of Submit.
212 213 214 |
# File 'lib/stripe/params/payment_link_create_params.rb', line 212 def initialize(message: nil) @message = end |
Instance Attribute Details
#message ⇒ Object
Text may be up to 1200 characters in length.
210 211 212 |
# File 'lib/stripe/params/payment_link_create_params.rb', line 210 def @message end |