Home > widget-integration > CurrencyParams

CurrencyParams type

Signature:

export type CurrencyParams = {
	return_all_currency_fields?: boolean;
	locale?: string;
	currency_rate?: string;
	currency?: string;
	country?: string;
};