Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Adding newAmount and amountModificationDate in Recurring for UpdatePa…
Browse files Browse the repository at this point in the history
…ymentRecord and UpdateBillingRecord

Fixes #38
  • Loading branch information
CharlelieBouvier committed Jan 2, 2019
1 parent 998310d commit db13ccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Payline/Recurring.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ class Recurring
public $startDate;

public $endDate;

public $newAmount;

public $amountModificationDate;
}

0 comments on commit db13ccd

Please sign in to comment.