PaymentResult

data class PaymentResult : Parcelable

Payment result.

Properties

Link copied to clipboard
val data: String

Serialized payment data.

Link copied to clipboard
val success: Boolean

Whether the payment was successful or not.