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