docs/FxSummary.md in velopayments-2.29.128.beta1 vs docs/FxSummary.md in velopayments-2.35.58.beta1

- old
+ new

@@ -8,14 +8,14 @@ | **creation_date_time** | **Time** | | | | **rate** | **Float** | | | | **inverted_rate** | **Float** | | | | **total_cost** | **Integer** | | | | **total_payment_amount** | **Integer** | | | -| **source_currency** | [**PaymentAuditCurrency**](PaymentAuditCurrency.md) | | [optional] | -| **payment_currency** | [**PaymentAuditCurrency**](PaymentAuditCurrency.md) | | [optional] | -| **status** | **String** | | | -| **funding_status** | **String** | | | +| **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' @@ -25,11 +25,11 @@ creation_date_time: null, rate: 123.23, inverted_rate: 123.23, total_cost: null, total_payment_amount: 34235, - source_currency: null, - payment_currency: null, + source_currency: EUR, + payment_currency: EUR, status: null, funding_status: null ) ```