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