类 NotifyOrder

java.lang.Object
com.walker.pay.wechat.v2.NotifyOrder

public class NotifyOrder extends Object
微信V2版本的订单结果通知对象定义。
作者:
时克英
  • 构造器详细资料

    • NotifyOrder

      public NotifyOrder()
  • 方法详细资料

    • getTotalMoney

      public long getTotalMoney()
    • setTotalMoney

      public void setTotalMoney(long totalMoney)
    • getOpenId

      public String getOpenId()
    • setOpenId

      public void setOpenId(String openId)
    • getDeviceInfo

      public String getDeviceInfo()
    • setDeviceInfo

      public void setDeviceInfo(String deviceInfo)
    • getAttach

      public String getAttach()
    • setAttach

      public void setAttach(String attach)