RefundResult

data class RefundResult(val result: String?, val referenceId: String?, val paymentId: String?, val refundId: String?, val amount: String?, val message: String?)

Result of a refund operation.

Constructors

Link copied to clipboard
constructor(result: String?, referenceId: String?, paymentId: String?, refundId: String?, amount: String?, message: String?)

Properties

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