Sha256: ee7cea780faa88a5b304c123a3fe93f9faf13f5e22a3bd66f0b9cfcda6a56215

Contents?: true

Size: 632 Bytes

Versions: 7

Compression:

Stored size: 632 Bytes

Contents

# VeloPayments::FundingPayorStatusAuditResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**funding_id** | **String** |  | [optional] 
**amount** | **Integer** |  | [optional] 
**currency** | [**CurrencyType**](CurrencyType.md) |  | [optional] 
**status** | **String** |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::FundingPayorStatusAuditResponse.new(funding_id: null,
                                 amount: null,
                                 currency: null,
                                 status: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

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