Uses of Class
net.authorize.arb.ARBNameAndAddress

Packages that use ARBNameAndAddress
net.authorize.arb   
org.starhope.appius.pay.util   
 

Uses of ARBNameAndAddress in net.authorize.arb
 

Fields in net.authorize.arb declared as ARBNameAndAddress
private  ARBNameAndAddress ARBCustomer.bill_to
          WRITEME
private  ARBNameAndAddress ARBSubscription.bill_to
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) bill_to (ARBSubscription)
private  ARBNameAndAddress ARBCustomer.ship_to
          WRITEME
private  ARBNameAndAddress ARBSubscription.ship_to
          WRITEME: document this field (brpocock@star-hope.org, Nov 19, 2009) ship_to (ARBSubscription)
 

Methods in net.authorize.arb that return ARBNameAndAddress
 ARBNameAndAddress ARBCustomer.getBillTo()
          WRITEME
 ARBNameAndAddress ARBSubscription.getBillTo()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 ARBNameAndAddress ARBCustomer.getShipTo()
          WRITEME
 ARBNameAndAddress ARBSubscription.getShipTo()
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 

Methods in net.authorize.arb with parameters of type ARBNameAndAddress
 void ARBCustomer.setBillTo(ARBNameAndAddress bill_to1)
          WRITEME
 void ARBSubscription.setBillTo(ARBNameAndAddress newBill_to)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 void ARBCustomer.setShipTo(ARBNameAndAddress ship_to1)
           
 void ARBSubscription.setShipTo(ARBNameAndAddress newShip_to)
          WRITEME: document this method (brpocock@star-hope.org, Nov 19, 2009)
 

Uses of ARBNameAndAddress in org.starhope.appius.pay.util
 

Methods in org.starhope.appius.pay.util with parameters of type ARBNameAndAddress
 void PaymentCredential.applyTo(ARBNameAndAddress billTo)
          Apply these payment credentials' data to an Authorize.Net Automatic Recurring Billing name and address object, needed for Auth-net-ARB submission.