SupporterRaw

@Serializable
data class SupporterRaw(val id: Int?, val name: String?, val date: String?, val amount: String?, val currency: String?, val type: String?, val message: String?)(source)

Carries SupporterRaw data through the SDAI network layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Int?, name: String?, date: String?, amount: String?, currency: String?, type: String?, message: String?)

Properties

Link copied to clipboard

Exposes the amount value used by the SDAI network layer.

Link copied to clipboard

Exposes the currency value used by the SDAI network layer.

Link copied to clipboard
val date: String?

Exposes the date value used by the SDAI network layer.

Link copied to clipboard
val id: Int?

Exposes the id value used by the SDAI network layer.

Link copied to clipboard

Exposes the message value used by the SDAI network layer.

Link copied to clipboard
val name: String?

Exposes the name value used by the SDAI network layer.

Link copied to clipboard
val type: String?

Exposes the type value used by the SDAI network layer.