Class: BillMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/bill_mapper.rb

Overview

Note:

Сообщение об изменении статуса обработки платежа

Instance Attribute Summary collapse

Instance Attribute Details

#alt_payer_idNOTEmptyString

uid платильщика по документу minOccurs: 0, maxOccurs: 1



52
53
54
# File 'app/mappers/bill_mapper.rb', line 52

def alt_payer_id
  @alt_payer_id
end

#amount_to_payDouble

сумма оставшейся оплаты minOccurs: 1, maxOccurs: 1



24
25
26
# File 'app/mappers/bill_mapper.rb', line 24

def amount_to_pay
  @amount_to_pay
end

#bill_dateDate

дата создания начисления minOccurs: 0, maxOccurs: 1



32
33
34
# File 'app/mappers/bill_mapper.rb', line 32

def bill_date
  @bill_date
end

#bill_idNOTEmptyString

uid начисления minOccurs: 1, maxOccurs: 1



12
13
14
# File 'app/mappers/bill_mapper.rb', line 12

def bill_id
  @bill_id
end

#descriptionNOTEmptyString

описание пошлины minOccurs: 0, maxOccurs: 1



28
29
30
# File 'app/mappers/bill_mapper.rb', line 28

def description
  @description
end

#kbkNOTEmptyString

кбк minOccurs: 0, maxOccurs: 1



44
45
46
# File 'app/mappers/bill_mapper.rb', line 44

def kbk
  @kbk
end

#okato_codeOKATOCode

код по классификатору ОКАТО minOccurs: 0, maxOccurs: 1



40
41
42
# File 'app/mappers/bill_mapper.rb', line 40

def okato_code
  @okato_code
end

#revokedBoolean

признак аннулированности minOccurs: 0, maxOccurs: 1



56
57
58
# File 'app/mappers/bill_mapper.rb', line 56

def revoked
  @revoked
end

#statusPAYMENTStatus

Cтатус minOccurs: 0, maxOccurs: 1



16
17
18
# File 'app/mappers/bill_mapper.rb', line 16

def status
  @status
end

#total_amountDouble

сумма пошлины minOccurs: 1, maxOccurs: 1



20
21
22
# File 'app/mappers/bill_mapper.rb', line 20

def total_amount
  @total_amount
end

#unified_payer_idNOTEmptyString

uid платильщика по снилс minOccurs: 1, maxOccurs: 1



48
49
50
# File 'app/mappers/bill_mapper.rb', line 48

def unified_payer_id
  @unified_payer_id
end

#valid_untilDate

дата актуальности начисления minOccurs: 0, maxOccurs: 1



36
37
38
# File 'app/mappers/bill_mapper.rb', line 36

def valid_until
  @valid_until
end