Class: TencentCloud::Chc::V20230418::ExpressDelivery

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

Overview

快递寄件信息,快递寄件必填

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(logisticscompany = nil, expressnumber = nil) ⇒ ExpressDelivery

Returns a new instance of ExpressDelivery.



2906
2907
2908
2909
# File 'lib/v20230418/models.rb', line 2906

def initialize(logisticscompany=nil, expressnumber=nil)
  @LogisticsCompany = logisticscompany
  @ExpressNumber = expressnumber
end

Instance Attribute Details

#ExpressNumberObject

Parameters:

  • LogisticsCompany:

    物流公司

  • ExpressNumber:

    快递单号



2904
2905
2906
# File 'lib/v20230418/models.rb', line 2904

def ExpressNumber
  @ExpressNumber
end

#LogisticsCompanyObject

Parameters:

  • LogisticsCompany:

    物流公司

  • ExpressNumber:

    快递单号



2904
2905
2906
# File 'lib/v20230418/models.rb', line 2904

def LogisticsCompany
  @LogisticsCompany
end

Instance Method Details

#deserialize(params) ⇒ Object



2911
2912
2913
2914
# File 'lib/v20230418/models.rb', line 2911

def deserialize(params)
  @LogisticsCompany = params['LogisticsCompany']
  @ExpressNumber = params['ExpressNumber']
end