Skip to content

@swapped/connect-sdk / core / CashAppCompletedTransactionSummary

Type Alias: CashAppCompletedTransactionSummary

CashAppCompletedTransactionSummary = object

Defined in: src/types/cash-app.types.ts:103

Display-ready summary of a completed Cash App onramp.

Always two legs: fiat in (send) and crypto out (receive).

Properties

destination?

optional destination?: WalletCompletedAddress

Defined in: src/types/cash-app.types.ts:110


fees

fees: WalletCompletedFee[]

Defined in: src/types/cash-app.types.ts:112


from?

optional from?: string

Defined in: src/types/cash-app.types.ts:108

Source label when no sender address is available (e.g. "Cash App").


provider

provider: CashApp

Defined in: src/types/cash-app.types.ts:104


receive

receive: CashAppCompletedAmount

Defined in: src/types/cash-app.types.ts:106


send

send: CashAppCompletedAmount

Defined in: src/types/cash-app.types.ts:105


sessionId?

optional sessionId?: string

Defined in: src/types/cash-app.types.ts:113


to?

optional to?: WalletCompletedAddress

Defined in: src/types/cash-app.types.ts:109


transaction?

optional transaction?: WalletCompletedTransactionRef

Defined in: src/types/cash-app.types.ts:111