Sha256: dc8b156fc240b67e66a05d17a77bb370371a84cb772327c361e66c9088d3c46e
Contents?: true
Size: 386 Bytes
Versions: 3
Compression:
Stored size: 386 Bytes
Contents
# VeloPayments::UpdateRemoteIdRequestV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payor_id** | **String** | | | | **remote_id** | **String** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::UpdateRemoteIdRequestV4.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/UpdateRemoteIdRequestV4.md |
velopayments-2.35.58 | docs/UpdateRemoteIdRequestV4.md |
velopayments-2.35.58.beta1 | docs/UpdateRemoteIdRequestV4.md |