聚合收款码点位(聚合收款码点位怎么设置)
private String shopAgentQrCode;//店铺代理下级收款码
private String agentName; //代理商名字
private String imei; //最新的IMEI号(使用的是该设备最新的一条EEPOP_DEVICE表中记录)
private Integer isShowUpperQrcode = 0 ;//1 显示 其他显示上级二维
public Long getShopId() {
return shopId;
}
public void setShopId(Long shopId) {
this.shopId = shopId;
}
public Long getUserid() {return userid;}
public void setUserid(Long userid) {this.userid = userid;}
聚合收款码点位怎么设置?
聚合收款码点位的设置与其他收款方式一样,只需要在商户后台登录,进行相关资料填写即可。
聚合收款码点位设置///
/// 更新聚合收款码点位设置
///
public static readonly string Update_AdminAggregatePaySet = "Update_AdminAggregatePaySet";
#endregion 更新聚合收款码点位设置
#region 获取商户交易相关信息
///
/// 获取商户交易相关信息
///
public static readonly string Get_MerchantTransactionsStatistics = "Get_MerchantTransactionsStatistics";
#endregion 获取商户交易相关信息
}
}