PostSavingsAccountTransactionsRequest

@Serializable
data class PostSavingsAccountTransactionsRequest(val dateFormat: String? = null, val lienAllowed: String? = null, val locale: String? = null, val paymentTypeId: Int? = null, val reasonForBlock: String? = null, val transactionAmount: Double? = null, val transactionDate: String? = null)

PostSavingsAccountTransactionsRequest

Parameters

dateFormat
lienAllowed
locale
paymentTypeId
reasonForBlock
transactionAmount
transactionDate

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, lienAllowed: String? = null, locale: String? = null, paymentTypeId: Int? = null, reasonForBlock: String? = null, transactionAmount: Double? = null, transactionDate: String? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val lienAllowed: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val paymentTypeId: Int? = null
Link copied to clipboard
val reasonForBlock: String? = null
Link copied to clipboard
Link copied to clipboard
val transactionDate: String? = null