PutPaymentTypesPaymentTypeIdRequest

@Serializable
data class PutPaymentTypesPaymentTypeIdRequest(    val codeName: String? = null,     val description: String? = null,     val isCashPayment: Boolean? = null,     val isSystemDefined: Boolean? = null,     val name: String? = null,     val position: Int? = null)

PutPaymentTypesPaymentTypeIdRequest

Parameters

codeName
description
isCashPayment
isSystemDefined
name
position

Constructors

Link copied to clipboard
constructor(    codeName: String? = null,     description: String? = null,     isCashPayment: Boolean? = null,     isSystemDefined: Boolean? = null,     name: String? = null,     position: Int? = null)

Properties

Link copied to clipboard
val codeName: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val isCashPayment: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val position: Int? = null