# VeloPayments::PayorEmailOptOutRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **reminder_emails_opt_out** | **Boolean** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayorEmailOptOutRequest.new( reminder_emails_opt_out: null ) ```