Class: Stripe::PaymentLinkUpdateParams::CustomText::TermsOfServiceAcceptance
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentLinkUpdateParams::CustomText::TermsOfServiceAcceptance
- Defined in:
- lib/stripe/params/payment_link_update_params.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Text may be up to 1200 characters in length.
Instance Method Summary collapse
-
#initialize(message: nil) ⇒ TermsOfServiceAcceptance
constructor
A new instance of TermsOfServiceAcceptance.
Methods inherited from RequestParams
Constructor Details
#initialize(message: nil) ⇒ TermsOfServiceAcceptance
Returns a new instance of TermsOfServiceAcceptance.
194 195 196 |
# File 'lib/stripe/params/payment_link_update_params.rb', line 194 def initialize(message: nil) = end |
Instance Attribute Details
#message ⇒ Object
Text may be up to 1200 characters in length.
192 193 194 |
# File 'lib/stripe/params/payment_link_update_params.rb', line 192 def end |