Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 404 Bytes

File metadata and controls

22 lines (16 loc) · 404 Bytes

UltracartClient::VerificationRecord

Properties

Name Type Description Notes
name String [optional]
type String [optional]
value String [optional]

Example

require 'ultracart_api'

instance = UltracartClient::VerificationRecord.new(
  name: null,
  type: null,
  value: null
)