Sha256: d76c2ea8aabdcb377535f676b40ebdb332b5cb0947a0ccdba97c7d6ef6db0bfc

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 Bytes

Contents

# VeloPayments::InstructPayoutRequestV3

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **fx_rate_degredation_threshold_percentage** | **Float** | Halt instruction if the FX rates have become worse since the last quote. Property deprecated because of misspelled. Please use fxRateDegradationThresholdPercentage. | [optional] |
| **fx_rate_degradation_threshold_percentage** | **Float** | Halt instruction if the FX rates have become worse since the last quote. Previously called fxRateDegredationThresholdPercentage. | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::InstructPayoutRequestV3.new(
  fx_rate_degredation_threshold_percentage: null,
  fx_rate_degradation_threshold_percentage: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/InstructPayoutRequestV3.md