TransferCreateParams

Deprecated

deprecated

Transfer funds between two financial accounts or between a financial account and card

Types

Link copied to clipboard
class Body
Link copied to clipboard
class Builder

A builder for TransferCreateParams.

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

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

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

Returns the raw JSON value of to.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard
fun amount(): Long

Amount to be transferred in the currency’s smallest unit (e.g., cents for USD). This should always be a positive value.

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

Globally unique identifier for the financial account or card that will send the funds. Accepted type dependent on the program's use case.

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

Optional descriptor for the transfer.

Link copied to clipboard
fun to(): String

Globally unique identifier for the financial account or card that will receive the funds. Accepted type dependent on the program's use case.

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

Customer-provided token that will serve as an idempotency token. This token will become the transaction token.

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