export type BillingError = { code: string; customerMessage: string; transactionUuid: string; };