recurly / recurly-client-dotnet

A .NET API wrapper for Recurly.
https://developers.recurly.com
MIT License
86 stars 80 forks source link

[V2] Add RevRec Performance Obligations Feature #816

Closed Smolations closed 9 months ago

Smolations commented 9 months ago
  1. Refactors Settings and Client to allow them to be more configurable in a testing environment.
  2. Creates the PerformanceObligation and PerformanceObligationList entities for the V2 client, core entities concerning the new (and upcoming) RevRec API features.

Examples

These Performance Obligations (i.e. POBs) cannot be created/edited from the client/API. However, there are avenues for this functionality (contact Recurly Customer Service for more information).

// getting:
var pob = PerformanceObligations.Get(id);

// listing:
var pobs = PerformanceObligations.List();
8eth commented 9 months ago

DevQA +1