Alokai

BalanceCheckParams

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

Referenced Types

On this page