PostSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdRequest

@Serializable
data class PostSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdRequest(val amount: Float? = null, val dateFormat: String? = null, val dueDate: String? = null, val locale: String? = null)

PostSavingsAccountsSavingsAccountIdChargesSavingsAccountChargeIdRequest

Parameters

amount
dateFormat
dueDate
locale

Constructors

constructor(amount: Float? = null, dateFormat: String? = null, dueDate: String? = null, locale: String? = null)

Properties

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