RIO Ready V4: Payments2Us Components - Components
Table of Contents
Payment2us Components
Name | Type | Description |
redu_PTXN_UpsertPayment_EXE | ApexClass | Apex trigger that upserts a transaction payment record and a transaction line item if a service fee is charged every time a valid Payment2Us payment transaction is completed. |
redu_PTXN_UpsertPayment_TEST | ApexClass | Test class for redu_PTXN_UpsertPayment_TDTM. |
Trigger_Payment_Txn | ApexTrigger | Apex trigger used in the trigger controller |
redu_Payments2UsComponent_LCTRL | ApexClass | Controller class for redu_Payments2UsComponent Lightning Web Component. |
redu_Payments2UsComponent_TEST | ApexClass | Test class for redu_Payments2UsComponent_LCTRL. |
redu_Payments2UsComponent | Lightning Web Component | LWC 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_Transaction_Order__c |
CustomField | Links Payment2Us's Payment Transaction record with RIO Education's transaction order object record. |
AAkPay__Payment_Txn__c.redu_Transaction_Payment__c | CustomField | Links Payment2Us's Payment Transaction record with RIO Education's transaction payment object record. |
AAkPay__Payment_Type__c.redu_Purpose__c | CustomField | To match with the transaction order ‘Type’ field to determine which payment form will be used |
reduivy__Transaction_Order__c.redu_Type__c | CustomField | To match with the payment form ‘Purpose’ field to determine which payment form will be used |
reduivy__RIO_Education_Ivy_Settings__c.redu_Payment_Trx_Default_Status__c | CustomField | The default status for the newly created Payment Transaction. |
reduivy__RIO_Education_Ivy_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. |
redu_Payments2Us_Form_Setting__mdt | Custom Metadata | To determine which payment form should be used when the payment transaction is initialized. |
redu_Payments2Us_Form_Setting__mdt.redu_Payment_Form_Purpose__c | CustomField | To match with the transaction order ‘Type’ field to determine which payment form will be used |
redu_Payments2Us_Form_Setting__mdt.redu_Transaction_Order_Type__c | CustomField | To match with the payment form ‘Purpose’ field to determine which payment form will be used |
REDU_RIO_Ready_Student | PermissionSet | Permission Set that provides access to Student users to the Payment2Us components. |
REDU_RIO_Ready_Admin | PermissionSet | Permission Set that provides access to Admin users to the Payment2Us components. |