Sha256: 34f48c45f654e4084d160371d59485db9c87b8e0ac5d896328aef935dc11dc8c
Contents?: true
Size: 1.19 KB
Versions: 10
Compression:
Stored size: 1.19 KB
Contents
# VeloPayments::FxSummaryV4 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **quote_id** | **String** | | **creation_date_time** | **DateTime** | | **rate** | **Float** | | **inverted_rate** | **Float** | | **total_cost** | **Integer** | | **total_payment_amount** | **Integer** | | **source_currency** | [**PaymentAuditCurrencyV4**](PaymentAuditCurrencyV4.md) | | [optional] **payment_currency** | [**PaymentAuditCurrencyV4**](PaymentAuditCurrencyV4.md) | | [optional] **status** | **String** | | **funding_status** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::FxSummaryV4.new(quote_id: null, creation_date_time: null, rate: 123.23, inverted_rate: 123.23, total_cost: null, total_payment_amount: 34235, source_currency: null, payment_currency: null, status: null, funding_status: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems