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