コード例 #1
0
 /**
 	Method:			getPaymentInformation
 	Creator:		Jason Spangler
 	Created:		6/17/13
 
 	Modifier:		Jason Spangler
 	Modified:		6/17/13
 
 	Description:	Gets the payment profile information
 	@return:		(OBJECT) The customer payment profile object
 */
 public function getPaymentInformation()
 {
     return Authorize::getCustomerPaymentProfile($this->authnet_customer_profile_id, $this->authnet_payment_profile_id);
 }