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

jp.gopay.sdk.models.response.gateway.GoPayGateway Maven / Gradle / Ivy

There is a newer version: 0.11.17
Show newest version
package jp.gopay.sdk.models.response.gateway;

import jp.gopay.sdk.models.response.GoPayResponse;
import jp.gopay.sdk.types.Gateway;

public class GoPayGateway extends GoPayResponse{

    private Gateway gateway;

    public Gateway getGateway() {
        return gateway;
    }

    public GoPayGateway(Gateway gateway) {
        this.gateway = gateway;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy