Function Hook_payment_gateway_ccbill->get_account_id

Definitions

sources/hooks/systems/payment_gateway/ccbill.php

  • Get the CCBill account ID.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The answer
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the CCBill account ID.
 *
 * @return string The answer
 */

protected function get_account_id() : string