Class: Stripe::InvoicePayment::Payment
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::InvoicePayment::Payment
- Defined in:
- lib/stripe/resources/invoice_payment.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#charge ⇒ Object
readonly
Returns the value of attribute charge.
-
#payment_intent ⇒ Object
readonly
Returns the value of attribute payment_intent.
-
#payment_record ⇒ Object
readonly
Returns the value of attribute payment_record.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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
#charge ⇒ Object (readonly)
Returns the value of attribute charge.
13 14 15 |
# File 'lib/stripe/resources/invoice_payment.rb', line 13 def charge @charge end |
#payment_intent ⇒ Object (readonly)
Returns the value of attribute payment_intent.
13 14 15 |
# File 'lib/stripe/resources/invoice_payment.rb', line 13 def payment_intent @payment_intent end |
#payment_record ⇒ Object (readonly)
Returns the value of attribute payment_record.
13 14 15 |
# File 'lib/stripe/resources/invoice_payment.rb', line 13 def payment_record @payment_record end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
13 14 15 |
# File 'lib/stripe/resources/invoice_payment.rb', line 13 def type @type end |