Change Invoice Collection Method Event Data

API Docs by APIMATIC
Advanced Billing APIModelsStructures

Change Invoice Collection Method Event Data
#

Example schema for an change_invoice_collection_method event

NameDescription
from_collection_method
REQUIRED
String

The previous collection method of the invoice.

to_collection_method
REQUIRED
String

The new collection method of the invoice.

  • HTTP
  • Java
  • .NET
  • PHP
  • Python
  • Ruby
  • TypeScript
  • Go
{
  "from_collection_method": "from_collection_method4",
  "to_collection_method": "to_collection_method2"
}