예제 #1
0
 public function __construct(Dotpay_Model_SellerAccount $sellerAccount, $options = NULL)
 {
     parent::__construct($sellerAccount, $options);
 }
예제 #2
0
 public function __construct(Dotpay_Model_Customer $customer, $options = NULL)
 {
     parent::__construct($customer, $options);
 }
예제 #3
0
 public function __construct(Dotpay_Model_Address $address, $options = NULL)
 {
     parent::__construct($address, $options);
 }
 public function __construct(Dotpay_Model_TransactionConfiguration $configuration, $options = NULL)
 {
     parent::__construct($configuration, $options);
 }