Class: Stripe::SourceTransaction::GbpCreditTransfer
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SourceTransaction::GbpCreditTransfer
- Defined in:
- lib/stripe/resources/source_transaction.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#funding_method ⇒ Object
readonly
Returns the value of attribute funding_method.
-
#last4 ⇒ Object
readonly
Returns the value of attribute last4.
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
-
#sender_account_number ⇒ Object
readonly
Returns the value of attribute sender_account_number.
-
#sender_name ⇒ Object
readonly
Returns the value of attribute sender_name.
-
#sender_sort_code ⇒ Object
readonly
Returns the value of attribute sender_sort_code.
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
#fingerprint ⇒ Object (readonly)
Returns the value of attribute fingerprint.
24 25 26 |
# File 'lib/stripe/resources/source_transaction.rb', line 24 def fingerprint @fingerprint end |
#funding_method ⇒ Object (readonly)
Returns the value of attribute funding_method.
24 25 26 |
# File 'lib/stripe/resources/source_transaction.rb', line 24 def funding_method @funding_method end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
24 25 26 |
# File 'lib/stripe/resources/source_transaction.rb', line 24 def last4 @last4 end |
#reference ⇒ Object (readonly)
Returns the value of attribute reference.
24 25 26 |
# File 'lib/stripe/resources/source_transaction.rb', line 24 def reference @reference end |
#sender_account_number ⇒ Object (readonly)
Returns the value of attribute sender_account_number.
24 25 26 |
# File 'lib/stripe/resources/source_transaction.rb', line 24 def sender_account_number @sender_account_number end |
#sender_name ⇒ Object (readonly)
Returns the value of attribute sender_name.
24 25 26 |
# File 'lib/stripe/resources/source_transaction.rb', line 24 def sender_name @sender_name end |
#sender_sort_code ⇒ Object (readonly)
Returns the value of attribute sender_sort_code.
24 25 26 |
# File 'lib/stripe/resources/source_transaction.rb', line 24 def sender_sort_code @sender_sort_code end |