You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rbsv1plansOrderInformationAmountDetails ctor must have the "Currency" and "BillingAmount" parameter passed in or it throws the exception. DTO's should allow empty ctors and not contain logic that creates side effects.
This is especially true when the DTO can accept any Currency and any BillingAmount through property assignment and the ctor sets the Currency and BillingAmount as optional?!?