TransactionSimulateReturnParams

Returns, or refunds, an amount back to a card. Returns simulated via this endpoint clear immediately, without prior authorization, and result in a SETTLED transaction status.

Types

Link copied to clipboard
class Body
Link copied to clipboard
Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Additional headers to send with the request.

Link copied to clipboard

Additional query param to send with the request.

Link copied to clipboard

Returns the raw JSON value of amount.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of descriptor.

Link copied to clipboard
open override fun _headers(): Headers

The full set of headers in the parameters, including both fixed and additional headers.

Link copied to clipboard

Returns the raw JSON value of pan.

Link copied to clipboard
open override fun _queryParams(): QueryParams

The full set of query params in the parameters, including both fixed and additional query params.

Link copied to clipboard
fun amount(): Long

Amount (in cents) to authorize.

Link copied to clipboard

Merchant descriptor.

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

Sixteen digit card number.

Link copied to clipboard
open override fun toString(): String