Class: AlphaCard::Billing

Inherits:
Resource show all
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

Method Summary

Methods inherited from Resource

#attributes_for_request

Methods included from Attribute

included