Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 349 Bytes

ResetPasswordRequest.md

File metadata and controls

18 lines (12 loc) · 349 Bytes

VeloPayments::ResetPasswordRequest

Properties

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

Example

require 'velopayments'

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