TransactionProcessingStrategyData

@Serializable
data class TransactionProcessingStrategyData(val code: String? = null, val id: Long? = null, val name: String? = null)

Parameters

code
id
name

Constructors

Link copied to clipboard
constructor(code: String? = null, id: Long? = null, name: String? = null)

Properties

Link copied to clipboard
val code: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val name: String? = null