Example #1
0
 public function setSupportedBillingType($supported_billing_type)
 {
     $this->supportedBillingType = BillingType::get($supported_billing_type);
 }
Example #2
0
 public function setBillingType($type)
 {
     $this->billingType = BillingType::get($type);
 }