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
IsNullable=true is not valid here because PaymentMethodsTypeEnum is not nullable.
The XmlSerializer constructor throws the following exception.
InvalidOperationException: IsNullable may not be 'true' for value type AnetApi.Xml.V1.PaymentMethodsTypeEnum. Please consider using Nullable<AnetApi.Xml.V1.PaymentMethodsTypeEnum> instead.