Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 612 Bytes

Individual.md

File metadata and controls

22 lines (16 loc) · 612 Bytes

VeloPayments::Individual

Properties

Name Type Description Notes
name IndividualName
national_identification String If not authorized to view, value will be masked. Example: XXXXX1234 [optional][readonly]
date_of_birth String If not authorized to view, value will be masked. Example: - XXXX-XX-XX [readonly]

Example

require 'velopayments'

instance = VeloPayments::Individual.new(
  name: null,
  national_identification: AB123456C,
  date_of_birth: 1985-01-01
)