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.
903 904 905 |
# File 'lib/stripe/services/payment_link_service.rb', line 903 def initialize(message: nil) @message = end |
Instance Attribute Details
#message ⇒ Object
Text may be up to 1200 characters in length.
901 902 903 |
# File 'lib/stripe/services/payment_link_service.rb', line 901 def @message end |