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

com.unzer.payment.Message Maven / Gradle / Ivy

package com.unzer.payment;

public interface Message {
    String getCode();

    String getCustomer();

    String getMerchant();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy