SyncteraRubySdk::PaymentErrorDetails

Properties

Name Type Description Notes
code String [optional]
details String [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PaymentErrorDetails.new(
  code: null,
  details: null
)