LeaveSupplierProcessData
Represents data associated with a Leave Supplier process.
Fields
Detailed reason for leaving the supplier.
The address where final payment bill is sent.
The future billing address for the customers account.
The market data associated with the process.
Additional market-agnostic parameters for the leave supplier process.
Reason for leaving the supplier.
The time at which the process was initiated.
The requested supply end date.
Whether the exit fee is to be waived.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"detailedReason": "MOVING",
"finalBillPayerAddress": RichAddressType,
"futureBillingAddress": RichAddressType,
"marketData": LeaveSupplierMarketOutputType,
"params": {"key": "value"},
"reason": "CONSUMER_REQUEST",
"requestedAt": "1994-09-20T02:31:00.370359+00:00",
"requestedSupplyEndDate": "2014-05-23",
"waiveExitFee": true
}