SyncteraRubySdk::CustomerServiceDetails

Properties

Name Type Description Notes
address Address2 [optional]
email String The customer service email address [optional]
phone_number String The customer service phone number [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::CustomerServiceDetails.new(
  address: null,
  email: null,
  phone_number: null
)