vnorder / com.venuenext.vnorder.orders.model.qrcoderesponses / TotalsWithPaymentType

TotalsWithPaymentType

data class TotalsWithPaymentType

Constructors

<init>

TotalsWithPaymentType(taxAmountInCents: Int, totalAmountInCents: Int, paymentType: String?)

Properties

paymentType

val paymentType: String?

taxAmountInCents

val taxAmountInCents: Int

totalAmountInCents

val totalAmountInCents: Int