data class TotalsWithPaymentType
<init> |
TotalsWithPaymentType(taxAmountInCents: Int, totalAmountInCents: Int, paymentType: String?) |
paymentType |
val paymentType: String? |
taxAmountInCents |
val taxAmountInCents: Int |
totalAmountInCents |
val totalAmountInCents: Int |