Class: Stripe::Checkout::Session::CreateParams::CustomText::TermsOfServiceAcceptance
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Checkout::Session::CreateParams::CustomText::TermsOfServiceAcceptance
- Defined in:
- lib/stripe/resources/checkout/session.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.
1571 1572 1573 |
# File 'lib/stripe/resources/checkout/session.rb', line 1571 def initialize(message: nil) @message = end |
Instance Attribute Details
#message ⇒ Object
Text may be up to 1200 characters in length.
1569 1570 1571 |
# File 'lib/stripe/resources/checkout/session.rb', line 1569 def @message end |