Sha256: 8633ddd7f201d6bf1e32aa5f92277c7c843666167e90b77a3ec6f657ede987cd

Contents?: true

Size: 1.09 KB

Versions: 9

Compression:

Stored size: 1.09 KB

Contents

# VeloPayments::FundingAudit

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **Float** |  | [optional] 
**date_time** | **DateTime** |  | [optional] 
**status** | **String** |  | [optional] 
**currency** | **String** |  | [optional] 
**source_account_name** | **String** |  | [optional] 
**funding_account_name** | **String** |  | [optional] 
**funding_type** | **String** |  | [optional] 
**events** | [**Array<FundingEvent>**](FundingEvent.md) |  | [optional] 
**topup_type** | **String** |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::FundingAudit.new(amount: null,
                                 date_time: null,
                                 status: null,
                                 currency: null,
                                 source_account_name: null,
                                 funding_account_name: null,
                                 funding_type: null,
                                 events: null,
                                 topup_type: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/FundingAudit.md
velopayments-2.20.29.beta1 docs/FundingAudit.md
velopayments-2.19.116 docs/FundingAudit.md
velopayments-2.19.40.beta1 docs/FundingAudit.md
velopayments-2.18.113 docs/FundingAudit.md
velopayments-2.18.113.beta1 docs/FundingAudit.md
velopayments-2.18.31.beta1 docs/FundingAudit.md
velopayments-2.17.8.beta1 docs/FundingAudit.md
velopayments-2.17.8 docs/FundingAudit.md