Appearance
@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?
optionaldestination?:WalletCompletedAddress
Defined in: src/types/cash-app.types.ts:110
fees
fees:
WalletCompletedFee[]
Defined in: src/types/cash-app.types.ts:112
from?
optionalfrom?: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?
optionalsessionId?:string
Defined in: src/types/cash-app.types.ts:113
to?
optionalto?:WalletCompletedAddress
Defined in: src/types/cash-app.types.ts:109
transaction?
optionaltransaction?:WalletCompletedTransactionRef
Defined in: src/types/cash-app.types.ts:111