apidocs / com.srv4pos.server.api.sale / PaymentTypeStatsInfo

PaymentTypeStatsInfo

class PaymentTypeStatsInfo

Constructors

<init>

PaymentTypeStatsInfo(paymentType: PaymentType, brutto: Long, vatSum: Long)
PaymentTypeStatsInfo()

Properties

brutto

var brutto: Long

paymentType

lateinit var paymentType: PaymentType

vatSum

var vatSum: Long