Sha256: 0af658fbc95c6a338cda3b621e9e70cdd5fe94f059000faeba132f150a3a0833
Contents?: true
Size: 1.6 KB
Versions: 3
Compression:
Stored size: 1.6 KB
Contents
# VeloPayments::QuoteFxSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **rate** | **Float** | | **inverted_rate** | **Float** | | [optional] **creation_time** | **DateTime** | | **expiry_time** | **DateTime** | | [optional] **quote_id** | **String** | | **total_source_amount** | **Integer** | | **total_payment_amount** | **Integer** | | **source_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. | **payment_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. | **funding_status** | **String** | | **status** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::QuoteFxSummary.new(rate: 1.12, inverted_rate: 1.12, creation_time: null, expiry_time: null, quote_id: null, total_source_amount: 1234, total_payment_amount: 1234, source_currency: USD, payment_currency: USD, funding_status: FUNDED, status: QUOTED) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.20.119 | docs/QuoteFxSummary.md |
velopayments-2.20.29.beta1 | docs/QuoteFxSummary.md |
velopayments-2.19.116 | docs/QuoteFxSummary.md |