PaymentsListDefaultFilters

class PaymentsListDefaultFilters(val amount: PaymentsProps.AmountFilter? = null, val date: PaymentsProps.DateFilter? = null, val status: List<PaymentsProps.Status>? = null, val paymentMethod: PaymentsProps.PaymentMethod? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(amount: PaymentsProps.AmountFilter? = null, date: PaymentsProps.DateFilter? = null, status: List<PaymentsProps.Status>? = null, paymentMethod: PaymentsProps.PaymentMethod? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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