WalletTransaction: {
    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
  • transactionType: SE.WalletTransactionType

Generated using TypeDoc