Class: CheckoutSdk::Payments::AccountFundingTransactionSender

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressCheckoutSdk::Common::Address



19
20
21
22
23
24
25
26
27
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb', line 19

class AccountFundingTransactionSender
  attr_accessor :first_name,
                :last_name,
                :date_of_birth,
                :country_of_birth,
                :nationality,
                :address,
                :identification
end

#country_of_birthString

Returns Common::Country.

Returns:



19
20
21
22
23
24
25
26
27
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb', line 19

class AccountFundingTransactionSender
  attr_accessor :first_name,
                :last_name,
                :date_of_birth,
                :country_of_birth,
                :nationality,
                :address,
                :identification
end

#date_of_birthString

Returns Format: YYYY-MM-DD.

Returns:

  • (String)

    Format: YYYY-MM-DD



19
20
21
22
23
24
25
26
27
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb', line 19

class AccountFundingTransactionSender
  attr_accessor :first_name,
                :last_name,
                :date_of_birth,
                :country_of_birth,
                :nationality,
                :address,
                :identification
end

#first_nameString

Returns:

  • (String)


19
20
21
22
23
24
25
26
27
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb', line 19

class AccountFundingTransactionSender
  attr_accessor :first_name,
                :last_name,
                :date_of_birth,
                :country_of_birth,
                :nationality,
                :address,
                :identification
end

#identificationAccountFundingTransactionIdentification



19
20
21
22
23
24
25
26
27
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb', line 19

class AccountFundingTransactionSender
  attr_accessor :first_name,
                :last_name,
                :date_of_birth,
                :country_of_birth,
                :nationality,
                :address,
                :identification
end

#last_nameString

Returns:

  • (String)


19
20
21
22
23
24
25
26
27
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb', line 19

class AccountFundingTransactionSender
  attr_accessor :first_name,
                :last_name,
                :date_of_birth,
                :country_of_birth,
                :nationality,
                :address,
                :identification
end

#nationalityString

Returns Common::Country.

Returns:



19
20
21
22
23
24
25
26
27
# File 'lib/checkout_sdk/payments/setups/account_funding_transaction_sender.rb', line 19

class AccountFundingTransactionSender
  attr_accessor :first_name,
                :last_name,
                :date_of_birth,
                :country_of_birth,
                :nationality,
                :address,
                :identification
end