Payment Component
REDU_PaymentComponent_LCTRL
Component Controller |
REDU_PaymentComponent_LCTRL |
Access | Global |
Implements | flexipage:availableForAllPageTypes forceCommunity:availableForAllPageTypes force:appHostable |
Attribute Name | Type and Default | Description |
studentContactId |
Type = String. |
(Contact)Id of Student viewing this component. |
programEnrollmentId |
Type = String. |
Id of Program Enrollment for these Student Fees. |
pePathwayId |
Type = String. |
(Optional) Id of a PE Pathway to filter the Student Fees by. |
showFeeLineEditButton |
Type = Boolean. Default = True. |
Show edit button next to Fee Line. |
showFeeLineGrossAmountField |
Type = Boolean. Default = True. |
Show gross amount field for Fee Line. |
showFeeLineFundingAssistanceField |
Type = Boolean. Default = True. |
Show funding assistance field for Fee Line. |
showFeeLineFundingAssistance2Field |
Type = Boolean. Default = False. |
Show funding assistance 2 (FEE-HELP) field for Fee Line. |
showFeeLineDiscountField |
Type = Boolean. Default = True. |
Show discount field for Fee Line. |
showFeeLineUpfrontPaymentAmountField |
Type = Boolean. Default = True. |
Show upfront payment amount field for Fee Line. |
showFeeLinePaymentMethodField |
Type = Boolean. Default = True. |
Show payment method field for Fee Line. |
showFeeLineTotalAmountField |
Type = Boolean. Default = True. |
Show total amount field for Fee Line. |
sfList |
Type = Object [ ] | List of Student Fees. |
selectedFeeLine |
Type = Object. |
Selected Fee Line for editing in the editModal. |
selectedPayments |
Type = Object [ ] |
List of past payments. |
modalLoading |
Type = Boolean. Default = False. |
Is the modal loading/saving data? |
paymentURL |
Type = String. Default = " " |
URL to redirect to when clicking Pay Now button. |
paymentOptions |
Type = Object [ ] Default = [ ] |
List of payment options to be used as a picklist. |
customLabel |
Type = Object. |