You are here

public static property IntegrationChargeRequest::$getters in Commerce Square Connect 8

File

src/IntegrationChargeRequest.php, line 71

Class

IntegrationChargeRequest
Adds integration_id support to the ChargeRequest API object.

Namespace

Drupal\commerce_square

Code

public static $getters = [
  'idempotency_key' => 'getIdempotencyKey',
  'amount_money' => 'getAmountMoney',
  'card_nonce' => 'getCardNonce',
  'customer_card_id' => 'getCustomerCardId',
  'delay_capture' => 'getDelayCapture',
  'reference_id' => 'getReferenceId',
  'note' => 'getNote',
  'customer_id' => 'getCustomerId',
  'billing_address' => 'getBillingAddress',
  'shipping_address' => 'getShippingAddress',
  'buyer_email_address' => 'getBuyerEmailAddress',
  'order_id' => 'getOrderId',
  'additional_recipients' => 'getAdditionalRecipients',
  'verification_token' => 'getVerificationToken',
  // Override addition.
  'integration_id' => 'getIntegrationId',
];