Sha256: b7b6a197abf0b1aa04941dffe168d6ac074bf4a04092f4fdaefcecdfa7034823

Contents?: true

Size: 1.08 KB

Versions: 3

Compression:

Stored size: 1.08 KB

Contents

# VeloPayments::FxSummaryV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **quote_id** | **String** |  |  |
| **creation_date_time** | **Time** |  |  |
| **rate** | **Float** |  |  |
| **inverted_rate** | **Float** |  |  |
| **total_cost** | **Integer** |  |  |
| **total_payment_amount** | **Integer** |  |  |
| **source_currency** | **String** | ISO 3 character currency code | [optional] |
| **payment_currency** | **String** | ISO 3 character currency code | [optional] |
| **status** | **String** | Current status of the FX Summary. One of the following values: UNQUOTED, QUOTED, EXPIRED, EXECUTED |  |
| **funding_status** | **String** | Current status of the funding. One of the following values: FUNDED, INSTRUCTED, UNFUNDED |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::FxSummaryV3.new(
  quote_id: null,
  creation_date_time: null,
  rate: 1.12,
  inverted_rate: 1.12,
  total_cost: 1234,
  total_payment_amount: 1234,
  source_currency: null,
  payment_currency: null,
  status: null,
  funding_status: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/FxSummaryV3.md
velopayments-2.35.58 docs/FxSummaryV3.md
velopayments-2.35.58.beta1 docs/FxSummaryV3.md