MerchantsDtoMerchantsInner
data class MerchantsDtoMerchantsInner(merchantID: String, name: String, documentCateogry: String?)
Content copied to clipboard
Parameters
merchantID
@param name * @param documentCateogry
Constructors
MerchantsDtoMerchantsInner
Link copied to clipboard
fun MerchantsDtoMerchantsInner(merchantID: String, name: String, documentCateogry: String? = null)
Content copied to clipboard
@param name * @param documentCateogry
Properties
documentCateogry
Link copied to clipboard
@SerializedName(value = documentCateogry)
Content copied to clipboard
merchantID
Link copied to clipboard