Class: Stripe::PaymentLinkService::UpdateParams::CustomText::ShippingAddress
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentLinkService::UpdateParams::CustomText::ShippingAddress
- Defined in:
- lib/stripe/services/payment_link_service.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Text may be up to 1200 characters in length.
Instance Method Summary collapse
-
#initialize(message: nil) ⇒ ShippingAddress
constructor
A new instance of ShippingAddress.
Methods inherited from RequestParams
Constructor Details
#initialize(message: nil) ⇒ ShippingAddress
Returns a new instance of ShippingAddress.
976 977 978 |
# File 'lib/stripe/services/payment_link_service.rb', line 976 def initialize(message: nil) @message = end |
Instance Attribute Details
#message ⇒ Object
Text may be up to 1200 characters in length.
974 975 976 |
# File 'lib/stripe/services/payment_link_service.rb', line 974 def @message end |