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

Class Method Summary collapse

Methods inherited from Stripe::StripeObject

#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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)

Attribute for field bank_name



597
598
599
# File 'lib/stripe/resources/source.rb', line 597

def bank_name
  @bank_name
end

#bicObject (readonly)

Attribute for field bic



599
600
601
# File 'lib/stripe/resources/source.rb', line 599

def bic
  @bic
end

#ibanObject (readonly)

Attribute for field iban



601
602
603
# File 'lib/stripe/resources/source.rb', line 601

def iban
  @iban
end

#refund_account_holder_address_cityObject (readonly)

Attribute for field refund_account_holder_address_city



603
604
605
# File 'lib/stripe/resources/source.rb', line 603

def 
  @refund_account_holder_address_city
end

#refund_account_holder_address_countryObject (readonly)

Attribute for field refund_account_holder_address_country



605
606
607
# File 'lib/stripe/resources/source.rb', line 605

def 
  @refund_account_holder_address_country
end

#refund_account_holder_address_line1Object (readonly)

Attribute for field refund_account_holder_address_line1



607
608
609
# File 'lib/stripe/resources/source.rb', line 607

def 
  @refund_account_holder_address_line1
end

#refund_account_holder_address_line2Object (readonly)

Attribute for field refund_account_holder_address_line2



609
610
611
# File 'lib/stripe/resources/source.rb', line 609

def 
  @refund_account_holder_address_line2
end

#refund_account_holder_address_postal_codeObject (readonly)

Attribute for field refund_account_holder_address_postal_code



611
612
613
# File 'lib/stripe/resources/source.rb', line 611

def 
  @refund_account_holder_address_postal_code
end

#refund_account_holder_address_stateObject (readonly)

Attribute for field refund_account_holder_address_state



613
614
615
# File 'lib/stripe/resources/source.rb', line 613

def 
  @refund_account_holder_address_state
end

#refund_account_holder_nameObject (readonly)

Attribute for field refund_account_holder_name



615
616
617
# File 'lib/stripe/resources/source.rb', line 615

def 
  @refund_account_holder_name
end

#refund_ibanObject (readonly)

Attribute for field refund_iban



617
618
619
# File 'lib/stripe/resources/source.rb', line 617

def refund_iban
  @refund_iban
end

Class Method Details

.field_remappingsObject



623
624
625
# File 'lib/stripe/resources/source.rb', line 623

def self.field_remappings
  @field_remappings = {}
end

.inner_class_typesObject



619
620
621
# File 'lib/stripe/resources/source.rb', line 619

def self.inner_class_types
  @inner_class_types = {}
end