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

io.lsn.spring.bluemedia.payment.domain.entity.configuration.ServiceConfiguration Maven / Gradle / Ivy

The newest version!
package io.lsn.spring.bluemedia.payment.domain.entity.configuration;

/**
 * created by tomaszw 18.12.2017 22:04
 */
public class ServiceConfiguration {

    private String serviceId;

    private String key;

    private String gateway;

    private String code;

    private String gatewayId;

    public String getServiceId() {
        return serviceId;
    }

    public void setServiceId(String serviceId) {
        this.serviceId = serviceId;
    }

    public String getKey() {
        return key;
    }

    public void setKey(String key) {
        this.key = key;
    }

    public String getGateway() {
        return gateway;
    }

    public void setGateway(String gateway) {
        this.gateway = gateway;
    }

    public String getCode() {
        return code;
    }

    public void setCode(String code) {
        this.code = code;
    }

    public String getGatewayId() {
        return gatewayId;
    }

    public void setGatewayId(String gatewayId) {
        this.gatewayId = gatewayId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy