Class CreateOpenBankOrderRechargeResult


  • public class CreateOpenBankOrderRechargeResult
    extends AbstractModel
    • Constructor Detail

      • CreateOpenBankOrderRechargeResult

        public CreateOpenBankOrderRechargeResult()
      • CreateOpenBankOrderRechargeResult

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

      • getChannelOrderId

        public String getChannelOrderId()
        Get 云企付平台订单号。
        Returns:
        ChannelOrderId 云企付平台订单号。
      • setChannelOrderId

        public void setChannelOrderId​(String ChannelOrderId)
        Set 云企付平台订单号。
        Parameters:
        ChannelOrderId - 云企付平台订单号。
      • getThirdPayOrderId

        public String getThirdPayOrderId()
        Get 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ThirdPayOrderId 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
      • setThirdPayOrderId

        public void setThirdPayOrderId​(String ThirdPayOrderId)
        Set 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ThirdPayOrderId - 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
      • getRedirectInfo

        public OpenBankRechargeRedirectInfo getRedirectInfo()
        Get 跳转参数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RedirectInfo 跳转参数 注意:此字段可能返回 null,表示取不到有效值。
      • setRedirectInfo

        public void setRedirectInfo​(OpenBankRechargeRedirectInfo RedirectInfo)
        Set 跳转参数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RedirectInfo - 跳转参数 注意:此字段可能返回 null,表示取不到有效值。
      • getOutOrderId

        public String getOutOrderId()
        Get 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
        Returns:
        OutOrderId 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
      • setOutOrderId

        public void setOutOrderId​(String OutOrderId)
        Set 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
        Parameters:
        OutOrderId - 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
      • getDealStatus

        public String getDealStatus()
        Get 充值状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DealStatus 充值状态 注意:此字段可能返回 null,表示取不到有效值。
      • setDealStatus

        public void setDealStatus​(String DealStatus)
        Set 充值状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DealStatus - 充值状态 注意:此字段可能返回 null,表示取不到有效值。
      • getDealMessage

        public String getDealMessage()
        Get 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DealMessage 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDealMessage

        public void setDealMessage​(String DealMessage)
        Set 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DealMessage - 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。
      • getPcWebUrl

        public String getPcWebUrl()
        Get PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PcWebUrl PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。
      • setPcWebUrl

        public void setPcWebUrl​(String PcWebUrl)
        Set PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PcWebUrl - PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。