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