You are here

public function IntegrationChargeRequest::getIntegrationId in Commerce Square Connect 8

Get the integration ID.

Return value

string The integration ID.

File

src/IntegrationChargeRequest.php, line 113

Class

IntegrationChargeRequest
Adds integration_id support to the ChargeRequest API object.

Namespace

Drupal\commerce_square

Code

public function getIntegrationId() {
  return $this->integration_id;
}