Class GetFundFlowBillRequest

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

public class GetFundFlowBillRequest extends Object
GetFundFlowBillRequest
  • Constructor Details

    • GetFundFlowBillRequest

      public GetFundFlowBillRequest()
  • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object