
com.commercetools.payment.actions.OperationResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
The commercetools java payment project intend is to make payment integration easy
The newest version!
package com.commercetools.payment.actions;
/**
* Possible result states for a CTP related payment action.
* Created by mgatz on 7/20/16.
*/
public enum OperationResult {
SUCCESS, FAILED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy