Class: BancoBrasilPayments::InlineResponse2003

Inherits:
Object
  • Object
show all
Defined in:
lib/bb_payments/models/inline_response_200_3.rb

Overview

Representação dos campos de resposta de uma solicitação de detalhamento de pagamento de boleto.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ InlineResponse2003

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 137

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `BancoBrasilPayments::InlineResponse2003` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `BancoBrasilPayments::InlineResponse2003`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'id')
    self.id = attributes[:'id']
  end

  if attributes.key?(:'estado_pagamento')
    self.estado_pagamento = attributes[:'estado_pagamento']
  end

  if attributes.key?(:'tipo_pagamento')
    self.tipo_pagamento = attributes[:'tipo_pagamento']
  end

  if attributes.key?(:'agencia_debito')
    self.agencia_debito = attributes[:'agencia_debito']
  end

  if attributes.key?(:'conta_debito')
    self.conta_debito = attributes[:'conta_debito']
  end

  if attributes.key?(:'digito_conta_debito')
    self.digito_conta_debito = attributes[:'digito_conta_debito']
  end

  if attributes.key?(:'numero_cartao_inicio')
    self.numero_cartao_inicio = attributes[:'numero_cartao_inicio']
  end

  if attributes.key?(:'numero_cartao_fim')
    self.numero_cartao_fim = attributes[:'numero_cartao_fim']
  end

  if attributes.key?(:'requisicao_pagamento')
    self.requisicao_pagamento = attributes[:'requisicao_pagamento']
  end

  if attributes.key?(:'arquivo_pagamento')
    self.arquivo_pagamento = attributes[:'arquivo_pagamento']
  end

  if attributes.key?(:'data_pagamento')
    self.data_pagamento = attributes[:'data_pagamento']
  end

  if attributes.key?(:'valor_pagamento')
    self.valor_pagamento = attributes[:'valor_pagamento']
  end

  if attributes.key?(:'numero_documento_debito')
    self.numero_documento_debito = attributes[:'numero_documento_debito']
  end

  if attributes.key?(:'codigo_transmissao')
    self.codigo_transmissao = attributes[:'codigo_transmissao']
  end

  if attributes.key?(:'descricao_pagamento')
    self.descricao_pagamento = attributes[:'descricao_pagamento']
  end

  if attributes.key?(:'autenticacao_pagamento')
    self.autenticacao_pagamento = attributes[:'autenticacao_pagamento']
  end

  if attributes.key?(:'quantidade_ocorrencia_devolucao')
    self.quantidade_ocorrencia_devolucao = attributes[:'quantidade_ocorrencia_devolucao']
  end

  if attributes.key?(:'ocorrencia_boleto')
    self.ocorrencia_boleto = attributes[:'ocorrencia_boleto']
  end

  if attributes.key?(:'lista_devolucao')
    if (value = attributes[:'lista_devolucao']).is_a?(Array)
      self.lista_devolucao = value
    end
  end

  if attributes.key?(:'lista_boleto')
    if (value = attributes[:'lista_boleto']).is_a?(Array)
      self.lista_boleto = value
    end
  end
end

Instance Attribute Details

#agencia_debitoObject

Número da agência da Conta Corrente onde foi efetuado o débito para efetivação do pagamento consultado.



27
28
29
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 27

def agencia_debito
  @agencia_debito
end

#arquivo_pagamentoObject

Numero do arquivo que o cliente envia quando utilizado CNAB240.



45
46
47
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 45

def arquivo_pagamento
  @arquivo_pagamento
end

#autenticacao_pagamentoObject

Código de autenticação do pagamento.



63
64
65
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 63

def autenticacao_pagamento
  @autenticacao_pagamento
end

#codigo_transmissaoObject

Código da Forma de transmissão de envio do lançamento consultado. DOMÍNIOS: 1 - API 2 - Arquivo CNAB 3 - Pagamento Online via Gerenciador Financeiro 4 - Sistemas Internos 99 - Outros



57
58
59
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 57

def codigo_transmissao
  @codigo_transmissao
end

#conta_debitoObject

Número da Conta Corrente onde foi efetuado o débito para efetivação do pagamento consultado.



30
31
32
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 30

def conta_debito
  @conta_debito
end

#data_pagamentoObject

Data efetiva do pagamento (formato ddmmaaaa)



48
49
50
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 48

def data_pagamento
  @data_pagamento
end

#descricao_pagamentoObject

Campo livre informado pelo pagador quando do envio do lançamento consultado – sem tratamento pelo Banco.



60
61
62
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 60

def descricao_pagamento
  @descricao_pagamento
end

#digito_conta_debitoObject

Digito verificador da Conta corrente onde foi efetuado o débito para efetivação do pagamento consultado.



33
34
35
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 33

def digito_conta_debito
  @digito_conta_debito
end

#estado_pagamentoObject

Descrição da situação do pagamento: Domínios: - Consistente (pagamento recebido pelo banco, cumprem as regras de preenchimento dos campos mas ainda irá para validação e processamento) - Inconsistente (pagamento não aceito pelo banco por dados de entrada inconsistentes - não cumpre as regras de preenchimento dos campos) - Pago (pagamento efetuado ao favorecido) - Pendente (pagamento validado - pendência de autorização do pagamento por parte do pagador) - Aguardando saldo (débito não efetivado e em verificação de saldo até o horário limite da teimosinha). - Agendado (pagamento autorizado, porém aguardando a data de efetivação do pagamento ou horário de processamento) - Rejeitado (dados do pagamento não passaram na validações físicas e/ou lógicas, precisam ser corrigidos e reenviados. Ex: agência e conta não existem, conta não pertence ao CPF informado) - Cancelado (pagamento cancelado pelo pagador antes da data de efetivação do crédito) - Bloqueado (Débito na conta do pagador não efetivado por ocorrência no convênio, inconsistência de data/float ou falta de saldo) - Devolvido (pagamento efetuado e posteriormente devolvido pelo favorecido ou instituição recebedora. O valor é devolvido para a conta corrente onde ocorreu o débito da requisição)" - Debitado (pagamento debitado na conta do pagador e pendente de crédito ao favorecido)



21
22
23
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 21

def estado_pagamento
  @estado_pagamento
end

#idObject

Numero identificador do pagamento consultado.



18
19
20
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 18

def id
  @id
end

#lista_boletoObject

Lista de boletos.



75
76
77
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 75

def lista_boleto
  @lista_boleto
end

#lista_devolucaoObject

Lista de devoluções.



72
73
74
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 72

def lista_devolucao
  @lista_devolucao
end

#numero_cartao_fimObject

Ultimos 4 numeros do cartao de credito do pagador, caso o debito tenha sido feito nele.



39
40
41
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 39

def numero_cartao_fim
  @numero_cartao_fim
end

#numero_cartao_inicioObject

Primeiros 4 numeros do cartao de credito do pagador, caso o debito tenha sido feito nele.



36
37
38
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 36

def numero_cartao_inicio
  @numero_cartao_inicio
end

#numero_documento_debitoObject

Numero do documento de debito exibido no extrato do pagador.



54
55
56
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 54

def numero_documento_debito
  @numero_documento_debito
end

#ocorrencia_boletoObject

"Quando valor = 1 indica que o identificador consultado é de boleto. Quando valor = 0 indica que o identificador consultado NÃO é de boleto. Para consulta ao detalhamento do identificador informado utilize o recurso de detalhamento do tipo de pagamento a ser consultado."



69
70
71
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 69

def ocorrencia_boleto
  @ocorrencia_boleto
end

#quantidade_ocorrencia_devolucaoObject

Quantidade de ocorrências de devoluções.



66
67
68
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 66

def quantidade_ocorrencia_devolucao
  @quantidade_ocorrencia_devolucao
end

#requisicao_pagamentoObject

Numero sequencial da requisição que solicitou o pagamento do lançamento consultado. Nº único controlada pelo cliente conveniado.



42
43
44
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 42

def requisicao_pagamento
  @requisicao_pagamento
end

#tipo_pagamentoObject

Código do tipo de pagamento efetuado: DOMÍNIOS: 126=Pagamento a Fornecedores; 127=Pagamento de Salários; 128=Pagamentos Diversos



24
25
26
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 24

def tipo_pagamento
  @tipo_pagamento
end

#valor_pagamentoObject

Valor total do pagamento (formato 0.00)



51
52
53
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 51

def valor_pagamento
  @valor_pagamento
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 78

def self.attribute_map
  {
    :'id' => :'id',
    :'estado_pagamento' => :'estadoPagamento',
    :'tipo_pagamento' => :'tipoPagamento',
    :'agencia_debito' => :'agenciaDebito',
    :'conta_debito' => :'contaDebito',
    :'digito_conta_debito' => :'digitoContaDebito',
    :'numero_cartao_inicio' => :'numeroCartaoInicio',
    :'numero_cartao_fim' => :'numeroCartaoFim',
    :'requisicao_pagamento' => :'requisicaoPagamento',
    :'arquivo_pagamento' => :'arquivoPagamento',
    :'data_pagamento' => :'dataPagamento',
    :'valor_pagamento' => :'valorPagamento',
    :'numero_documento_debito' => :'numeroDocumentoDebito',
    :'codigo_transmissao' => :'codigoTransmissao',
    :'descricao_pagamento' => :'descricaoPagamento',
    :'autenticacao_pagamento' => :'autenticacaoPagamento',
    :'quantidade_ocorrencia_devolucao' => :'quantidadeOcorrenciaDevolucao',
    :'ocorrencia_boleto' => :'ocorrenciaBoleto',
    :'lista_devolucao' => :'listaDevolucao',
    :'lista_boleto' => :'listaBoleto'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



375
376
377
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 375

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_nullableObject

List of attributes with nullable: true



130
131
132
133
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 130

def self.openapi_nullable
  Set.new([
  ])
end

.openapi_typesObject

Attribute type mapping.



104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 104

def self.openapi_types
  {
    :'id' => :'Object',
    :'estado_pagamento' => :'Object',
    :'tipo_pagamento' => :'Object',
    :'agencia_debito' => :'Object',
    :'conta_debito' => :'Object',
    :'digito_conta_debito' => :'Object',
    :'numero_cartao_inicio' => :'Object',
    :'numero_cartao_fim' => :'Object',
    :'requisicao_pagamento' => :'Object',
    :'arquivo_pagamento' => :'Object',
    :'data_pagamento' => :'Object',
    :'valor_pagamento' => :'Object',
    :'numero_documento_debito' => :'Object',
    :'codigo_transmissao' => :'Object',
    :'descricao_pagamento' => :'Object',
    :'autenticacao_pagamento' => :'Object',
    :'quantidade_ocorrencia_devolucao' => :'Object',
    :'ocorrencia_boleto' => :'Object',
    :'lista_devolucao' => :'Object',
    :'lista_boleto' => :'Object'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 335

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      id == o.id &&
      estado_pagamento == o.estado_pagamento &&
      tipo_pagamento == o.tipo_pagamento &&
      agencia_debito == o.agencia_debito &&
      conta_debito == o.conta_debito &&
      digito_conta_debito == o.digito_conta_debito &&
      numero_cartao_inicio == o.numero_cartao_inicio &&
      numero_cartao_fim == o.numero_cartao_fim &&
      requisicao_pagamento == o.requisicao_pagamento &&
      arquivo_pagamento == o.arquivo_pagamento &&
      data_pagamento == o.data_pagamento &&
      valor_pagamento == o.valor_pagamento &&
      numero_documento_debito == o.numero_documento_debito &&
      codigo_transmissao == o.codigo_transmissao &&
      descricao_pagamento == o.descricao_pagamento &&
      autenticacao_pagamento == o.autenticacao_pagamento &&
      quantidade_ocorrencia_devolucao == o.quantidade_ocorrencia_devolucao &&
      ocorrencia_boleto == o.ocorrencia_boleto &&
      lista_devolucao == o.lista_devolucao &&
      lista_boleto == o.lista_boleto
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 405

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(value)
  when :Date
    Date.parse(value)
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    BancoBrasilPayments.const_get(type).build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



474
475
476
477
478
479
480
481
482
483
484
485
486
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 474

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 382

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.openapi_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
      self.send("#{key}=", nil)
    end
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


362
363
364
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 362

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



368
369
370
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 368

def hash
  [id, estado_pagamento, tipo_pagamento, agencia_debito, conta_debito, digito_conta_debito, numero_cartao_inicio, numero_cartao_fim, requisicao_pagamento, arquivo_pagamento, data_pagamento, valor_pagamento, numero_documento_debito, codigo_transmissao, descricao_pagamento, autenticacao_pagamento, quantidade_ocorrencia_devolucao, ocorrencia_boleto, lista_devolucao, lista_boleto].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 237

def list_invalid_properties
  invalid_properties = Array.new
  if @id.nil?
    invalid_properties.push('invalid value for "id", id cannot be nil.')
  end

  if @estado_pagamento.nil?
    invalid_properties.push('invalid value for "estado_pagamento", estado_pagamento cannot be nil.')
  end

  if @tipo_pagamento.nil?
    invalid_properties.push('invalid value for "tipo_pagamento", tipo_pagamento cannot be nil.')
  end

  if @agencia_debito.nil?
    invalid_properties.push('invalid value for "agencia_debito", agencia_debito cannot be nil.')
  end

  if @conta_debito.nil?
    invalid_properties.push('invalid value for "conta_debito", conta_debito cannot be nil.')
  end

  if @digito_conta_debito.nil?
    invalid_properties.push('invalid value for "digito_conta_debito", digito_conta_debito cannot be nil.')
  end

  if @numero_cartao_inicio.nil?
    invalid_properties.push('invalid value for "numero_cartao_inicio", numero_cartao_inicio cannot be nil.')
  end

  if @numero_cartao_fim.nil?
    invalid_properties.push('invalid value for "numero_cartao_fim", numero_cartao_fim cannot be nil.')
  end

  if @requisicao_pagamento.nil?
    invalid_properties.push('invalid value for "requisicao_pagamento", requisicao_pagamento cannot be nil.')
  end

  if @arquivo_pagamento.nil?
    invalid_properties.push('invalid value for "arquivo_pagamento", arquivo_pagamento cannot be nil.')
  end

  if @data_pagamento.nil?
    invalid_properties.push('invalid value for "data_pagamento", data_pagamento cannot be nil.')
  end

  if @valor_pagamento.nil?
    invalid_properties.push('invalid value for "valor_pagamento", valor_pagamento cannot be nil.')
  end

  if @numero_documento_debito.nil?
    invalid_properties.push('invalid value for "numero_documento_debito", numero_documento_debito cannot be nil.')
  end

  if @codigo_transmissao.nil?
    invalid_properties.push('invalid value for "codigo_transmissao", codigo_transmissao cannot be nil.')
  end

  if @descricao_pagamento.nil?
    invalid_properties.push('invalid value for "descricao_pagamento", descricao_pagamento cannot be nil.')
  end

  if @autenticacao_pagamento.nil?
    invalid_properties.push('invalid value for "autenticacao_pagamento", autenticacao_pagamento cannot be nil.')
  end

  if @quantidade_ocorrencia_devolucao.nil?
    invalid_properties.push('invalid value for "quantidade_ocorrencia_devolucao", quantidade_ocorrencia_devolucao cannot be nil.')
  end

  invalid_properties
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



450
451
452
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 450

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



456
457
458
459
460
461
462
463
464
465
466
467
468
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 456

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    if value.nil?
      is_nullable = self.class.openapi_nullable.include?(attr)
      next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
    end

    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



444
445
446
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 444

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
# File 'lib/bb_payments/models/inline_response_200_3.rb', line 312

def valid?
  return false if @id.nil?
  return false if @estado_pagamento.nil?
  return false if @tipo_pagamento.nil?
  return false if @agencia_debito.nil?
  return false if @conta_debito.nil?
  return false if @digito_conta_debito.nil?
  return false if @numero_cartao_inicio.nil?
  return false if @numero_cartao_fim.nil?
  return false if @requisicao_pagamento.nil?
  return false if @arquivo_pagamento.nil?
  return false if @data_pagamento.nil?
  return false if @valor_pagamento.nil?
  return false if @numero_documento_debito.nil?
  return false if @codigo_transmissao.nil?
  return false if @descricao_pagamento.nil?
  return false if @autenticacao_pagamento.nil?
  return false if @quantidade_ocorrencia_devolucao.nil?
  true
end