Method: AuthorizeNet::CIM::Response#payment_profile

Defined in:
lib/authorize_net/cim/response.rb

#payment_profileObject

Returns a PaymentProfile built from the entity returned by the gateway. Returns nil otherwise.



97
98
99
# File 'lib/authorize_net/cim/response.rb', line 97

def payment_profile
  build_entity(@payment_profile, Fields::PAYMENT_PROFILE_ENTITY_DESCRIPTION) unless @payment_profile.nil?
end