import { UNNextRepaymentComponentProps } from './UNNextRepaymentComponent';
export const getNextRepaymentParams = (props: UNNextRepaymentComponentProps) => {
return `
customer-token="${props.customerToken}"
account-id="${props.accountId}"
hide-title="${props.hideTitle || false}"
`;
};