DigitalPayPaymentRequest

The JSON request structure of the Payments endpoint

interface DigitalPayPaymentRequest : 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
extendedMerchantData
Link copied to clipboard

Extended merchant data

abstract val extendedMerchantData: List<ExtendedMerchantData>?
fraudPayload
Link copied to clipboard

Set to null to skip the cybersource fraud check.

abstract val fraudPayload: DigitalPayFraudPayload?
orderNumber
Link copied to clipboard

The merchant order number of the transaction.

abstract val orderNumber: String
payments
Link copied to clipboard

List of payments

abstract val payments: List<DigitalPayPayment>
shippingAddress
Link copied to clipboard

This object is only required if the payments request contains paypal instruments.

abstract val shippingAddress: DigitalPayAddress
storeData
Link copied to clipboard

Store data

abstract val storeData: DigitalPayStoreData?
transactionType
Link copied to clipboard

Transaction type containers to use for all instruments.

This object is only required if the payments request contains apple pay instruments.

abstract val transactionType: DigitalPayTransactionType