Class: CheckoutSdk::Payments::SenderInformation

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/payments/sender/sender_information.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#cityString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#countryString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#dobString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#first_nameString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#last_nameString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#postal_codeString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#purposeObject

# @return [String]



27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#referenceString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#source_of_fundsString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end

#stateString

Returns:

  • (String)


27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/checkout_sdk/payments/sender/sender_information.rb', line 27

class SenderInformation
  attr_accessor :reference,
                :first_name,
                :last_name,
                :dob,
                :address,
                :city,
                :state,
                :country,
                :postal_code,
                :source_of_funds,
                :purpose
end