Sha256: 5f424b18682f2bba19815fc94cb983ebe75bda9c5154e32b9d2cd348f374d743

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

# VeloPayments::ResetPasswordRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **email** | **String** | the email address of the user requesting the reset password |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::ResetPasswordRequest.new(
  email: foo@example.com
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/ResetPasswordRequest.md
velopayments-2.35.58 docs/ResetPasswordRequest.md
velopayments-2.35.58.beta1 docs/ResetPasswordRequest.md
velopayments-2.29.128.beta1 docs/ResetPasswordRequest.md
velopayments-2.26.124.beta1 docs/ResetPasswordRequest.md