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

com.cleeng.api.domain.GetCustomerParams Maven / Gradle / Ivy

package com.cleeng.api.domain;

import java.io.Serializable;

public class GetCustomerParams implements Serializable {

    public String customerToken;

    public GetCustomerParams() {

    }

    public GetCustomerParams(String customerToken) {
        this.customerToken = customerToken;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy