Class: CheckoutSdk::Accounts::Submitter

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/accounts/submitter.rb

Overview

Captures evidence of the end-user’s consent to onboarding.

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

Returns IP address of the end-user submitting the onboarding request.

Returns:

  • (String)

    IP address of the end-user submitting the onboarding request.



9
10
11
# File 'lib/checkout_sdk/accounts/submitter.rb', line 9

class Submitter
  attr_accessor :ip_address
end