Class: CheckoutSdk::Payments::IndividualSender
- Defined in:
- lib/checkout_sdk/payments/sender/individual_sender.rb
Instance Attribute Summary collapse
- #address ⇒ CheckoutSdk::Common::Address
- #country_of_birth ⇒ String
- #date_of_birth ⇒ String
- #dob ⇒ String
- #first_name ⇒ String
- #identification ⇒ CheckoutSdk::Common::AccountHolderIdentification
- #last_name ⇒ String
- #middle_name ⇒ String
- #nationality ⇒ String
- #reference ⇒ String
- #reference_type ⇒ String
- #source_of_funds ⇒ String
Attributes inherited from Sender
Instance Method Summary collapse
-
#initialize ⇒ IndividualSender
constructor
A new instance of IndividualSender.
Constructor Details
#initialize ⇒ IndividualSender
Returns a new instance of IndividualSender.
43 44 45 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 43 def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end |
Instance Attribute Details
#address ⇒ CheckoutSdk::Common::Address
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#country_of_birth ⇒ String
Returns Common::Country.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#date_of_birth ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#dob ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#first_name ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#identification ⇒ CheckoutSdk::Common::AccountHolderIdentification
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#last_name ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#middle_name ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#nationality ⇒ String
Returns Common::Country.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#reference ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#reference_type ⇒ String
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |
#source_of_funds ⇒ String
Returns SourceOfFunds.
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/checkout_sdk/payments/sender/individual_sender.rb', line 29 class IndividualSender < Sender attr_accessor :first_name, :middle_name, :last_name, :dob, :address, :identification, :reference, :reference_type, :date_of_birth, :source_of_funds, :country_of_birth, :nationality def initialize super CheckoutSdk::Payments::SenderType::INDIVIDUAL end end |