com.univapay.sdk.models.response.merchant.MerchantWithConfiguration Maven / Gradle / Ivy
The newest version!
package com.univapay.sdk.models.response.merchant;
import com.google.gson.annotations.SerializedName;
public class MerchantWithConfiguration extends Merchant {
@SerializedName("configuration")
MerchantConfiguration configuration;
public MerchantConfiguration getConfiguration() {
return configuration;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy