Releases: recurly/recurly-client-dotnet
Releases · recurly/recurly-client-dotnet
1.2.5 (stable)
- added; multiple redemption support
GetRedemptions
forInvoice
#105 - added; description readers to
Coupon
ReadXml #111 - added;
PreviewChange
method forSubscription
#116 - added;
Update()
andRestore()
paths toCoupon
#109 - added; Bulk and Unique Coupons support #108
- added; Coupon default to SingleCode #120
Please use 1.2.6 as this build is missing some compiled code needed for operation. https://github.com/recurly/recurly-client-net/releases/tag/1.2.6
1.2.2 (stable)
- added; bulk param to Postpone call on Subscription
- fixed; no content returning from the server will no longer throw "Root element is missing"
- added; TaxRegion to Invoice
- added; ProductCode to Adjustment
- added; ability to specify either credit or transaction priority on refunds
- added; ability to give a Transaction a Description
- added; TaxExempt, TaxCode, AccountingCode to Transaction
1.2.1 (stable)
- added;
BankAccountAuthorizedAt
toSubscription
- added;
IpAddress
toTransaction
1.2.0 (stable)
- added; bank account fields to
BillingInfo
AccountType
(Checking
orSavings
)RoutingNumber
AccountNumber
LastFour
NameOnAccount
- added;
invoice.InvoiceNumberPrefix
andinvoice.InvoiceNumberWithPrefix()
- added;
transaction.GetInvoice()
- added;
invoice.GetOriginalInvoice()
- added;
TaxType
,TaxRate
,TaxRegion
on Adjustment
1.1.9 (stable)
- fixed; nil VatLocationValid on Account would throw a parse error
- added;
subscription.UpdateNotes
will update the subscription's notes - added;
subscription.CustomerNotes
,subscription.TermsAndConditions
,subscription.VatReverseChargeNotes
- added;
invoice.CustomerNotes
,invoice.TermsAndConditions
,invoice.VatReverseChargeNotes
1.1.8 (stable)
- added; invoice address on previews
- added; invoice.OriginalInvoiceNumber
- added; VatLocationValid to Account
- fixed; clearing subscription addons from subscription
- added; Open Amount Refunds to Invoice
1.1.7 (stable)
- added; invoice previews
- added; subscription address on previews
1.1.6 (stable)
- added; amazon and paypal billing agreement id support
- added; entity use code on accounts
1.1.5 (stable)
fixed; keep add on unit amount when adding to a subscription
1.1.4 Stable
- updated; make the List.Clear() and List.RemoveAt() methods public