You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > CurrencyParams

CurrencyParams type

Signature:

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