Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 322 Bytes

PayorEmailOptOutRequest.md

File metadata and controls

18 lines (12 loc) · 322 Bytes

VeloPayments::PayorEmailOptOutRequest

Properties

Name Type Description Notes
reminder_emails_opt_out Boolean

Example

require 'velopayments'

instance = VeloPayments::PayorEmailOptOutRequest.new(
  reminder_emails_opt_out: null
)