com.safecharge.request.SafechargeOrderRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of safecharge-sdk-java Show documentation
Show all versions of safecharge-sdk-java Show documentation
SafeCharge’s REST API SDK for Java provides developer tools for accessing Safecharge's REST API. SafeCharge’s REST API is a simple,
easy to use, secure and stateless API, which enables online merchants and service providers to process consumer payments through SafeCharge’s
payment gateway. The API supports merchants of all levels of PCI certification, from their online and mobile merchant applications, and is
compatible with a large variety of payment options, i.e. payment cards, alternative payment methods, etc.
package com.safecharge.request;
/**
* Copyright (C) 2007-2017 SafeCharge International Group Limited.
*
* Interface that all request working with order must implement, except for the request(s) that create an order.
*
* The reason is that merchant order id is required param to work with an already created order.
*
* @author Nikola Dichev
* @since 2/22/2017
*/
public interface SafechargeOrderRequest {
/**
* MerchantOrderID to be used as input parameter in update request and payment requests.
*
* @param orderId the order id received as response to order creation request
*/
void setOrderId(String orderId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy