PostSavingsCharges

@Serializable
data class PostSavingsCharges(val id: Int? = null)

Parameters

id

Constructors

Link copied to clipboard
constructor(id: Int? = null)

Properties

Link copied to clipboard
val id: Int? = null