Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1001 Bytes

UpdatePayeeDetailsRequest2.md

File metadata and controls

30 lines (24 loc) · 1001 Bytes

VeloPayments::UpdatePayeeDetailsRequest2

Properties

Name Type Description Notes
address PayeeAddress2 [optional]
individual Individual2 [optional]
company Company2 [optional]
language String An IETF BCP 47 language code which has been configured for use within this Velo environment.<BR> See the /v1/supportedLanguages endpoint to list the available codes for an environment. [optional]
payee_type PayeeType [optional]
challenge Challenge2 [optional]
email String [optional]

Example

require 'velopayments'

instance = VeloPayments::UpdatePayeeDetailsRequest2.new(
  address: null,
  individual: null,
  company: null,
  language: en-US,
  payee_type: null,
  challenge: null,
  email: bob@example.com
)