# VeloPayments::PayorEmailOptOutRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **reminder_emails_opt_out** | **Boolean** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PayorEmailOptOutRequest.new(reminder_emails_opt_out: null) ```