类 PayNoticeResource

java.lang.Object
com.abasecode.opencode.pay.plugin.wechatpay.entity.PayNoticeResource
所有已实现的接口:
Serializable

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

    • algorithm

      private String algorithm
      加密算法类型 string[1,32] 必
    • ciphertext

      private String ciphertext
      数据密文 string[1,1048576] 必
    • associatedData

      private String associatedData
      附加数据 string[1,16] 否
    • originalType

      private String originalType
      原始类型 string[1,16] 必
    • nonce

      private String nonce
      随机串 string[1,16] 必
  • 构造器详细资料

    • PayNoticeResource

      public PayNoticeResource()