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