You are here

public static function Braintree_SettlementBatchSummary::factory in Commerce Braintree 7

1 call to Braintree_SettlementBatchSummary::factory()
Braintree_SettlementBatchSummary::_verifyGatewayResponse in braintree_php/lib/Braintree/SettlementBatchSummary.php

File

braintree_php/lib/Braintree/SettlementBatchSummary.php, line 55

Class

Braintree_SettlementBatchSummary

Code

public static function factory($attributes) {
  $instance = new self();
  $instance
    ->_initialize($attributes);
  return $instance;
}