Type alias WalletTransaction
Wallet
Transaction
: { amount
: number; balance
: number; carrier
: Pick<SE.Carrier, "carrierId" | "carrierCode" | "friendlyName">; labelId
: string; transactionDate
: string; transactionId
: string; transactionType
: SE.WalletTransactionType; }
Type declaration
-
amount: number
-
balance: number
-
carrier: Pick<SE.Carrier, "carrierId" | "carrierCode" | "friendlyName">
-
labelId: string
-
transactionDate: string
-
transactionId: string
-