Class: Stripe::Source::Paypal
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Paypal
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#billing_agreement ⇒ Object
readonly
Returns the value of attribute billing_agreement.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#payer_id ⇒ Object
readonly
Returns the value of attribute payer_id.
-
#reference_id ⇒ Object
readonly
Returns the value of attribute reference_id.
-
#reference_transaction_amount ⇒ Object
readonly
Returns the value of attribute reference_transaction_amount.
-
#reference_transaction_charged ⇒ Object
readonly
Returns the value of attribute reference_transaction_charged.
-
#statement_descriptor ⇒ Object
readonly
Returns the value of attribute statement_descriptor.
-
#transaction_id ⇒ Object
readonly
Returns the value of attribute transaction_id.
-
#verified_email ⇒ Object
readonly
Returns the value of attribute verified_email.
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
#billing_agreement ⇒ Object (readonly)
Returns the value of attribute billing_agreement.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def billing_agreement @billing_agreement end |
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def fingerprint @fingerprint end |
#payer_id ⇒ Object (readonly)
Returns the value of attribute payer_id.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def payer_id @payer_id end |
#reference_id ⇒ Object (readonly)
Returns the value of attribute reference_id.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def reference_id @reference_id end |
#reference_transaction_amount ⇒ Object (readonly)
Returns the value of attribute reference_transaction_amount.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def reference_transaction_amount @reference_transaction_amount end |
#reference_transaction_charged ⇒ Object (readonly)
Returns the value of attribute reference_transaction_charged.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def reference_transaction_charged @reference_transaction_charged end |
#statement_descriptor ⇒ Object (readonly)
Returns the value of attribute statement_descriptor.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def statement_descriptor @statement_descriptor end |
#transaction_id ⇒ Object (readonly)
Returns the value of attribute transaction_id.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def transaction_id @transaction_id end |
#verified_email ⇒ Object (readonly)
Returns the value of attribute verified_email.
99 100 101 |
# File 'lib/stripe/resources/source.rb', line 99 def verified_email @verified_email end |