Builder

class Builder

A builder for TransferCreateParams.

Functions

Link copied to clipboard
Link copied to clipboard

Sets Builder.amount to an arbitrary JSON value.

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

Sets the entire request body.

Link copied to clipboard

Returns an immutable instance of TransferCreateParams.

Link copied to clipboard

Sets Builder.from to an arbitrary JSON value.

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

Sets Builder.memo to an arbitrary JSON value.

Optional descriptor for the transfer.

Link copied to clipboard

Sets Builder.to to an arbitrary JSON value.

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

Sets Builder.token to an arbitrary JSON value.

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