Class: CheckoutSdk::Accounts::Submitter
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::Submitter
- Defined in:
- lib/checkout_sdk/accounts/submitter.rb
Overview
Captures evidence of the end-user’s consent to onboarding.
Instance Attribute Summary collapse
-
#ip_address ⇒ String
IP address of the end-user submitting the onboarding request.
Instance Attribute Details
#ip_address ⇒ String
Returns 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 |