Class QueryOpenBankSubMerchantCredentialRequest


  • public class QueryOpenBankSubMerchantCredentialRequest
    extends AbstractModel
    • Constructor Detail

      • QueryOpenBankSubMerchantCredentialRequest

        public QueryOpenBankSubMerchantCredentialRequest()
      • QueryOpenBankSubMerchantCredentialRequest

        public QueryOpenBankSubMerchantCredentialRequest​(QueryOpenBankSubMerchantCredentialRequest 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 渠道商户ID。
        Returns:
        ChannelMerchantId 渠道商户ID。
      • setChannelMerchantId

        public void setChannelMerchantId​(String ChannelMerchantId)
        Set 渠道商户ID。
        Parameters:
        ChannelMerchantId - 渠道商户ID。
      • getChannelSubMerchantId

        public String getChannelSubMerchantId()
        Get 渠道子商户ID。
        Returns:
        ChannelSubMerchantId 渠道子商户ID。
      • setChannelSubMerchantId

        public void setChannelSubMerchantId​(String ChannelSubMerchantId)
        Set 渠道子商户ID。
        Parameters:
        ChannelSubMerchantId - 渠道子商户ID。
      • getChannelName

        public String getChannelName()
        Get 渠道名称。详见附录-枚举类型-ChannelName。
        Returns:
        ChannelName 渠道名称。详见附录-枚举类型-ChannelName。
      • setChannelName

        public void setChannelName​(String ChannelName)
        Set 渠道名称。详见附录-枚举类型-ChannelName。
        Parameters:
        ChannelName - 渠道名称。详见附录-枚举类型-ChannelName。
      • getPaymentMethod

        public String getPaymentMethod()
        Get 支付方式。 合利宝渠道不需要传。
        Returns:
        PaymentMethod 支付方式。 合利宝渠道不需要传。
      • setPaymentMethod

        public void setPaymentMethod​(String PaymentMethod)
        Set 支付方式。 合利宝渠道不需要传。
        Parameters:
        PaymentMethod - 支付方式。 合利宝渠道不需要传。
      • getOutApplyId

        public String getOutApplyId()
        Get 外部申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
        Returns:
        OutApplyId 外部申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
      • setOutApplyId

        public void setOutApplyId​(String OutApplyId)
        Set 外部申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
        Parameters:
        OutApplyId - 外部申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
      • getChannelApplyId

        public String getChannelApplyId()
        Get 渠道申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
        Returns:
        ChannelApplyId 渠道申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
      • setChannelApplyId

        public void setChannelApplyId​(String ChannelApplyId)
        Set 渠道申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
        Parameters:
        ChannelApplyId - 渠道申请流水号。 外部申请流水号与渠道申请流水号两者选填其一。
      • getEnvironment

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

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