transactionUploadFraction property

double? transactionUploadFraction
getter/setter pair

This is the ratio of sales being uploaded compared to the overall sales that can be associated with a customer.

Required. The fraction needs to be between 0 and 1 (excluding 0). For example, if you upload half the sales that you are able to associate with a customer, this would be 0.5.

Implementation

core.double? transactionUploadFraction;