Class: ActBlue::CreditCard

Inherits:
ActiveBlue show all
Defined in:
lib/actblue/credit_card.rb

Constant Summary collapse

XML_NAME =
'creditcard'
ATTRIBUTES =
[]
ELEMENTS =
['name', 'billing-addr1', 'billing-addr2', 'billing-city', 'billing-state', 'billing-postalcode', 'account', 'expires', 'verifier']

Constants inherited from ActiveBlue

ActiveBlue::ACT_TYPES

Instance Attribute Summary

Attributes inherited from ActiveBlue

#variables

Method Summary

Methods inherited from ActiveBlue

#[], #[]=, #initialize, #to_xml, #to_xml_element

Constructor Details

This class inherits a constructor from ActBlue::ActiveBlue