Sha256: a8d05fa5f20688845b1b77e73539c4356eafc8e813e6f780567bfa16c7af567d
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
# VeloPayments::PayorToPaymentChannelMappingV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payor_id** | **String** | | [optional] | | **payment_channel_id** | **String** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayorToPaymentChannelMappingV4.new( payor_id: 9ac75325-5dcd-42d5-b992-175d7e0a035e, payment_channel_id: 70faaff7-2c32-4b44-b27f-f0b6c484e6f3 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PayorToPaymentChannelMappingV4.md |