Esempio n. 1
0
 /**
  * @since 1.5.0.2
  * @return PrestaShopCollection Collection of Order payment
  */
 public function getOrderPaymentCollection()
 {
     return OrderPayment::getByInvoiceId($this->id);
 }