Sha256: 0884916d04e5a727c18f5a53c6f3ef5a770a2afdb8be99bc66967bc475068cb4
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# VeloPayments::FundingAudit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payor_id** | **String** | The id of the payor associated with the funding. | [optional] | | **amount** | **Float** | The amount funded | [optional] | | **currency** | **String** | The currency of the funding | [optional] | | **date_time** | **Time** | | [optional] | | **status** | **String** | Status of the funding. One of the following values: PENDING, FAILED, CREDIT, DEBIT | [optional] | | **source_account_name** | **String** | | [optional] | | **funding_account_name** | **String** | | [optional] | | **funding_type** | **String** | Funding type. One of the following values: ACH, WIRE, EMBEDDED, BANK_TRANSFER | [optional] | | **events** | [**Array<FundingEvent2>**](FundingEvent2.md) | | [optional] | | **topup_type** | **String** | Type of top up. One of the following values: AUTOMATIC, MANUAL | [optional] | | **transaction_id** | **String** | The id of the transaction associated with the funding if there was one | [optional] | | **transaction_reference** | **String** | The payors reference for the transaction associated with the funding if there was one | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::FundingAudit.new( payor_id: null, amount: 120000, currency: USD, date_time: null, status: null, source_account_name: null, funding_account_name: null, funding_type: null, events: null, topup_type: null, transaction_id: null, transaction_reference: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/FundingAudit.md |