Property | Type | Description | |
---|---|---|---|
Campuses | List |
Method | Description | |
---|---|---|
Active ( string type ) : string | ||
AmountDueTrans ( CmsData.CMSDataContext db, CmsData.Transaction ti ) : decimal | ||
Autocomplete ( bool small = false ) : object | ||
CheckStoreInVault ( ModelStateDictionary modelState, int peopleid ) : void | ||
CheckTesting ( ) : void | ||
Checked ( string type ) : string | ||
CreatePaymentForm ( |
||
CreatePaymentFormForBalanceDue ( CmsData.Transaction ti, decimal amtdue, string email ) : |
||
CreateTransaction ( CmsData.CMSDataContext Db, CmsData.Transaction t, decimal amount ) : CmsData.Transaction | ||
CreateTransaction ( CmsData.CMSDataContext Db, decimal amount = null, |
||
FullName ( ) : string | ||
PreventNegatives ( ) : void | ||
PreventZero ( ModelStateDictionary modelState ) : void | ||
ProcessPayment ( ModelStateDictionary modelState, |
||
ProcessPaymentTransaction ( |
||
ValidateBillingDetails ( ModelStateDictionary modelState ) : void | ||
ValidatePaymentForm ( ModelStateDictionary modelState, bool shouldValidateBilling = true ) : void |
Method | Description | |
---|---|---|
ClearMaskedNumbers ( |
||
InitializePaymentInfo ( int peopleId ) : void | ||
PayWithCheck ( IGateway gw, int pid, CmsData.Transaction ti ) : TransactionResponse | ||
PayWithCreditCard ( IGateway gateway, int peopleId, CmsData.Transaction transaction ) : TransactionResponse | ||
VerifyCardWithAuth ( ModelStateDictionary modelState, IGateway gateway, int peopleId ) : void |
public static AmountDueTrans ( CmsData.CMSDataContext db, CmsData.Transaction ti ) : decimal | ||
db | CmsData.CMSDataContext | |
ti | CmsData.Transaction | |
return | decimal |
public Autocomplete ( bool small = false ) : object | ||
small | bool | |
return | object |
public CheckStoreInVault ( ModelStateDictionary modelState, int peopleid ) : void | ||
modelState | ModelStateDictionary | |
peopleid | int | |
return | void |
public static CreatePaymentForm ( |
||
m | ||
return |
public static CreatePaymentFormForBalanceDue ( CmsData.Transaction ti, decimal amtdue, string email ) : |
||
ti | CmsData.Transaction | |
amtdue | decimal | |
string | ||
return |
public static CreateTransaction ( CmsData.CMSDataContext Db, CmsData.Transaction t, decimal amount ) : CmsData.Transaction | ||
Db | CmsData.CMSDataContext | |
t | CmsData.Transaction | |
amount | decimal | |
return | CmsData.Transaction |
public CreateTransaction ( CmsData.CMSDataContext Db, decimal amount = null, |
||
Db | CmsData.CMSDataContext | |
amount | decimal | |
m | ||
return | CmsData.Transaction |
public PreventZero ( ModelStateDictionary modelState ) : void | ||
modelState | ModelStateDictionary | |
return | void |
public ProcessPayment ( ModelStateDictionary modelState, |
||
modelState | ModelStateDictionary | |
m | ||
return | RouteModel |
public ProcessPaymentTransaction ( |
||
m | ||
return | CmsData.Transaction |
public ValidateBillingDetails ( ModelStateDictionary modelState ) : void | ||
modelState | ModelStateDictionary | |
return | void |
public ValidatePaymentForm ( ModelStateDictionary modelState, bool shouldValidateBilling = true ) : void | ||
modelState | ModelStateDictionary | |
shouldValidateBilling | bool | |
return | void |