PaymentsProps

Constructors

Link copied to clipboard
constructor(defaultFilters: PaymentsProps.PaymentsListDefaultFilters? = null)

Types

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

Functions

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