Class: Stripe::Source::Receiver
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Receiver
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Returns the value of attribute address.
-
#amount_charged ⇒ Object
readonly
Returns the value of attribute amount_charged.
-
#amount_received ⇒ Object
readonly
Returns the value of attribute amount_received.
-
#amount_returned ⇒ Object
readonly
Returns the value of attribute amount_returned.
-
#refund_attributes_method ⇒ Object
readonly
Returns the value of attribute refund_attributes_method.
-
#refund_attributes_status ⇒ Object
readonly
Returns the value of attribute refund_attributes_status.
Attributes inherited from Stripe::StripeObject
Method Summary
Methods inherited from Stripe::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
#address ⇒ Object (readonly)
Returns the value of attribute address.
103 104 105 |
# File 'lib/stripe/resources/source.rb', line 103 def address @address end |
#amount_charged ⇒ Object (readonly)
Returns the value of attribute amount_charged.
103 104 105 |
# File 'lib/stripe/resources/source.rb', line 103 def amount_charged @amount_charged end |
#amount_received ⇒ Object (readonly)
Returns the value of attribute amount_received.
103 104 105 |
# File 'lib/stripe/resources/source.rb', line 103 def amount_received @amount_received end |
#amount_returned ⇒ Object (readonly)
Returns the value of attribute amount_returned.
103 104 105 |
# File 'lib/stripe/resources/source.rb', line 103 def amount_returned @amount_returned end |
#refund_attributes_method ⇒ Object (readonly)
Returns the value of attribute refund_attributes_method.
103 104 105 |
# File 'lib/stripe/resources/source.rb', line 103 def refund_attributes_method @refund_attributes_method end |
#refund_attributes_status ⇒ Object (readonly)
Returns the value of attribute refund_attributes_status.
103 104 105 |
# File 'lib/stripe/resources/source.rb', line 103 def refund_attributes_status @refund_attributes_status end |