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
382 383 384 |
# File 'lib/stripe/resources/source.rb', line 382 def billing_agreement @billing_agreement end |
#fingerprint ⇒ Object (readonly)
Attribute for field fingerprint
384 385 386 |
# File 'lib/stripe/resources/source.rb', line 384 def fingerprint @fingerprint end |
#payer_id ⇒ Object (readonly)
Attribute for field payer_id
386 387 388 |
# File 'lib/stripe/resources/source.rb', line 386 def payer_id @payer_id end |
#reference_id ⇒ Object (readonly)
Attribute for field reference_id
388 389 390 |
# File 'lib/stripe/resources/source.rb', line 388 def reference_id @reference_id end |
#reference_transaction_amount ⇒ Object (readonly)
Attribute for field reference_transaction_amount
390 391 392 |
# File 'lib/stripe/resources/source.rb', line 390 def reference_transaction_amount @reference_transaction_amount end |
#reference_transaction_charged ⇒ Object (readonly)
Attribute for field reference_transaction_charged
392 393 394 |
# File 'lib/stripe/resources/source.rb', line 392 def reference_transaction_charged @reference_transaction_charged end |
#statement_descriptor ⇒ Object (readonly)
Attribute for field statement_descriptor
394 395 396 |
# File 'lib/stripe/resources/source.rb', line 394 def statement_descriptor @statement_descriptor end |
#transaction_id ⇒ Object (readonly)
Attribute for field transaction_id
396 397 398 |
# File 'lib/stripe/resources/source.rb', line 396 def transaction_id @transaction_id end |
#verified_email ⇒ Object (readonly)
Attribute for field verified_email
398 399 400 |
# File 'lib/stripe/resources/source.rb', line 398 def verified_email @verified_email end |