PostRunaccrualsRequest

@Serializable
data class PostRunaccrualsRequest(val tillDate: String, val dateFormat: String? = null, val locale: String? = null)

runaccrualsRequest

Parameters

tillDate

which specifies periodic accruals should happen till the given Date

dateFormat
locale

Constructors

Link copied to clipboard
constructor(tillDate: String, dateFormat: String? = null, locale: String? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard