Class: Stripe::PaymentLink::InvoiceCreation::InvoiceData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentLink::InvoiceCreation::InvoiceData
- Defined in:
- lib/stripe/resources/payment_link.rb
Defined Under Namespace
Classes: CustomField, Issuer, RenderingOptions
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#account_tax_ids ⇒ Object
readonly
Returns the value of attribute account_tax_ids.
-
#custom_fields ⇒ Object
readonly
Returns the value of attribute custom_fields.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#footer ⇒ Object
readonly
Returns the value of attribute footer.
-
#issuer ⇒ Object
readonly
Returns the value of attribute issuer.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#rendering_options ⇒ Object
readonly
Returns the value of attribute rendering_options.
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
#account_tax_ids ⇒ Object (readonly)
Returns the value of attribute account_tax_ids.
99 100 101 |
# File 'lib/stripe/resources/payment_link.rb', line 99 def account_tax_ids @account_tax_ids end |
#custom_fields ⇒ Object (readonly)
Returns the value of attribute custom_fields.
99 100 101 |
# File 'lib/stripe/resources/payment_link.rb', line 99 def custom_fields @custom_fields end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
99 100 101 |
# File 'lib/stripe/resources/payment_link.rb', line 99 def description @description end |
#footer ⇒ Object (readonly)
Returns the value of attribute footer.
99 100 101 |
# File 'lib/stripe/resources/payment_link.rb', line 99 def @footer end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
99 100 101 |
# File 'lib/stripe/resources/payment_link.rb', line 99 def issuer @issuer end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata.
99 100 101 |
# File 'lib/stripe/resources/payment_link.rb', line 99 def @metadata end |
#rendering_options ⇒ Object (readonly)
Returns the value of attribute rendering_options.
99 100 101 |
# File 'lib/stripe/resources/payment_link.rb', line 99 def @rendering_options end |