类 ScanOrderResponsePay

java.lang.Object
com.walker.pay.ResponsePay
com.walker.pay.response.ScanOrderResponsePay

public class ScanOrderResponsePay extends ResponsePay
对应扫码方式响应对象。
作者:
时克英
  • 构造器详细资料

    • ScanOrderResponsePay

      public ScanOrderResponsePay()
  • 方法详细资料

    • getCodeUrl

      public String getCodeUrl()
      返回二维码链接地址字符串。
      返回:
    • setCodeUrl

      public void setCodeUrl(String codeUrl)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object