Class: Stripe::PaymentLink::CustomText
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentLink::CustomText
- Defined in:
- lib/stripe/resources/payment_link.rb
Defined Under Namespace
Classes: AfterSubmit, ShippingAddress, Submit, TermsOfServiceAcceptance
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#after_submit ⇒ Object
readonly
Returns the value of attribute after_submit.
-
#shipping_address ⇒ Object
readonly
Returns the value of attribute shipping_address.
-
#submit ⇒ Object
readonly
Returns the value of attribute submit.
-
#terms_of_service_acceptance ⇒ Object
readonly
Returns the value of attribute terms_of_service_acceptance.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#after_submit ⇒ Object (readonly)
Returns the value of attribute after_submit.
83 84 85 |
# File 'lib/stripe/resources/payment_link.rb', line 83 def after_submit @after_submit end |
#shipping_address ⇒ Object (readonly)
Returns the value of attribute shipping_address.
83 84 85 |
# File 'lib/stripe/resources/payment_link.rb', line 83 def shipping_address @shipping_address end |
#submit ⇒ Object (readonly)
Returns the value of attribute submit.
83 84 85 |
# File 'lib/stripe/resources/payment_link.rb', line 83 def submit @submit end |
#terms_of_service_acceptance ⇒ Object (readonly)
Returns the value of attribute terms_of_service_acceptance.
83 84 85 |
# File 'lib/stripe/resources/payment_link.rb', line 83 def terms_of_service_acceptance @terms_of_service_acceptance end |