Sha256: 8a3880e39df19b7c84c1da3ea8110b758df618cf90879cf509fc67ba52e12547
Contents?: true
Size: 571 Bytes
Versions: 1
Compression:
Stored size: 571 Bytes
Contents
# VeloPayments::PaymentChannelsResponseV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payment_channels** | [**Array<PaymentChannelResponseV4>**](PaymentChannelResponseV4.md) | | [optional] | | **payor_to_payment_channel_mappings** | [**Array<PayorToPaymentChannelMappingV4>**](PayorToPaymentChannelMappingV4.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PaymentChannelsResponseV4.new( payment_channels: null, payor_to_payment_channel_mappings: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/PaymentChannelsResponseV4.md |