Sha256: e9f21e694d515120f079cd92870703ef5e89fad2d56866b39a5de1c702dbd45f

Contents?: true

Size: 901 Bytes

Versions: 5

Compression:

Stored size: 901 Bytes

Contents

# VeloPayments::PayeeUserSelfUpdateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **primary_contact_number** | **String** | The main contact number for the user  | [optional] |
| **secondary_contact_number** | **String** | The secondary contact number for the user  | [optional] |
| **first_name** | **String** |  | [optional] |
| **last_name** | **String** |  | [optional] |
| **email** | **String** | the email address of the user | [optional] |
| **sms_number** | **String** | The phone number of a device that the user can receive sms messages on  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayeeUserSelfUpdateRequest.new(
  primary_contact_number: 11235555555,
  secondary_contact_number: 11235555550,
  first_name: John,
  last_name: Doe,
  email: foo@example.com,
  sms_number: 11235555555
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PayeeUserSelfUpdateRequest.md
velopayments-2.35.58 docs/PayeeUserSelfUpdateRequest.md
velopayments-2.35.58.beta1 docs/PayeeUserSelfUpdateRequest.md
velopayments-2.29.128.beta1 docs/PayeeUserSelfUpdateRequest.md
velopayments-2.26.124.beta1 docs/PayeeUserSelfUpdateRequest.md