Class: Stripe::SourceTransaction::ChfCreditTransfer
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SourceTransaction::ChfCreditTransfer
- Defined in:
- lib/stripe/resources/source_transaction.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#reference ⇒ Object
readonly
Reference associated with the transfer.
-
#sender_address_country ⇒ Object
readonly
Sender’s country address.
-
#sender_address_line1 ⇒ Object
readonly
Sender’s line 1 address.
-
#sender_iban ⇒ Object
readonly
Sender’s bank account IBAN.
-
#sender_name ⇒ Object
readonly
Sender’s name.
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
#reference ⇒ Object (readonly)
Reference associated with the transfer.
31 32 33 |
# File 'lib/stripe/resources/source_transaction.rb', line 31 def reference @reference end |
#sender_address_country ⇒ Object (readonly)
Sender’s country address.
34 35 36 |
# File 'lib/stripe/resources/source_transaction.rb', line 34 def sender_address_country @sender_address_country end |
#sender_address_line1 ⇒ Object (readonly)
Sender’s line 1 address.
37 38 39 |
# File 'lib/stripe/resources/source_transaction.rb', line 37 def sender_address_line1 @sender_address_line1 end |
#sender_iban ⇒ Object (readonly)
Sender’s bank account IBAN.
40 41 42 |
# File 'lib/stripe/resources/source_transaction.rb', line 40 def sender_iban @sender_iban end |
#sender_name ⇒ Object (readonly)
Sender’s name.
43 44 45 |
# File 'lib/stripe/resources/source_transaction.rb', line 43 def sender_name @sender_name end |