OpenPayRefundRequest

The JSON request structure of the Openpay Refunds endpoint.

interface OpenPayRefundRequest : Serializable

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

clientReference
Link copied to clipboard

A merchant application specific reference number.

This number should uniquely identify the transaction in the merchant’s system.

abstract val clientReference: String
merchantTransactedAt
Link copied to clipboard

The merchants transaction date and time. The timestamp format is ISO8601.

abstract val merchantTransactedAt: String?
orderNumber
Link copied to clipboard

The merchant order number of the transaction.

abstract val orderNumber: String?
refunds
Link copied to clipboard

List of refunds

abstract val refunds: List<OpenPayRefund>
storeData
Link copied to clipboard
abstract val storeData: StoreData?