Class VerifyOpenBankAccountRequest


  • public class VerifyOpenBankAccountRequest
    extends AbstractModel
    • Constructor Detail

      • VerifyOpenBankAccountRequest

        public VerifyOpenBankAccountRequest()
      • VerifyOpenBankAccountRequest

        public VerifyOpenBankAccountRequest​(VerifyOpenBankAccountRequest 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

      • getChannelMerchantId

        public String getChannelMerchantId()
        Get 渠道商户号。外部接入平台入驻云企付平台下发
        Returns:
        ChannelMerchantId 渠道商户号。外部接入平台入驻云企付平台下发
      • setChannelMerchantId

        public void setChannelMerchantId​(String ChannelMerchantId)
        Set 渠道商户号。外部接入平台入驻云企付平台下发
        Parameters:
        ChannelMerchantId - 渠道商户号。外部接入平台入驻云企付平台下发
      • getChannelName

        public String getChannelName()
        Get 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付
        Returns:
        ChannelName 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付
      • setChannelName

        public void setChannelName​(String ChannelName)
        Set 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付
        Parameters:
        ChannelName - 渠道名称。详见附录-云企付枚举类说明-ChannelName。 __TENPAY__: 商企付
      • getPayeeInfo

        public OpenBankPayeeInfo getPayeeInfo()
        Get 收款方信息。
        Returns:
        PayeeInfo 收款方信息。
      • setPayeeInfo

        public void setPayeeInfo​(OpenBankPayeeInfo PayeeInfo)
        Set 收款方信息。
        Parameters:
        PayeeInfo - 收款方信息。
      • getNotifyUrl

        public String getNotifyUrl()
        Get 通知地址,如www.test.com。
        Returns:
        NotifyUrl 通知地址,如www.test.com。
      • setNotifyUrl

        public void setNotifyUrl​(String NotifyUrl)
        Set 通知地址,如www.test.com。
        Parameters:
        NotifyUrl - 通知地址,如www.test.com。
      • getEnvironment

        public String getEnvironment()
        Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
        Returns:
        Environment 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
      • setEnvironment

        public void setEnvironment​(String Environment)
        Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
        Parameters:
        Environment - 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_