GetPaymentTypeData

@Serializable
data class GetPaymentTypeData(val id: Long? = null, val isSystemDefined: Boolean? = null, val name: String? = null)

Parameters

id
isSystemDefined
name

Constructors

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

Properties

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