Sha256: 774704163032b7748adb702bab90a52c97aea189202faa14c59977660c46ba3d

Contents?: true

Size: 709 Bytes

Versions: 5

Compression:

Stored size: 709 Bytes

Contents

# VeloPayments::FundingPayorStatusAuditResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **funding_id** | **String** |  | [optional] |
| **amount** | **Integer** |  | [optional] |
| **currency** | **String** | Valid ISO 4217 3 letter currency code. See the <a href=\"https://www.iso.org/iso-4217-currency-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | [optional] |
| **status** | **String** |  | [optional] |

## Example

```ruby
require 'velopayments'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/FundingPayorStatusAuditResponse.md
velopayments-2.35.58 docs/FundingPayorStatusAuditResponse.md
velopayments-2.35.58.beta1 docs/FundingPayorStatusAuditResponse.md
velopayments-2.29.128.beta1 docs/FundingPayorStatusAuditResponse.md
velopayments-2.26.124.beta1 docs/FundingPayorStatusAuditResponse.md