Class: Stripe::Source::SepaCreditTransfer

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

#bank_nameObject (readonly)

Returns the value of attribute bank_name.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def bank_name
  @bank_name
end

#bicObject (readonly)

Returns the value of attribute bic.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def bic
  @bic
end

#ibanObject (readonly)

Returns the value of attribute iban.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def iban
  @iban
end

#refund_account_holder_address_cityObject (readonly)

Returns the value of attribute refund_account_holder_address_city.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def 
  @refund_account_holder_address_city
end

#refund_account_holder_address_countryObject (readonly)

Returns the value of attribute refund_account_holder_address_country.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def 
  @refund_account_holder_address_country
end

#refund_account_holder_address_line1Object (readonly)

Returns the value of attribute refund_account_holder_address_line1.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def 
  @refund_account_holder_address_line1
end

#refund_account_holder_address_line2Object (readonly)

Returns the value of attribute refund_account_holder_address_line2.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def 
  @refund_account_holder_address_line2
end

#refund_account_holder_address_postal_codeObject (readonly)

Returns the value of attribute refund_account_holder_address_postal_code.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def 
  @refund_account_holder_address_postal_code
end

#refund_account_holder_address_stateObject (readonly)

Returns the value of attribute refund_account_holder_address_state.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def 
  @refund_account_holder_address_state
end

#refund_account_holder_nameObject (readonly)

Returns the value of attribute refund_account_holder_name.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def 
  @refund_account_holder_name
end

#refund_ibanObject (readonly)

Returns the value of attribute refund_iban.



111
112
113
# File 'lib/stripe/resources/source.rb', line 111

def refund_iban
  @refund_iban
end