All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.safecharge.response.GetUserUPOsResponse Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.7.11
Show newest version
package com.safecharge.response;

import java.util.ArrayList;
import java.util.List;

import com.safecharge.model.CashierPaymentMethodDetails;

/**
 * Copyright (C) 2007-2017 SafeCharge International Group Limited.
 * 

* Request to add Credit/Debit card User Payment Option(UPO) to a User. *

* This goal of this request is to add a credit card UPO for a specific user according to their User Token ID. * Once a credit card UPO is added to the user’s list of UPOs, the credit card is displayed in the payment page. * * @author Bozhidar Shumanov * @since 3/21/2017 */ public class GetUserUPOsResponse extends SafechargeResponse { private final List paymentMethods = new ArrayList(); public List getPaymentMethods() { return paymentMethods; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy