Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

QuoteMetadata

Updated name, description or expiry date of the quote QuoteMetadata

export interface QuoteMetadata {
	'description'?: string;
	'expirationTime': string;
	'name': string;
}

Properties

NameRequiredTypeDescription
descriptionOptionalstringDescription of the quote. {string} QuoteMetadata
expirationTimeRequiredstringExpiration time of the quote. {string} QuoteMetadata
nameRequiredstringName of the quote. {string} QuoteMetadata

On this page