
com.commercetools.payment.model.PaymentCreationResult 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;
import com.commercetools.payment.actions.HandlingTask;
/**
* Provides all information a payment create operation creates for the calling shop system.
* Created by mgatz on 7/20/16.
*/
public interface PaymentCreationResult extends PaymentOperationResult {
/**
* Get the task that describes what actions the shop should do next.
* @return the task description object
*/
HandlingTask getHandlingTask();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy