class AFCSalesforce::AdditionalIncome

Attributes

amount[RW]
description[RW]
is_owner_self_employed[RW]
owner[RW]
type[RW]

Public Instance Methods

to_h() click to toggle source
# File lib/afc_salesforce/additional_income.rb, line 5
def to_h
  AFCSalesforce::Models::Income.new(
    amount__c: @amount,
    type__c: @type
  ).to_h
end