Class: TencentCloud::Cpdp::V20190820::AgentTaxPaymentBatch
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::AgentTaxPaymentBatch
- Defined in:
- lib/v20190820/models.rb
Overview
代理商完税证明批次信息
Instance Attribute Summary collapse
- #AgentId ⇒ Object
- #BatchNum ⇒ Object
- #Channel ⇒ Object
- #FileName ⇒ Object
- #InfoNum ⇒ Object
- #RawElectronicCertUrl ⇒ Object
- #StatusCode ⇒ Object
- #StatusMsg ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(statusmsg = nil, batchnum = nil, infonum = nil, rawelectroniccerturl = nil, agentid = nil, filename = nil, statuscode = nil, channel = nil, type = nil) ⇒ AgentTaxPaymentBatch
constructor
A new instance of AgentTaxPaymentBatch.
Constructor Details
#initialize(statusmsg = nil, batchnum = nil, infonum = nil, rawelectroniccerturl = nil, agentid = nil, filename = nil, statuscode = nil, channel = nil, type = nil) ⇒ AgentTaxPaymentBatch
Returns a new instance of AgentTaxPaymentBatch.
985 986 987 988 989 990 991 992 993 994 995 |
# File 'lib/v20190820/models.rb', line 985 def initialize(statusmsg=nil, batchnum=nil, infonum=nil, rawelectroniccerturl=nil, agentid=nil, filename=nil, statuscode=nil, channel=nil, type=nil) @StatusMsg = statusmsg @BatchNum = batchnum @InfoNum = infonum @RawElectronicCertUrl = rawelectroniccerturl @AgentId = agentid @FileName = filename @StatusCode = statuscode @Channel = channel @Type = type end |
Instance Attribute Details
#AgentId ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def AgentId @AgentId end |
#BatchNum ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def BatchNum @BatchNum end |
#Channel ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def Channel @Channel end |
#FileName ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def FileName @FileName end |
#InfoNum ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def InfoNum @InfoNum end |
#RawElectronicCertUrl ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def RawElectronicCertUrl @RawElectronicCertUrl end |
#StatusCode ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def StatusCode @StatusCode end |
#StatusMsg ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def StatusMsg @StatusMsg end |
#Type ⇒ Object
983 984 985 |
# File 'lib/v20190820/models.rb', line 983 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 |
# File 'lib/v20190820/models.rb', line 997 def deserialize(params) @StatusMsg = params['StatusMsg'] @BatchNum = params['BatchNum'] @InfoNum = params['InfoNum'] @RawElectronicCertUrl = params['RawElectronicCertUrl'] @AgentId = params['AgentId'] @FileName = params['FileName'] @StatusCode = params['StatusCode'] @Channel = params['Channel'] @Type = params['Type'] end |