PaymentData

data class PaymentData(val paymentId: String?, val status: PaymentStatusData?, val institutionData: InstitutionData?) : Parcelable

Payment information

Parameters

paymentId

String id of payment

status

PaymentStatusData last known status of payment

institutionData

InstitutionData institution used for payment

Constructors

Link copied to clipboard
constructor(paymentId: String?, status: PaymentStatusData?, institutionData: InstitutionData?)

Properties

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)