Record
periodic-payment
No description available.
record periodic-payment {
day-of-execution: option<string>,
end-date: option<string>,
execution-rule: option<execution-rule-enum>,
frequency: option<frequency-enum>,
start-date: string,
}Fields
| Name | Type | Description |
|---|---|---|
| day-of-execution | option<string> | |
| end-date | option<string> | |
| execution-rule | option<execution-rule-enum> | |
| frequency | option<frequency-enum> | |
| start-date | string |