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
Trying to update and disable excludeFromAccountUpdater in MANY paymentProfiles.
I'm getting csharp error:
Error CS0117 'customerPaymentProfileExType' does not contain a definition for 'excludeFromAccountUpdater'
I'm running the latest level of sdk-dotnet and inspection of the objects confirms that 'excludeFromAccountUpdater' is NOT defined in updateCustomerPaymentProfileRequest or any of its members:
` public class updateCustomerPaymentProfileRequest : ANetApiRequest
{
public string customerProfileId;
public customerPaymentProfileExType paymentProfile;
public validationModeEnum validationMode;
[XmlIgnore]
public bool validationModeSpecified;
}
`
Any help here greatly appreciated, really need to turn off AccountUpdater (specific subset)
The text was updated successfully, but these errors were encountered:
Trying to update and disable excludeFromAccountUpdater in MANY paymentProfiles.
I'm getting csharp error:
Error CS0117 'customerPaymentProfileExType' does not contain a definition for 'excludeFromAccountUpdater'
I'm running the latest level of sdk-dotnet and inspection of the objects confirms that 'excludeFromAccountUpdater' is NOT defined in updateCustomerPaymentProfileRequest or any of its members:
` public class updateCustomerPaymentProfileRequest : ANetApiRequest
{
public string customerProfileId;
`
Any help here greatly appreciated, really need to turn off AccountUpdater (specific subset)
The text was updated successfully, but these errors were encountered: