PaymentResult

data class PaymentResult(var merchantRequestID: String, var checkoutRequestID: String, var responseCode: String, var responseDescription: String, var customerMessage: String)

Data class for Payment MomoResponse.

Constructors

Link copied to clipboard
constructor(merchantRequestID: String, checkoutRequestID: String, responseCode: String, responseDescription: String, customerMessage: String)

Properties

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