PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
authorizenet
/
authorizenet
/
lib
/
net
/
authorize
/
api
/
controller
<?php namespace net\authorize\api\controller; use net\authorize\api\contract\v1\AnetApiRequestType; use net\authorize\api\controller\base\ApiOperationBase; class CreateCustomerProfileTransactionController extends ApiOperationBase { public function __construct(AnetApiRequestType $request) { $responseType = 'net\authorize\api\contract\v1\CreateCustomerProfileTransactionResponse'; parent::__construct($request, $responseType); } protected function validateRequest() { //validate required fields of $this->apiRequest-> //validate non-required fields of $this->apiRequest-> } }
[-] CreateTransactionController.php
[edit]
[-] ARBGetSubscriptionStatusController.php
[edit]
[-] GetBatchStatisticsController.php
[edit]
[-] GetAUJobSummaryController.php
[edit]
[-] GetCustomerProfileController.php
[edit]
[-] GetHostedPaymentPageController.php
[edit]
[+]
..
[-] UpdateSplitTenderGroupController.php
[edit]
[-] UpdateCustomerShippingAddressController.php
[edit]
[-] UpdateCustomerProfileController.php
[edit]
[-] ARBGetSubscriptionController.php
[edit]
[-] LogoutController.php
[edit]
[-] GetTransactionListController.php
[edit]
[-] GetCustomerPaymentProfileListController.php
[edit]
[-] CreateCustomerPaymentProfileController.php
[edit]
[-] GetTransactionDetailsController.php
[edit]
[-] ARBUpdateSubscriptionController.php
[edit]
[-] DeleteCustomerPaymentProfileController.php
[edit]
[-] GetCustomerProfileIdsController.php
[edit]
[-] DeleteCustomerProfileController.php
[edit]
[-] GetSettledBatchListController.php
[edit]
[-] ARBCancelSubscriptionController.php
[edit]
[-] IsAliveController.php
[edit]
[-] DeleteCustomerShippingAddressController.php
[edit]
[-] CreateCustomerProfileController.php
[edit]
[-] SecurePaymentContainerController.php
[edit]
[-] CreateCustomerProfileTransactionController.php
[edit]
[-] GetHostedProfilePageController.php
[edit]
[-] GetCustomerPaymentProfileController.php
[edit]
[-] GetMerchantDetailsController.php
[edit]
[-] AuthenticateTestController.php
[edit]
[-] SendCustomerTransactionReceiptController.php
[edit]
[-] UpdateMerchantDetailsController.php
[edit]
[-] GetUnsettledTransactionListController.php
[edit]
[-] MobileDeviceLoginController.php
[edit]
[-] DecryptPaymentDataController.php
[edit]
[-] GetTransactionListForCustomerController.php
[edit]
[-] GetAUJobDetailsController.php
[edit]
[+]
base
[-] CreateCustomerShippingAddressController.php
[edit]
[-] MobileDeviceRegistrationController.php
[edit]
[-] ARBGetSubscriptionListController.php
[edit]
[-] ValidateCustomerPaymentProfileController.php
[edit]
[-] GetCustomerShippingAddressController.php
[edit]
[-] CreateCustomerProfileFromTransactionController.php
[edit]
[-] ARBCreateSubscriptionController.php
[edit]
[-] UpdateCustomerPaymentProfileController.php
[edit]
[-] UpdateHeldTransactionController.php
[edit]