ResultDetails
data class ResultDetails(val gatewayRefundId: GatewayRefundId?, val result: RefundResultSubscription.Result, val debugErrorMessage: String? = null)
Details about the refund result.
Parameters
gatewayRefundId
The id of the newly created refund.
result
The final result of the refund.
debugErrorMessage
useful for logging and reporting issues with Teya.
Constructors
Link copied to clipboard
constructor(gatewayRefundId: GatewayRefundId?, result: RefundResultSubscription.Result, debugErrorMessage: String? = null)