<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by UB Development and Alumni Relations.  Updated on Tuesday July 15th 2025 11:00:02 AM -->
<!DOCTYPE payment_option [
	<!ELEMENT payment_option (payment_option_code, short_desc, long_desc, notes)>
		<!ELEMENT payment_option_code (#PCDATA)>
		<!ELEMENT short_desc (#PCDATA)>
		<!ELEMENT long_desc (#PCDATA)>
		<!ELEMENT notes (#PCDATA)>
]>
<payment_options>
<payment_option>
<payment_option_code>CC</payment_option_code>
<short_desc>Credit Card</short_desc>
<long_desc>Pay the total amount via credit card now</long_desc>
<notes>total_amount must be at least 10 and installment_amount must be null</notes>
</payment_option>
<payment_option>
<payment_option_code>CMCC</payment_option_code>
<short_desc>Continuous Monthly Credit Card</short_desc>
<long_desc>Pay the installment amount every month via credit card until cancelled</long_desc>
<notes>total_amount must be null and installment_amount must be at least 10</notes>
</payment_option>
<payment_option>
<payment_option_code>CSCC</payment_option_code>
<short_desc>Continuous Special Credit Card</short_desc>
<long_desc>Pay the installment amount at a certain interval via credit card until cancelled</long_desc>
<notes>total_amount must be null and installment_amount must be at least 10</notes>
</payment_option>
<payment_option>
<payment_option_code>MCC</payment_option_code>
<short_desc>Monthly Credit Card</short_desc>
<long_desc>Pay the installment amount every month via credit card until total amount is paid</long_desc>
<notes>total_amount must be at least 100 and installment_amount must be at least 25 and less than total_amount</notes>
</payment_option>
<payment_option>
<payment_option_code>SMCC</payment_option_code>
<short_desc>Special Monthly Credit Card</short_desc>
<long_desc>Pay the installment amount at a certain monthly interval via credit card until total amount is paid</long_desc>
<notes>total_amount must be at least 100 and installment_amount must be at least 25 and less than total_amount</notes>
</payment_option>
<payment_option>
<payment_option_code>CPD</payment_option_code>
<short_desc>UB Employee Continuous Payroll Deduction</short_desc>
<long_desc>Pay the installment amount every pay period until cancelled (UB employees only)</long_desc>
<notes>total_amount must be null and installment_amount must be at least 1</notes>
</payment_option>
<payment_option>
<payment_option_code>CMEFT</payment_option_code>
<short_desc>Continuous Monthly EFT</short_desc>
<long_desc>Pay the installment amount every month via electronic funds transfer until cancelled</long_desc>
<notes>total_amount must be null and installment_amount must be at least 5</notes>
</payment_option>
<payment_option>
<payment_option_code>INVOICE</payment_option_code>
<short_desc>Invoice</short_desc>
<long_desc>Receive an invoice for the total amount</long_desc>
<notes>total_amount must be greater than 10 and installment_amount must be null</notes>
</payment_option>
<payment_option>
<payment_option_code>REFUSAL</payment_option_code>
<short_desc>Refusal</short_desc>
<long_desc>Refused</long_desc>
<notes>amounts must be 0 and the id_number must be valid</notes>
</payment_option>
<payment_option>
<payment_option_code>UNSPEC</payment_option_code>
<short_desc>Unspecified</short_desc>
<long_desc>Receive an invoice - amount determined upon receipt of reminder</long_desc>
<notes>amounts must be 0 and the id_number must be valid</notes>
</payment_option>

</payment_options>