Méthode | Description | |
---|---|---|
Account ( ) : System | ||
AddPaymentSchedule ( System.DateTime startDate, Interval interval, decimal amount, string description ) : void | ||
AddTransaction ( string description, decimal amount ) : void | ||
RemoveOldTransactions ( ) : void | ||
RemovePaymentSchedule ( int paymentScheduleId ) : void | ||
TriggerScheduledPayments ( System.DateTime now ) : void |
public AddPaymentSchedule ( System.DateTime startDate, Interval interval, decimal amount, string description ) : void | ||
startDate | System.DateTime | |
interval | Interval | |
amount | decimal | |
description | string | |
Résultat | void |
public AddTransaction ( string description, decimal amount ) : void | ||
description | string | |
amount | decimal | |
Résultat | void |
public RemovePaymentSchedule ( int paymentScheduleId ) : void | ||
paymentScheduleId | int | |
Résultat | void |
public TriggerScheduledPayments ( System.DateTime now ) : void | ||
now | System.DateTime | |
Résultat | void |