Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 532 Bytes

UserExtraInfo.md

File metadata and controls

21 lines (14 loc) · 532 Bytes

Polar::UserExtraInfo

Properties

Name Type Description Notes
value String Value provided by the customer [optional]
index Integer Item index [optional]
name String Name of the extra info asked from customer [optional]

Code Sample

require 'Polar'

instance = Polar::UserExtraInfo.new(value: 2,
                                 index: 0,
                                 name: number-of-children)