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

public class RefundNotice 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] 必-
    • summary

      private String summary
      通知简要说明 string[1,16] 必-
    • resourceType

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

      private RefundNoticeResource resource
      通知资源数据 必
    • origin

      解密信息
  • 构造器详细资料

    • RefundNotice

      public RefundNotice()