OpenPayCompletionRequest

The JSON request structure of the OpenPay Completions endpoint.

interface OpenPayCompletionRequest : 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
completions
Link copied to clipboard

List of completions

abstract val completions: List<OpenPayCompletion>
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