Class: FormProfiles::VA0994

Inherits:
FormProfile
  • Object
show all
Defined in:
app/models/form_profiles/va_0994.rb

Instance Method Summary collapse

Instance Method Details

#metadataObject



26
27
28
29
30
31
32
# File 'app/models/form_profiles/va_0994.rb', line 26

def 
  {
    version: 0,
    prefill: true,
    returnUrl: '/applicant/information'
  }
end

#prefillObject



21
22
23
24
# File 'app/models/form_profiles/va_0994.rb', line 21

def prefill
  @payment_information = initialize_payment_information
  super
end