Sha256: 0feaf865cf13628ed55ae730614560fee858dab89bec350764382c1332fe8ffa
Contents?: true
Size: 335 Bytes
Versions: 4
Compression:
Stored size: 335 Bytes
Contents
# VeloPayments::PingResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **webhook_id** | **String** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::PingResponse.new( id: null, webhook_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems