NetworkTotalListResponse

Types

Link copied to clipboard
class Amounts
Link copied to clipboard
class Builder
Link copied to clipboard
object Companion
Link copied to clipboard
class Network : Enum

Card network where the transaction took place. AMEX, VISA, MASTERCARD, MAESTRO, or INTERLINK.

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of amounts.

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 cycle.

Link copied to clipboard

Returns the raw JSON value of institutionId.

Link copied to clipboard

Returns the raw JSON value of isComplete.

Link copied to clipboard

Returns the raw JSON value of network.

Link copied to clipboard

Returns the raw JSON value of reportDate.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of settlementService.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Returns the raw JSON value of updated.

Link copied to clipboard
Link copied to clipboard

RFC 3339 timestamp for when the record was created. UTC time zone.

Link copied to clipboard

3-character alphabetic ISO 4217 code.

Link copied to clipboard
fun cycle(): Long?

The clearing cycle that the network total record applies to. Mastercard only.

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

The institution that activity occurred on. For Mastercard: ICA (Interbank Card Association). For Maestro: institution ID. For Visa: lowest level SRE (Settlement Reporting Entity).

Link copied to clipboard

Indicates that all settlement records related to this Network Total are available in the details endpoint.

Link copied to clipboard
Link copied to clipboard

Card network where the transaction took place. AMEX, VISA, MASTERCARD, MAESTRO, or INTERLINK.

Link copied to clipboard

Date that the network total record applies to. YYYY-MM-DD format.

Link copied to clipboard

The institution responsible for settlement. For Mastercard: same as institution_id. For Maestro: billing ICA. For Visa: Funds Transfer SRE (FTSRE).

Link copied to clipboard

Settlement service.

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

Globally unique identifier.

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

RFC 3339 timestamp for when the record was last updated. UTC time zone.

Link copied to clipboard