Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 456 Bytes

Name.md

File metadata and controls

24 lines (18 loc) · 456 Bytes

VeloPayments::Name

Properties

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

Example

require 'velopayments'

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