PaymentsData

data class PaymentsData(val electronic: Double, val cash: Double, val consideration: Double, val prepay: Double, val postpay: Double) : Parcelable

Data class representing the payments data.

Constructors

Link copied to clipboard
constructor(electronic: Double, cash: Double, consideration: Double, prepay: Double, postpay: Double)

Properties

Link copied to clipboard

The total amount of the cash type payment.

Link copied to clipboard

The total amount of the consideration type payment.

Link copied to clipboard

The total amount of the electronic type payment.

Link copied to clipboard

The total amount of the postpay type payment.

Link copied to clipboard

The total amount of the prepay type payment.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)