Statement

class Statement

Types

Link copied to clipboard
Link copied to clipboard
class AmountDue
Link copied to clipboard
class Builder

A builder for Statement.

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StatementType : Enum

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of amountDue.

Link copied to clipboard

Returns the raw JSON value of availableCredit.

Link copied to clipboard

Returns the raw JSON value of created.

Link copied to clipboard

Returns the raw JSON value of creditLimit.

Link copied to clipboard

Returns the raw JSON value of creditProductToken.

Link copied to clipboard

Returns the raw JSON value of daysInBillingCycle.

Link copied to clipboard

Returns the raw JSON value of endingBalance.

Link copied to clipboard

Returns the raw JSON value of financialAccountToken.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of nextPaymentDueDate.

Link copied to clipboard

Returns the raw JSON value of nextStatementEndDate.

Link copied to clipboard

Returns the raw JSON value of paymentDueDate.

Link copied to clipboard

Returns the raw JSON value of periodTotals.

Link copied to clipboard

Returns the raw JSON value of startingBalance.

Link copied to clipboard

Returns the raw JSON value of statementEndDate.

Link copied to clipboard

Returns the raw JSON value of statementStartDate.

Link copied to clipboard

Returns the raw JSON value of statementType.

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

Returns the raw JSON value of ytdTotals.

Link copied to clipboard
Link copied to clipboard

Amount of credit available to spend in cents

Link copied to clipboard

Timestamp of when the statement was created

Link copied to clipboard

This is the maximum credit balance extended by the lender in cents

Link copied to clipboard

Globally unique identifier for a credit product

Link copied to clipboard

Number of days in the billing cycle

Link copied to clipboard

Balance at the end of the billing period. For charge cards, this should be the same at the statement amount due in cents

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

Globally unique identifier for a financial account

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

Date when the next payment is due

Link copied to clipboard

Date when the next billing period will end

Link copied to clipboard

Date when the payment is due

Link copied to clipboard
Link copied to clipboard

Balance at the start of the billing period

Link copied to clipboard

Date when the billing period ended

Link copied to clipboard

Date when the billing period began

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

Globally unique identifier for a statement

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

Timestamp of when the statement was updated

Link copied to clipboard
Link copied to clipboard