PostStandingInstructionsRequest

@Serializable
data class PostStandingInstructionsRequest(val amount: Int? = null, val dateFormat: String? = null, val fromAccountId: Long? = null, val fromAccountType: Int? = null, val fromClientId: Long? = null, val fromOfficeId: Long? = null, val instructionType: Int? = null, val locale: String? = null, val monthDayFormat: String? = null, val name: String? = null, val priority: Int? = null, val recurrenceFrequency: Int? = null, val recurrenceInterval: Int? = null, val recurrenceOnMonthDay: String? = null, val recurrenceType: Int? = null, val status: Int? = null, val toAccountId: Long? = null, val toAccountType: Int? = null, val toClientId: Long? = null, val toOfficeId: Long? = null, val transferType: Int? = null, val validFrom: String? = null)

PostStandingInstructionsRequest

Parameters

amount
dateFormat
fromAccountId
fromAccountType
fromClientId
fromOfficeId
instructionType
locale

en

monthDayFormat
name
priority
recurrenceFrequency
recurrenceInterval
recurrenceOnMonthDay
recurrenceType
status
toAccountId
toAccountType
toClientId
toOfficeId
transferType
validFrom

Constructors

Link copied to clipboard
constructor(amount: Int? = null, dateFormat: String? = null, fromAccountId: Long? = null, fromAccountType: Int? = null, fromClientId: Long? = null, fromOfficeId: Long? = null, instructionType: Int? = null, locale: String? = null, monthDayFormat: String? = null, name: String? = null, priority: Int? = null, recurrenceFrequency: Int? = null, recurrenceInterval: Int? = null, recurrenceOnMonthDay: String? = null, recurrenceType: Int? = null, status: Int? = null, toAccountId: Long? = null, toAccountType: Int? = null, toClientId: Long? = null, toOfficeId: Long? = null, transferType: Int? = null, validFrom: String? = null)

Properties

Link copied to clipboard
val amount: Int? = null
Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val fromAccountId: Long? = null
Link copied to clipboard
val fromAccountType: Int? = null
Link copied to clipboard
val fromClientId: Long? = null
Link copied to clipboard
val fromOfficeId: Long? = null
Link copied to clipboard
val instructionType: Int? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val monthDayFormat: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val priority: Int? = null
Link copied to clipboard
Link copied to clipboard
val recurrenceInterval: Int? = null
Link copied to clipboard
Link copied to clipboard
val recurrenceType: Int? = null
Link copied to clipboard
val status: Int? = null
Link copied to clipboard
val toAccountId: Long? = null
Link copied to clipboard
val toAccountType: Int? = null
Link copied to clipboard
val toClientId: Long? = null
Link copied to clipboard
val toOfficeId: Long? = null
Link copied to clipboard
val transferType: Int? = null
Link copied to clipboard
val validFrom: String? = null