コード例 #1
0
ファイル: Organization.php プロジェクト: nevetS/flame
 public function setSupportedBillingType($supported_billing_type)
 {
     $this->supportedBillingType = BillingType::get($supported_billing_type);
 }
コード例 #2
0
ファイル: Developer.php プロジェクト: nevetS/flame
 public function setBillingType($type)
 {
     $this->billingType = BillingType::get($type);
 }