redu_PTXN_UpsertPayment_TDTM
|
ApexClass
|
TDTM trigger that upserts RIO Education payment record every time a valid Payment2Us's Payment Transaction is completed. |
redu_PTXN_UpsertPayment_TEST
|
ApexClass
|
Test class for redu_PTXN_UpsertPayment_TDTM.
|
redu_PaymentConstant_UTIL
|
ApexClass
|
Contains constants used in Payment processing. |
redu_PaymentCustomSetting_UTIL
|
ApexClass
|
Contains utility methods for custom settings used by Payment processing. |
redu_PaymentTestDataFactory_UTIL
|
ApexClass
|
Contains utility methods used in preparing test data, primarily for the test class. |
redu_PaymentTriggerHandler_MANAGER
|
ApexClass
|
Contains utility method to help initialize the TDTM trigger, redu_PTXN_UpsertPayment_TDTM. |
redu_Payment_UTIL
|
ApexClass
|
Contains utility method to help construct Payment transaction as well as retrieving Student Fee. |
redu_PrePaymentHandler_LCTRL
|
ApexClass
|
Controller class for redu_PrePayment Aura Lightning Component. |
redu_PrePaymentHandler_TEST
|
ApexClass
|
Test class for redu_PrePaymentHandler_LCTRL.
|
redu_PrePaymentInfo
|
ApexClass
|
Functions as a container for moving data and information between the server side ApexClass controller and the client based javascript controller on redu_PrePayment. |
redu_PaymentTrxTrigger
|
ApexTrigger
|
Trigger for the Payment2Us's Payment Transaction object, required by redu_PTXN_UpsertPayment_TDTM to work. |
redu_PrePayment
|
AuraDefinitionBundle
|
Aura Lightning Component that is responsible for preparing, initializing and bridging the Payment request (on the community page) with Payment2Us for actual payment. |
AAkPay__Payment_Txn__c.redu_Payment__c
|
CustomField
|
Links Payment2Us's Payment Transaction record with RIO Education's payment object record. |
AAkPay__Payment_Txn__c.redu_Student_Fee__c
|
CustomField
|
Links Payment2Us's Payment Transaction record with the Student Fee record that the Payment is meant for. |
hed__Program_Enrollment__c.redu_Program_Name__c
|
CustomField
|
Formula field that shows the name of the Program linked in the Program Enrollment.
|
rio_ed__RIO_Education_Settings__c.redu_Payment_Form_ID__c
|
CustomField
|
ID of Payment2Us's Payment Form that will be used in redu_PrePayment. |
rio_ed__RIO_Education_Settings__c.redu_Payment_Trx_Default_Status__c
|
CustomField
|
The default status for the newly created Payment Transaction. |
rio_ed__RIO_Education_Settings__c.redu_Payment_Trx_Payment_RT_Id__c
|
CustomField
|
Contains the Record Type ID that will be used when Payment Transaction is initialized by the custom component. |
rio_ed__Student_Fee__c.redu_PaymentFormId__c
|
CustomField
|
Contains the ID of the Payment Form to be used. |
rio_ed__Student_Fee__c.redu_Payment_For__c
|
CustomField
|
|
rio_ed__Student_Fee__c.redu_PrepaymentMsg__c
|
CustomField
|
Message that will be shown to the user during the payment process. |
redu_PaymentHandler_Missing_Student_Fee_Id
|
CustomLabel
|
Error message shown to the user if no student fee was passed to them. |
redu_PaymentHandler_No_Payment_Required
|
CustomLabel
|
Message shown if payment attempt was to be made against Student Fee that requires no Payment. |
redu_PaymentHandler_Redirect_Message
|
CustomLabel
|
"Deprecated" no longer used. |
REDU_Student_Payment2Us_Permissions
|
PermissionSet |
Permission Set that provides access to Student users to the Payment2Us components. |