Class: TencentCloud::Cpdp::V20190820::UploadTaxPaymentRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::UploadTaxPaymentRequest
- Defined in:
- lib/v20190820/models.rb
Overview
UploadTaxPayment请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channel = nil, taxid = nil, fileurl = nil) ⇒ UploadTaxPaymentRequest
constructor
A new instance of UploadTaxPaymentRequest.
Constructor Details
#initialize(channel = nil, taxid = nil, fileurl = nil) ⇒ UploadTaxPaymentRequest
Returns a new instance of UploadTaxPaymentRequest.
27651 27652 27653 27654 27655 |
# File 'lib/v20190820/models.rb', line 27651 def initialize(channel=nil, taxid=nil, fileurl=nil) @Channel = channel @TaxId = taxid @FileUrl = fileurl end |
Instance Attribute Details
#Channel ⇒ Object
27649 27650 27651 |
# File 'lib/v20190820/models.rb', line 27649 def Channel @Channel end |
#FileUrl ⇒ Object
27649 27650 27651 |
# File 'lib/v20190820/models.rb', line 27649 def FileUrl @FileUrl end |
#TaxId ⇒ Object
27649 27650 27651 |
# File 'lib/v20190820/models.rb', line 27649 def TaxId @TaxId end |
Instance Method Details
#deserialize(params) ⇒ Object
27657 27658 27659 27660 27661 |
# File 'lib/v20190820/models.rb', line 27657 def deserialize(params) @Channel = params['Channel'] @TaxId = params['TaxId'] @FileUrl = params['FileUrl'] end |