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