
com.commercetools.payment.model.PaymentCreationRequestStatus 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.model;
/**
* Created by mgatz on 7/18/16.
*/
public interface PaymentCreationRequestStatus {
// TODO create fields for request status information#
// like: success = true / false, error = any message, isassync = true / false, optional created payment object
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy