public void PopulateResponse(ILeasePakReportRowResponse response) { response.SetDateReceived(GetDateReceived()); response.SetEffectiveDate(GetEffectiveDate()); response.SetLeasePakOperatorInitials(GetLeasePakOperatorInitials()); response.SetPaymentType(GetPaymentType()); response.SetAmountReversed(GetAmountReversed()); response.SetPaymentDueDate(GetPaymentDueDate()); }
public void PopulateResponse(ILeasePakReportRowResponse response) { response.SetInvoiceNumber(GetInvoiceNumber()); response.SetCorporateCostCenter(GetCorporateCostCenter()); }