Class: TencentCloud::Cpdp::V20190820::CreateInvoiceResultData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateInvoiceResultData
- Defined in:
- lib/v20190820/models.rb
Overview
蓝票结果数据
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(state = nil, invoiceid = nil, ordersn = nil) ⇒ CreateInvoiceResultData
constructor
A new instance of CreateInvoiceResultData.
Constructor Details
#initialize(state = nil, invoiceid = nil, ordersn = nil) ⇒ CreateInvoiceResultData
Returns a new instance of CreateInvoiceResultData.
6443 6444 6445 6446 6447 |
# File 'lib/v20190820/models.rb', line 6443 def initialize(state=nil, invoiceid=nil, ordersn=nil) @State = state @InvoiceId = invoiceid @OrderSn = ordersn end |
Instance Attribute Details
#InvoiceId ⇒ Object
6441 6442 6443 |
# File 'lib/v20190820/models.rb', line 6441 def InvoiceId @InvoiceId end |
#OrderSn ⇒ Object
6441 6442 6443 |
# File 'lib/v20190820/models.rb', line 6441 def OrderSn @OrderSn end |
#State ⇒ Object
6441 6442 6443 |
# File 'lib/v20190820/models.rb', line 6441 def State @State end |
Instance Method Details
#deserialize(params) ⇒ Object
6449 6450 6451 6452 6453 |
# File 'lib/v20190820/models.rb', line 6449 def deserialize(params) @State = params['State'] @InvoiceId = params['InvoiceId'] @OrderSn = params['OrderSn'] end |