RefundResultSubscription
RefundResultSubscription is a handler to a refund which is "in progress". It allows for subscribing to the final result of that refund.
Types
Link copied to clipboard
Listener for refund result.
Link copied to clipboard
Enum representing the final result of the refund.
Link copied to clipboard
data class ResultDetails(val gatewayRefundId: GatewayRefundId?, val result: RefundResultSubscription.Result, val debugErrorMessage: String? = null)
Details about the refund result.
Functions
Link copied to clipboard
abstract fun subscribe(@ObjCName(name = "refundListener") listener: RefundResultSubscription.RefundResultListener)
Subscribes to refund result.