Class: Stripe::Source::Paypal

Inherits:
Stripe::StripeObject show all
Defined in:
lib/stripe/resources/source.rb

Constant Summary

Constants inherited from Stripe::StripeObject

Stripe::StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from Stripe::StripeObject

#last_response

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_agreementObject (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

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



99
100
101
# File 'lib/stripe/resources/source.rb', line 99

def fingerprint
  @fingerprint
end

#payer_idObject (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_idObject (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_amountObject (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_chargedObject (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_descriptorObject (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_idObject (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_emailObject (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