/**
  * Get the Braintree API private key for the instance.
  *
  * @return string
  */
 public function getBraintreePrivateKey()
 {
     return $this->billable->getBraintreePrivateKey();
 }