Class: TencentCloud::Cpdp::V20190820::UploadTaxPaymentResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::UploadTaxPaymentResponse
- Defined in:
- lib/v20190820/models.rb
Overview
UploadTaxPayment返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UploadTaxPaymentResponse
constructor
A new instance of UploadTaxPaymentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UploadTaxPaymentResponse
Returns a new instance of UploadTaxPaymentResponse.
27761 27762 27763 |
# File 'lib/v20190820/models.rb', line 27761 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
27759 27760 27761 |
# File 'lib/v20190820/models.rb', line 27759 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
27765 27766 27767 |
# File 'lib/v20190820/models.rb', line 27765 def deserialize(params) @RequestId = params['RequestId'] end |