mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 22:54:05 -08:00
10 lines
201 B
TypeScript
10 lines
201 B
TypeScript
|
export const paymentAdditionalFieldsOptions = [
|
||
|
{
|
||
|
displayName: 'Transaction Date',
|
||
|
name: 'TxnDate',
|
||
|
description: 'Date when the transaction occurred.',
|
||
|
type: 'dateTime',
|
||
|
default: '',
|
||
|
},
|
||
|
];
|