Class: AlphaCard::Billing
- Defined in:
- lib/alpha_card/resources/billing.rb
Overview
Implementation of Alpha Card Services order billing information. Contains all the billing information (customer name, email, email, etc).
Constant Summary collapse
- ORIGIN_TRANSACTION_VARIABLES =
Original AlphaCard transaction variables names
{ first_name: :firstname, last_name: :lastname, address_1: :address1, address_2: :address2 }.freeze