TransactionDetailData

@Serializable
data class TransactionDetailData(val noteData: NoteData? = null, val paymentDetails: PaymentDetailData? = null, val transactionId: Long? = null, val transactionType: TransactionTypeEnumData? = null)

Parameters

noteData
paymentDetails
transactionId
transactionType

Constructors

Link copied to clipboard
constructor(noteData: NoteData? = null, paymentDetails: PaymentDetailData? = null, transactionId: Long? = null, transactionType: TransactionTypeEnumData? = null)

Properties

Link copied to clipboard
val noteData: NoteData? = null
Link copied to clipboard
Link copied to clipboard
val transactionId: Long? = null
Link copied to clipboard