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