I want to add the "Code" to my request so that I can search on it in the dashboard.
var clientInfo = new Upv1capturecontextsDataClientReferenceInformation(
Code: "1"
);
I cannot find a way to add this to the request. The definition of the capture mandate does not have that in the signature.
These are the ones in the demo code. I think if my "code" is not included in this call, it won't store it with the request.
var captureMandate = new Upv1capturecontextsCaptureMandate(
BillingType: captureMandateBillingType,
RequestEmail: captureMandateRequestEmail,
RequestPhone: captureMandateRequestPhone,
RequestShipping: captureMandateRequestShipping,
ShipToCountries: captureMandateShipToCountries,
ShowAcceptedNetworkIcons: captureMandateShowAcceptedNetworkIcons
);
Any ideas?