Class: TencentCloud::Cpdp::V20190820::UploadOpenBankSubMerchantCredentialResult

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

上传子商户资质文件返回值

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(uploadstatus = nil, uploadmessage = nil, channelapplyid = nil) ⇒ UploadOpenBankSubMerchantCredentialResult

Returns a new instance of UploadOpenBankSubMerchantCredentialResult.



27596
27597
27598
27599
27600
# File 'lib/v20190820/models.rb', line 27596

def initialize(uploadstatus=nil, uploadmessage=nil, channelapplyid=nil)
  @UploadStatus = uploadstatus
  @UploadMessage = uploadmessage
  @ChannelApplyId = channelapplyid
end

Instance Attribute Details

#ChannelApplyIdObject

SUCCESS:上传成功FAILED:上传失败PROCESSING:上传中注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • UploadStatus:

    上传状态

  • UploadMessage:

    上传描述

  • ChannelApplyId:

    渠道上传流水号



27594
27595
27596
# File 'lib/v20190820/models.rb', line 27594

def ChannelApplyId
  @ChannelApplyId
end

#UploadMessageObject

SUCCESS:上传成功FAILED:上传失败PROCESSING:上传中注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • UploadStatus:

    上传状态

  • UploadMessage:

    上传描述

  • ChannelApplyId:

    渠道上传流水号



27594
27595
27596
# File 'lib/v20190820/models.rb', line 27594

def UploadMessage
  @UploadMessage
end

#UploadStatusObject

SUCCESS:上传成功FAILED:上传失败PROCESSING:上传中注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • UploadStatus:

    上传状态

  • UploadMessage:

    上传描述

  • ChannelApplyId:

    渠道上传流水号



27594
27595
27596
# File 'lib/v20190820/models.rb', line 27594

def UploadStatus
  @UploadStatus
end

Instance Method Details

#deserialize(params) ⇒ Object



27602
27603
27604
27605
27606
# File 'lib/v20190820/models.rb', line 27602

def deserialize(params)
  @UploadStatus = params['UploadStatus']
  @UploadMessage = params['UploadMessage']
  @ChannelApplyId = params['ChannelApplyId']
end