All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.binarywang.wxpay.bean.notify.WxScanPayNotifyResult Maven / Gradle / Ivy

There is a newer version: 4.6.9.B
Show newest version
package com.github.binarywang.wxpay.bean.notify;

import com.github.binarywang.wxpay.bean.result.BaseWxPayResult;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;

import java.io.Serializable;

@Data
@EqualsAndHashCode(callSuper = true)
@NoArgsConstructor
public class WxScanPayNotifyResult extends BaseWxPayResult implements Serializable {
  private static final long serialVersionUID = 3381324564266118986L;

  /**
   * 预支付ID
   */
  @XStreamAlias("prepay_id")
  private String prepayId;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy