feat: adds endpoints 'client contacts' and 'contacts' and integration tests for all existing endpoints.
This commit is contained in:
9
src/ClientContacts/Models/GetClientContactsResponse.cs
Normal file
9
src/ClientContacts/Models/GetClientContactsResponse.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Novaloop.PaymoApi.ClientContacts.Models
|
||||
{
|
||||
public class GetClientContactsResponse
|
||||
{
|
||||
public IEnumerable<PaymoClientContact> ClientContacts { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user