GetLoanProductsTransactionProcessingStrategyOptions

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

Parameters

code
id
name

Constructors

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