Name | Description | Type | Additional information |
---|---|---|---|
CustomerRecurringId |
Sedona internal autonumber for the Customer Recurring record |
integer |
None. |
BillCycle |
M = Monthly, Q = Quarterly, S = Semi-annual, A = Annual |
string |
Required String length: inclusive between 0 and 1 |
MonthlyAmount |
The new recurring amount on a monthly basis (entire amount) required for RateChange |
decimal number |
Required |
CycleAmount |
recurring amount for the entire BillCycle; if not supplied, calculated automatically as MonthlyAmount * # months in the cycle (i.e. BillCycle = M, this will be equal to the MonthlyAmount; BillCycle = Q, this will be 3x the MonthlyAmount) |
decimal number |
None. |
EffectiveDate |
Date on which the old rate is canceled (MM/DD/YYYY format); for Rate Changes the new start Date will automatically be set to the next day |
string |
Required |
RMRReasonCode |
Reason for the RMR change; value from AR_RMR_Reason table (for Tracking record) |
string |
Required String length: inclusive between 0 and 25 |
RMRTrackingComments |
used for RateChange only |
string |
String length: inclusive between 0 and 1024 |
Cancelled |
Set to true to cancel this recurring |
boolean |
None. |
UserCode |
the user making this change; defaults to UserCode value from config file if not set explicitly |
string |
String length: inclusive between 0 and 30 |