The documentation for the Send Consumption Information endpoint says the following:
The ConsumptionRequest response body requires that you set the appAccountToken value to a valid value of either a UUID or an empty string.
However, in the implementation of this library the appAccountToken is defined as an UUID object which cannot be serialized to an emptry string as it is not a valid UUID. This makes it impossible to use the model and send a ConsumptionRequest if we do not have an appAccountToken which is a valid case.
The documentation for the Send Consumption Information endpoint says the following:
However, in the implementation of this library the appAccountToken is defined as an UUID object which cannot be serialized to an emptry string as it is not a valid UUID. This makes it impossible to use the model and send a ConsumptionRequest if we do not have an appAccountToken which is a valid case.