Class: CheckoutSdk::Payments::SenderInformation
- Inherits:
-
Object
- Object
- CheckoutSdk::Payments::SenderInformation
- Defined in:
- lib/checkout_sdk/payments/sender/sender_information.rb
Instance Attribute Summary collapse
- #address ⇒ String
- #city ⇒ String
- #country ⇒ String
- #dob ⇒ String
- #first_name ⇒ String
- #last_name ⇒ String
- #postal_code ⇒ String
-
#purpose ⇒ Object
# @return [String].
- #reference ⇒ String
- #source_of_funds ⇒ String
- #state ⇒ String
Instance Attribute Details
#address ⇒ 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 |
#city ⇒ 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 |
#country ⇒ 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 |
#dob ⇒ 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_name ⇒ 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_name ⇒ 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_code ⇒ 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 |
#purpose ⇒ Object
# @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 |
#reference ⇒ 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_funds ⇒ 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 |
#state ⇒ 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 |