Class CreateOpenBankSubMerchantRateConfigureRequest


  • public class CreateOpenBankSubMerchantRateConfigureRequest
    extends AbstractModel
    • Constructor Detail

      • CreateOpenBankSubMerchantRateConfigureRequest

        public CreateOpenBankSubMerchantRateConfigureRequest()
      • CreateOpenBankSubMerchantRateConfigureRequest

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

      • getChannelRegistrationNo

        public String getChannelRegistrationNo()
        Get 渠道进件序列号。 填写子商户进件返回的渠道进件编号。
        Returns:
        ChannelRegistrationNo 渠道进件序列号。 填写子商户进件返回的渠道进件编号。
      • setChannelRegistrationNo

        public void setChannelRegistrationNo​(String ChannelRegistrationNo)
        Set 渠道进件序列号。 填写子商户进件返回的渠道进件编号。
        Parameters:
        ChannelRegistrationNo - 渠道进件序列号。 填写子商户进件返回的渠道进件编号。
      • getOutProductFeeNo

        public String getOutProductFeeNo()
        Get 外部产品费率申请序列号。
        Returns:
        OutProductFeeNo 外部产品费率申请序列号。
      • setOutProductFeeNo

        public void setOutProductFeeNo​(String OutProductFeeNo)
        Set 外部产品费率申请序列号。
        Parameters:
        OutProductFeeNo - 外部产品费率申请序列号。
      • 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。
      • getPayType

        public String getPayType()
        Get 支付类型。 SWIPE:刷卡 SCAN:扫码 WAP:WAP PUBLIC:公众号支付 SDK:SDK MINI_PROGRAM:小程序 注意:HELIPAY渠道传SDK。
        Returns:
        PayType 支付类型。 SWIPE:刷卡 SCAN:扫码 WAP:WAP PUBLIC:公众号支付 SDK:SDK MINI_PROGRAM:小程序 注意:HELIPAY渠道传SDK。
      • setPayType

        public void setPayType​(String PayType)
        Set 支付类型。 SWIPE:刷卡 SCAN:扫码 WAP:WAP PUBLIC:公众号支付 SDK:SDK MINI_PROGRAM:小程序 注意:HELIPAY渠道传SDK。
        Parameters:
        PayType - 支付类型。 SWIPE:刷卡 SCAN:扫码 WAP:WAP PUBLIC:公众号支付 SDK:SDK MINI_PROGRAM:小程序 注意:HELIPAY渠道传SDK。
      • getPayChannel

        public String getPayChannel()
        Get 支付渠道。 ALIPAY:支付宝 WXPAY:微信支付 UNIONPAY:银联
        Returns:
        PayChannel 支付渠道。 ALIPAY:支付宝 WXPAY:微信支付 UNIONPAY:银联
      • setPayChannel

        public void setPayChannel​(String PayChannel)
        Set 支付渠道。 ALIPAY:支付宝 WXPAY:微信支付 UNIONPAY:银联
        Parameters:
        PayChannel - 支付渠道。 ALIPAY:支付宝 WXPAY:微信支付 UNIONPAY:银联
      • getFeeMode

        public String getFeeMode()
        Get 计费模式。 SINGLE:按单笔金额计费 RATIO:按单笔费率计费 RANGE:按分段区间计费
        Returns:
        FeeMode 计费模式。 SINGLE:按单笔金额计费 RATIO:按单笔费率计费 RANGE:按分段区间计费
      • setFeeMode

        public void setFeeMode​(String FeeMode)
        Set 计费模式。 SINGLE:按单笔金额计费 RATIO:按单笔费率计费 RANGE:按分段区间计费
        Parameters:
        FeeMode - 计费模式。 SINGLE:按单笔金额计费 RATIO:按单笔费率计费 RANGE:按分段区间计费
      • getFeeValue

        public Long getFeeValue()
        Get 费用值,单位(0.01%或分)。
        Returns:
        FeeValue 费用值,单位(0.01%或分)。
      • setFeeValue

        public void setFeeValue​(Long FeeValue)
        Set 费用值,单位(0.01%或分)。
        Parameters:
        FeeValue - 费用值,单位(0.01%或分)。
      • getPaymentMethod

        public String getPaymentMethod()
        Get 支付方式。详见附录-云企付枚举类说明-PaymentMethod。 HELIPAY渠道不需要传入。
        Returns:
        PaymentMethod 支付方式。详见附录-云企付枚举类说明-PaymentMethod。 HELIPAY渠道不需要传入。
      • setPaymentMethod

        public void setPaymentMethod​(String PaymentMethod)
        Set 支付方式。详见附录-云企付枚举类说明-PaymentMethod。 HELIPAY渠道不需要传入。
        Parameters:
        PaymentMethod - 支付方式。详见附录-云企付枚举类说明-PaymentMethod。 HELIPAY渠道不需要传入。
      • getMinFee

        public Long getMinFee()
        Get 最低收费金额,单位(分)。
        Returns:
        MinFee 最低收费金额,单位(分)。
      • setMinFee

        public void setMinFee​(Long MinFee)
        Set 最低收费金额,单位(分)。
        Parameters:
        MinFee - 最低收费金额,单位(分)。
      • getMaxFee

        public Long getMaxFee()
        Get 最高收费金额,单位(分)。
        Returns:
        MaxFee 最高收费金额,单位(分)。
      • setMaxFee

        public void setMaxFee​(Long MaxFee)
        Set 最高收费金额,单位(分)。
        Parameters:
        MaxFee - 最高收费金额,单位(分)。
      • getNotifyUrl

        public String getNotifyUrl()
        Get 通知地址。
        Returns:
        NotifyUrl 通知地址。
      • setNotifyUrl

        public void setNotifyUrl​(String NotifyUrl)
        Set 通知地址。
        Parameters:
        NotifyUrl - 通知地址。
      • getFeeRangeList

        public FeeRangInfo[] getFeeRangeList()
        Get 分段计费区间列表。
        Returns:
        FeeRangeList 分段计费区间列表。
      • setFeeRangeList

        public void setFeeRangeList​(FeeRangInfo[] FeeRangeList)
        Set 分段计费区间列表。
        Parameters:
        FeeRangeList - 分段计费区间列表。
      • getEnvironment

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

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