BalanceCheckParams
export type BalanceCheckParams = {
paymentMethod: Record<string, string>;
paymentId: PaymentWithFields["id"];
};export type BalanceCheckParams = {
paymentMethod: Record<string, string>;
paymentId: PaymentWithFields["id"];
};