UNPKG

cecon-interfaces

Version:
10 lines (9 loc) 228 B
export interface IFirebankCallbackError { businessTransactionId: string | null; createdDate: string; endToEndId: string; pixKey: string | null; status: string; transactionId: string; value: number; }