Sha256: 665f7aae5b12b9e495cce7550d3ad38f8244af9f58880e9924d7a3d42138e753

Contents?: true

Size: 386 Bytes

Versions: 3

Compression:

Stored size: 386 Bytes

Contents

# VeloPayments::UpdateRemoteIdRequestV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payor_id** | **String** |  |  |
| **remote_id** | **String** |  |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::UpdateRemoteIdRequestV3.new(
  payor_id: 9ac75325-5dcd-42d5-b992-175d7e0a035e,
  remote_id: remoteId123
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/UpdateRemoteIdRequestV3.md
velopayments-2.35.58 docs/UpdateRemoteIdRequestV3.md
velopayments-2.35.58.beta1 docs/UpdateRemoteIdRequestV3.md