Ejemplo n.º 1
0
 public static List <DisbursementRefund> RefundAll(long advancedPaymentId, RequestOptions requestOptions)
 {
     return(DisbursementRefund.CreateAll(advancedPaymentId, requestOptions));
 }