Class: Stripe::Checkout::SessionCreateParams::CustomText::TermsOfServiceAcceptance
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Checkout::SessionCreateParams::CustomText::TermsOfServiceAcceptance
- Defined in:
- lib/stripe/params/checkout/session_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) ⇒ TermsOfServiceAcceptance
constructor
A new instance of TermsOfServiceAcceptance.
Methods inherited from RequestParams
Constructor Details
#initialize(message: nil) ⇒ TermsOfServiceAcceptance
Returns a new instance of TermsOfServiceAcceptance.
285 286 287 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 285 def initialize(message: nil) @message = end |
Instance Attribute Details
#message ⇒ Object
Text may be up to 1200 characters in length.
283 284 285 |
# File 'lib/stripe/params/checkout/session_create_params.rb', line 283 def @message end |