Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updateCustomerPaymentProfileRequest() in sdk-dotnet does NOT contain excludeFromAccountUpdater #299

Open
toddtsic opened this issue Jun 18, 2023 · 0 comments

Comments

@toddtsic
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant