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