ChequeDTO

data class ChequeDTO(var data: List<FiscalNode>, var payments: PaymentsData, var copiesNumber: Int, var settlementSign: Int?, var taxationSystem: Int?)

Constructors

Link copied to clipboard
constructor(data: List<FiscalNode>, payments: PaymentsData, copiesNumber: Int, settlementSign: Int?, taxationSystem: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard