You are here

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

File

includes/IntegrationChargeRequest.php, line 69

Class

IntegrationChargeRequest
Adds integration_id support to the ChargeRequest API object.

Code

public static $getters = array(
  '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',
);