Get Accounts Charges
@Serializable
Parameters
account Id
amount
amount Or Percentage
amount Outstanding
amount Paid
amount Percentage Applied To
amount Waived
amount Written Off
charge Calculation Type
charge Id
charge Time Type
currency
id
is Active
name
percentage
Constructors
Link copied to clipboard
constructor(accountId: Long? = null, amount: Float? = null, amountOrPercentage: Float? = null, amountOutstanding: Float? = null, amountPaid: Float? = null, amountPercentageAppliedTo: Double? = null, amountWaived: Float? = null, amountWrittenOff: Float? = null, chargeCalculationType: GetAccountsChargeCalculationType? = null, chargeId: Long? = null, chargeTimeType: GetAccountsChargeTimeType? = null, currency: GetAccountsChargesCurrency? = null, id: Long? = null, isActive: Boolean? = null, name: String? = null, percentage: Double? = null)