Sha256: 09bff26938398ce87f5478c70de6103e86fdafb5d640e11c47d7c6fb87f7354c
Contents?: true
Size: 643 Bytes
Versions: 9
Compression:
Stored size: 643 Bytes
Contents
# VeloPayments::FundingEvent ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **event_id** | **String** | | [optional] **event_date_time** | **DateTime** | | [optional] **funding_event_type** | [**FundingEventType**](FundingEventType.md) | | [optional] **principal** | **String** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::FundingEvent.new(event_id: null, event_date_time: null, funding_event_type: null, principal: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems