GetRecurringTransactionType

@Serializable
data class GetRecurringTransactionType(val approveTransfer: Boolean? = null, val code: String? = null, val deposit: Boolean? = null, val description: String? = null, val feeDeduction: Boolean? = null, val id: Long? = null, val initiateTransfer: Boolean? = null, val interestPosting: Boolean? = null, val overdraftFee: Boolean? = null, val overdraftInterest: Boolean? = null, val rejectTransfer: Boolean? = null, val withdrawTransfer: Boolean? = null, val withdrawal: Boolean? = null, val writtenoff: Boolean? = null)

Parameters

approveTransfer
code
deposit
description
feeDeduction
id
initiateTransfer
interestPosting
overdraftFee
overdraftInterest
rejectTransfer
withdrawTransfer
withdrawal
writtenoff

Constructors

Link copied to clipboard
constructor(approveTransfer: Boolean? = null, code: String? = null, deposit: Boolean? = null, description: String? = null, feeDeduction: Boolean? = null, id: Long? = null, initiateTransfer: Boolean? = null, interestPosting: Boolean? = null, overdraftFee: Boolean? = null, overdraftInterest: Boolean? = null, rejectTransfer: Boolean? = null, withdrawTransfer: Boolean? = null, withdrawal: Boolean? = null, writtenoff: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val code: String? = null
Link copied to clipboard
val deposit: Boolean? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val feeDeduction: Boolean? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val overdraftFee: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val rejectTransfer: Boolean? = null
Link copied to clipboard
val withdrawal: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val writtenoff: Boolean? = null