PaymentCreateResponse

Types

Link copied to clipboard
class Builder

A builder for PaymentCreateResponse.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of balance.

Link copied to clipboard

Returns the raw JSON value of category.

Link copied to clipboard

Returns the raw JSON value of created.

Link copied to clipboard

Returns the raw JSON value of currency.

Link copied to clipboard

Returns the raw JSON value of descriptor.

Link copied to clipboard

Returns the raw JSON value of direction.

Link copied to clipboard

Returns the raw JSON value of events.

Link copied to clipboard

Returns the raw JSON value of expectedReleaseDate.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of financialAccountToken.

Link copied to clipboard

Returns the raw JSON value of method.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of pendingAmount.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of result.

Link copied to clipboard

Returns the raw JSON value of settledAmount.

Link copied to clipboard

Returns the raw JSON value of source.

Link copied to clipboard

Returns the raw JSON value of status.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Returns the raw JSON value of type.

Link copied to clipboard

Returns the raw JSON value of updated.

Link copied to clipboard

Returns the raw JSON value of userDefinedId.

Link copied to clipboard

Balance

Link copied to clipboard

Payment category

Link copied to clipboard

Date and time when the payment first occurred. UTC time zone.

Link copied to clipboard

3-character alphabetic ISO 4217 code for the settling currency of the payment.

Link copied to clipboard

A string that provides a description of the payment; may be useful to display to users.

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

A list of all payment events that have modified this payment.

Link copied to clipboard

Date when the financial transaction expected to be released after settlement

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Pending amount of the payment in the currency's smallest unit (e.g., cents). The value of this field will go to zero over time once the payment is settled.

Link copied to clipboard

Account tokens related to a payment transaction

Link copied to clipboard

APPROVED payments were successful while DECLINED payments were declined by Lithic or returned.

Link copied to clipboard

Amount of the payment that has been settled in the currency's smallest unit (e.g., cents).

Link copied to clipboard
Link copied to clipboard

Status types:

Link copied to clipboard
Link copied to clipboard
fun token(): String

Globally unique identifier.

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

Payment type indicating the specific ACH message or Fedwire transfer type

Link copied to clipboard

Date and time when the financial transaction was last updated. UTC time zone.

Link copied to clipboard
Link copied to clipboard