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

com.brightcove.castlabs.client.response.AddSubMerchantAccountResponse Maven / Gradle / Ivy

package com.brightcove.castlabs.client.response;

public class AddSubMerchantAccountResponse {

    private String subMerchantUuid;

    public String getSubMerchantUuid() {
        return subMerchantUuid;
    }

    public void setSubMerchantUuid(String subMerchantUuid) {
        this.subMerchantUuid = subMerchantUuid;
    }

    @Override
    public String toString() {
        return "AddSubMerchantAccountResponse{" +
                "subMerchantUuid='" + subMerchantUuid + '\'' +
                '}';
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy