Class: AlphaCard::Shipping

Inherits:
Resource show all
Defined in:
lib/alpha_card/resources/shipping.rb

Overview

Implementation of Alpha Card Services order shipping information. Contains all the shipping information (address, city, zip, 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