Newer Version Available

This content describes an older version of this product. View Latest

IntegrationStatus Class

Supports synchronous execution of Apex integrations for Lightning B2B Commerce. The implementation must return the status of the execution.

Namespace

sfdc_checkout

Usage

You must specify the sfdc_checkout namespace when creating an instance of this class.

IntegrationStatus Properties

The following are properties for IntegrationStatus.

status

Indicates the status of the integration process and whether or not it completed successfully.

Signature

public sfdc_checkout.IntegrationStatus.Status status {get; set;}