FiscalDataResponse

data class FiscalDataResponse(val settlementSign: Int?, val copies: Int?, val taxationSystem: Int?, val items: List<FiscalNode>?, val payments: PaymentsData?)

Constructors

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

Properties

Link copied to clipboard
val copies: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard