Method: TaxinvoiceService#getSendToNTSConfig
- Defined in:
- lib/popbill/taxinvoice.rb
#getSendToNTSConfig(corpNum, userID = '') ⇒ Object
777 778 779 780 781 782 783 |
# File 'lib/popbill/taxinvoice.rb', line 777 def getSendToNTSConfig(corpNum, userID = '') if corpNum.length != 10 raise PopbillException.new('-99999999', '사업자등록번호가 올바르지 않습니다.') end httpget("/Taxinvoice/SendToNTSConfig", corpNum, userID)["sendToNTS"] end |