Sha256: 8aa57952b24a249b36e2cbe93863de20b377bf7f61b678b048dd9a28e5947d7d

Contents?: true

Size: 1.09 KB

Versions: 3

Compression:

Stored size: 1.09 KB

Contents

# VeloPayments::FxSummary

## 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-4217 3 character currency code | [optional] |
| **payment_currency** | **String** | ISO-4217 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::FxSummary.new(
  quote_id: null,
  creation_date_time: null,
  rate: 123.23,
  inverted_rate: 123.23,
  total_cost: null,
  total_payment_amount: 34235,
  source_currency: EUR,
  payment_currency: EUR,
  status: null,
  funding_status: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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