Example #1
0
 /**
  * Gets Bf_CreditNotes for this Bf_Account.
  * @return Bf_CreditNote[]
  */
 public function getCreditNotes($options = NULL, $customClient = NULL)
 {
     return Bf_CreditNote::getForAccount($this->id, $options, $customClient);
 }