Class GetSingleSubMchFundFlowBillRequest

java.lang.Object
com.wechat.pay.java.service.billdownload.model.GetSingleSubMchFundFlowBillRequest

public class GetSingleSubMchFundFlowBillRequest extends Object
GetSingleSubMchFundFlowBillRequest
  • Constructor Details

    • GetSingleSubMchFundFlowBillRequest

      public GetSingleSubMchFundFlowBillRequest()
  • Method Details

    • getSubMchid

      public String getSubMchid()
    • setSubMchid

      public void setSubMchid(String subMchid)
    • getBillDate

      public String getBillDate()
    • setBillDate

      public void setBillDate(String billDate)
    • getAccountType

      public AccountType getAccountType()
    • setAccountType

      public void setAccountType(AccountType accountType)
    • getAlgorithm

      public Algorithm getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(Algorithm algorithm)
    • getTarType

      public TarType getTarType()
    • setTarType

      public void setTarType(TarType tarType)
    • toString

      public String toString()
      Overrides:
      toString in class Object