Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 468 Bytes

CreateIndividualName.md

File metadata and controls

24 lines (18 loc) · 468 Bytes

VeloPayments::CreateIndividualName

Properties

Name Type Description Notes
title String [optional]
first_name String
other_names String [optional]
last_name String

Example

require 'velopayments'

instance = VeloPayments::CreateIndividualName.new(
  title: Mr,
  first_name: Bob,
  other_names: H,
  last_name: Smith
)