# VeloPayments::PasswordRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **password** | **String** | a password that passes validation | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PasswordRequest.new( password: My_strong_password ) ```