SchedulePaymentVendorSplitDto¶
Example Json Object
1{
2 "vendorId": 0,
3 "amount": 0,
4 "percentage": "string"
5}
📄 Description: Data transfer object representing the allocation of payment responsibilities among vendors for lease-related financial obligations within the Nakisa Lease Accounting Suite, facilitating accurate accounting entries and contract management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
vendorId |
integer(int64) |
false |
none |
Unique identifier for the vendor |
amount |
integer(int64) |
false |
none |
Amount value |
percentage |
string |
false |
none |
Percentage value |