Class QueryOpenBankExternalSubMerchantRegistrationRequest


  • public class QueryOpenBankExternalSubMerchantRegistrationRequest
    extends AbstractModel
    • Constructor Detail

      • QueryOpenBankExternalSubMerchantRegistrationRequest

        public QueryOpenBankExternalSubMerchantRegistrationRequest()
      • QueryOpenBankExternalSubMerchantRegistrationRequest

        public QueryOpenBankExternalSubMerchantRegistrationRequest​(QueryOpenBankExternalSubMerchantRegistrationRequest 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 - 渠道商户号。
      • getChannelRegistrationNo

        public String getChannelRegistrationNo()
        Get 渠道进件号,与外部进件号二者选填其一。
        Returns:
        ChannelRegistrationNo 渠道进件号,与外部进件号二者选填其一。
      • setChannelRegistrationNo

        public void setChannelRegistrationNo​(String ChannelRegistrationNo)
        Set 渠道进件号,与外部进件号二者选填其一。
        Parameters:
        ChannelRegistrationNo - 渠道进件号,与外部进件号二者选填其一。
      • getOutRegistrationNo

        public String getOutRegistrationNo()
        Get 外部进件号,与渠道进件号二者选填其一。
        Returns:
        OutRegistrationNo 外部进件号,与渠道进件号二者选填其一。
      • setOutRegistrationNo

        public void setOutRegistrationNo​(String OutRegistrationNo)
        Set 外部进件号,与渠道进件号二者选填其一。
        Parameters:
        OutRegistrationNo - 外部进件号,与渠道进件号二者选填其一。
      • getEnvironment

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

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