# 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 ) ```