I'm trying do add outgoing payment \ outgoing payment draft, and update the AccountCode and add Invoice on SAP B1 10 at the DI.
di.Documdents diOutPayment= SapConnector.DiCompany.GetBusinessObject(di.BoObjectTypes.oVendorPayments) as di.Documents;
There is this method on but there is no possibility to do set
Payments Object
public class PaymentsClass : IPayments, Payments
...
public virtual Payments_Invoices Invoices
{
get;
}