Class GetAllSubMchFundFlowBillRequest

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

public class GetAllSubMchFundFlowBillRequest extends Object
GetAllSubMchFundFlowBillRequest
  • Constructor Details

    • GetAllSubMchFundFlowBillRequest

      public GetAllSubMchFundFlowBillRequest()
  • Method Details

    • getBillDate

      public String getBillDate()
    • setBillDate

      public void setBillDate(String billDate)
    • getAccountType

      public AccountType getAccountType()
    • setAccountType

      public void setAccountType(AccountType accountType)
    • getTarType

      public TarType getTarType()
    • setTarType

      public void setTarType(TarType tarType)
    • getAlgorithm

      public Algorithm getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(Algorithm algorithm)
    • toString

      public String toString()
      Overrides:
      toString in class Object