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
Attribute for field billing_agreement.
-
#fingerprint ⇒ Object
readonly
Attribute for field fingerprint.
-
#payer_id ⇒ Object
readonly
Attribute for field payer_id.
-
#reference_id ⇒ Object
readonly
Attribute for field reference_id.
-
#reference_transaction_amount ⇒ Object
readonly
Attribute for field reference_transaction_amount.
-
#reference_transaction_charged ⇒ Object
readonly
Attribute for field reference_transaction_charged.
-
#statement_descriptor ⇒ Object
readonly
Attribute for field statement_descriptor.
-
#transaction_id ⇒ Object
readonly
Attribute for field transaction_id.
-
#verified_email ⇒ Object
readonly
Attribute for field 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)
Attribute for field billing_agreement
508 509 510 |
# File 'lib/stripe/resources/source.rb', line 508 def billing_agreement @billing_agreement end |
#fingerprint ⇒ Object (readonly)
Attribute for field fingerprint
511 512 513 |
# File 'lib/stripe/resources/source.rb', line 511 def fingerprint @fingerprint end |
#payer_id ⇒ Object (readonly)
Attribute for field payer_id
514 515 516 |
# File 'lib/stripe/resources/source.rb', line 514 def payer_id @payer_id end |
#reference_id ⇒ Object (readonly)
Attribute for field reference_id
517 518 519 |
# File 'lib/stripe/resources/source.rb', line 517 def reference_id @reference_id end |
#reference_transaction_amount ⇒ Object (readonly)
Attribute for field reference_transaction_amount
520 521 522 |
# File 'lib/stripe/resources/source.rb', line 520 def reference_transaction_amount @reference_transaction_amount end |
#reference_transaction_charged ⇒ Object (readonly)
Attribute for field reference_transaction_charged
523 524 525 |
# File 'lib/stripe/resources/source.rb', line 523 def reference_transaction_charged @reference_transaction_charged end |
#statement_descriptor ⇒ Object (readonly)
Attribute for field statement_descriptor
526 527 528 |
# File 'lib/stripe/resources/source.rb', line 526 def statement_descriptor @statement_descriptor end |
#transaction_id ⇒ Object (readonly)
Attribute for field transaction_id
529 530 531 |
# File 'lib/stripe/resources/source.rb', line 529 def transaction_id @transaction_id end |
#verified_email ⇒ Object (readonly)
Attribute for field verified_email
532 533 534 |
# File 'lib/stripe/resources/source.rb', line 532 def verified_email @verified_email end |