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

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

package com.safecharge.response;

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

* Response received from the SafeCharge's servers to the {@link com.safecharge.request.PaymentCCRequest}. * * @author Nikola Dichev * @see com.safecharge.request.PaymentCCRequest * @since 2/15/2017 */ public class PaymentCCResponse extends PaymentsCCResponse { @Override public String toString() { final StringBuilder sb = new StringBuilder("PaymentCCResponse{"); sb.append(super.toString()); sb.append('}'); return sb.toString(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy