LeaveSupplierProcessDataInterface
Represents data associated with a LeaveSupplier journey.
i.e. concrete implementation of AbstractLeaveSupplierProcessData.
Implemented by
Fields
The future billing address for the customers account.
The market data associated with the process.
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
{
"futureBillingAddress": RichAddressType,
"marketData": LeaveSupplierMarketOutputType,
"requestedAt": "1984-09-10T16:10:29.656430+00:00",
"requestedSupplyEndDate": "1981-06-19",
"waiveExitFee": true
}