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

PaymentEntry

An object containing payment details.

export interface PaymentEntry {
	key: string;
	value: string;
}

Properties

NameRequiredTypeDescription
keyRequiredstringName of the field from API.
valueRequiredstringValue of the field from API.

On this page