Class: TencentCloud::Ocr::V20181119::VatInvoiceUserInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::VatInvoiceUserInfo
- Defined in:
- lib/v20181119/models.rb
Overview
发票人员信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, taxid = nil, addrtel = nil, financialaccount = nil) ⇒ VatInvoiceUserInfo
constructor
A new instance of VatInvoiceUserInfo.
Constructor Details
#initialize(name = nil, taxid = nil, addrtel = nil, financialaccount = nil) ⇒ VatInvoiceUserInfo
Returns a new instance of VatInvoiceUserInfo.
13939 13940 13941 13942 13943 13944 |
# File 'lib/v20181119/models.rb', line 13939 def initialize(name=nil, taxid=nil, addrtel=nil, financialaccount=nil) @Name = name @TaxId = taxid @AddrTel = addrtel @FinancialAccount = financialaccount end |
Instance Attribute Details
#AddrTel ⇒ Object
13937 13938 13939 |
# File 'lib/v20181119/models.rb', line 13937 def AddrTel @AddrTel end |
#FinancialAccount ⇒ Object
13937 13938 13939 |
# File 'lib/v20181119/models.rb', line 13937 def FinancialAccount @FinancialAccount end |
#Name ⇒ Object
13937 13938 13939 |
# File 'lib/v20181119/models.rb', line 13937 def Name @Name end |
#TaxId ⇒ Object
13937 13938 13939 |
# File 'lib/v20181119/models.rb', line 13937 def TaxId @TaxId end |
Instance Method Details
#deserialize(params) ⇒ Object
13946 13947 13948 13949 13950 13951 |
# File 'lib/v20181119/models.rb', line 13946 def deserialize(params) @Name = params['Name'] @TaxId = params['TaxId'] @AddrTel = params['AddrTel'] @FinancialAccount = params['FinancialAccount'] end |