Class ApplyReconciliationFileRequest


  • public class ApplyReconciliationFileRequest
    extends AbstractModel
    • Constructor Detail

      • ApplyReconciliationFileRequest

        public ApplyReconciliationFileRequest()
      • ApplyReconciliationFileRequest

        public ApplyReconciliationFileRequest​(ApplyReconciliationFileRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getApplyFileType

        public String getApplyFileType()
        Get 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件
        Returns:
        ApplyFileType 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件
      • setApplyFileType

        public void setApplyFileType​(String ApplyFileType)
        Set 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件
        Parameters:
        ApplyFileType - 申请的文件类型。 __CZ__:充值文件 __TX__:提现文件 __JY__:交易文件 __YE__:余额文件
      • getApplyFileDate

        public String getApplyFileDate()
        Get 申请的对账文件日期,格式:yyyyMMdd。
        Returns:
        ApplyFileDate 申请的对账文件日期,格式:yyyyMMdd。
      • setApplyFileDate

        public void setApplyFileDate​(String ApplyFileDate)
        Set 申请的对账文件日期,格式:yyyyMMdd。
        Parameters:
        ApplyFileDate - 申请的对账文件日期,格式:yyyyMMdd。
      • getBankAccountNumber

        public String getBankAccountNumber()
        Get 父账户账号。 _平安渠道为资金汇总账号_
        Returns:
        BankAccountNumber 父账户账号。 _平安渠道为资金汇总账号_
      • setBankAccountNumber

        public void setBankAccountNumber​(String BankAccountNumber)
        Set 父账户账号。 _平安渠道为资金汇总账号_
        Parameters:
        BankAccountNumber - 父账户账号。 _平安渠道为资金汇总账号_
      • getMidasEnvironment

        public String getMidasEnvironment()
        Get 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_
        Returns:
        MidasEnvironment 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_
      • setMidasEnvironment

        public void setMidasEnvironment​(String MidasEnvironment)
        Set 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_
        Parameters:
        MidasEnvironment - 环境名。 __release__: 现网环境 __sandbox__: 沙箱环境 __development__: 开发环境 _缺省: release_