java.lang.Object
com.abasecode.opencode.pay.plugin.wechatpay.entity.PayNotice
所有已实现的接口:
Serializable
直接已知子类:
FormPayNotice

public class PayNotice extends Object implements Serializable
作者:
Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
另请参阅:
  • 字段详细资料

    • id

      private String id
      通知ID string[1,36] 必
    • createTime

      private String createTime
      通知创建时间 string[1,32] 必
    • eventType

      private String eventType
      通知类型 string[1,32] 必
    • resourceType

      private String resourceType
      通知数据类型 string[1,32] 必
    • resource

      private PayNoticeResource resource
      通知数据类型 string[1,32] 必
    • summary

      private String summary
      回调摘要 string[1,64] 必
    • origin

      private PayNoticeResourceOrigin origin
      解密数据
  • 构造器详细资料

    • PayNotice

      public PayNotice()