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

com.safecharge.response.DccDetailsResponse 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
/*
 * Copyright (c) 2007-2020 SafeCharge International Group Limited.
 */

package com.safecharge.response;

public class DccDetailsResponse extends SafechargeResponse {

    private String rateValueWitMarkUp;

    private String markUpValue;

    private String amount;

    private String currency;

    private String originalAmount;

    private String originalCurrency;

    public String getRateValueWitMarkUp() {
        return rateValueWitMarkUp;
    }

    public void setRateValueWitMarkUp(String rateValueWitMarkUp) {
        this.rateValueWitMarkUp = rateValueWitMarkUp;
    }

    public String getMarkUpValue() {
        return markUpValue;
    }

    public void setMarkUpValue(String markUpValue) {
        this.markUpValue = markUpValue;
    }

    public String getAmount() {
        return amount;
    }

    public void setAmount(String amount) {
        this.amount = amount;
    }

    public String getCurrency() {
        return currency;
    }

    public void setCurrency(String currency) {
        this.currency = currency;
    }

    public String getOriginalAmount() {
        return originalAmount;
    }

    public void setOriginalAmount(String originalAmount) {
        this.originalAmount = originalAmount;
    }

    public String getOriginalCurrency() {
        return originalCurrency;
    }

    public void setOriginalCurrency(String originalCurrency) {
        this.originalCurrency = originalCurrency;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy