类 PayRefundQueryForm

java.lang.Object
com.abasecode.opencode.pay.form.PayRefundQueryForm
所有已实现的接口:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • payChannel

      @NotNull private @NotNull PayChannel payChannel
      支付通道
    • payType

      @NotNull private @NotNull PayType payType
      支付类型
    • outRefundNo

      @NotNull private @NotNull String outRefundNo
      商户退单号
    • outTradeNo

      @NotNull private @NotNull String outTradeNo
      商户单号
  • 构造器详细资料

    • PayRefundQueryForm

      public PayRefundQueryForm()