Class: TencentCloud::Cpdp::V20190820::CreateInvoiceResultData

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

Overview

蓝票结果数据

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#InvoiceIdObject

Parameters:

  • State:

    开票状态

  • InvoiceId:

    发票ID

  • OrderSn:

    业务开票号



6441
6442
6443
# File 'lib/v20190820/models.rb', line 6441

def InvoiceId
  @InvoiceId
end

#OrderSnObject

Parameters:

  • State:

    开票状态

  • InvoiceId:

    发票ID

  • OrderSn:

    业务开票号



6441
6442
6443
# File 'lib/v20190820/models.rb', line 6441

def OrderSn
  @OrderSn
end

#StateObject

Parameters:

  • State:

    开票状态

  • InvoiceId:

    发票ID

  • OrderSn:

    业务开票号



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