public Recurring(Client client) : base(client)
 {
     _listRecurringDetails = new ListRecurringDetails(this);
     _disable = new Disable(this);
 }
Exemple #2
0
 public Recurring(Client client) : base(client)
 {
     _listRecurringDetails = new ListRecurringDetails(this);
     _disable       = new Disable(this);
     _notifyShopper = new NotifyShopper(this);
 }