Change Invoice Collection Method Event Data
Example schema for an change_invoice_collection_method
event
Name | Description |
---|---|
from_collection_method REQUIRED | String The previous collection method of the invoice. |
to_collection_method REQUIRED | String The new collection method of the invoice. |
{
"from_collection_method": "from_collection_method4",
"to_collection_method": "to_collection_method2"
}