You are here

public function IntegrationChargeRequest::getIntegrationId in Commerce Square Connect 7

Get the integration ID.

Return value

string The integration ID.

File

includes/IntegrationChargeRequest.php, line 111

Class

IntegrationChargeRequest
Adds integration_id support to the ChargeRequest API object.

Code

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