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