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
| Name | Required | Type | Description |
|---|---|---|---|
key | Required | string | Name of the field from API. |
value | Required | string | Value of the field from API. |