Magidoc

AccountFee
Object

Represents additional fees that may be applied to an account

Fields

#

id

Non-null

Unique fee ID

description

Description of fee

rate

Non-null

Fee rate to be charged

qty

Non-null

Quantity of fee to be charged

fee

Non-null

Total fee amount ot be charged

serviceType

Non-null

Service type of the fee being charged

isRecurring

Non-null

Indicates whether fee is charged each billing cycle

startUtc

Non-null

Date/time fee will start being applied

nextUtc

Non-null

Date/time fee will next be applied. The initial value will be the same as the StartUtc

endUtc

Date/time fee will stop being applied. This only affects recurring discounts.

billCycleInterval

Non-null

Number of billing cycles between each fee charge.

createdUtc

Non-null

Date/time the fee was created

createdBy

Id of user who created the fee

modifiedUtc

Non-null

Date/time the fee was last modified

modifiedBy

Id of user who last modified the fee

accountId

Non-null

Id of the account

account

Account

Usages

#

References

#