public function Braintree_SettlementBatchSummary::records in Commerce Braintree 7
File
- braintree_php/
lib/ Braintree/ SettlementBatchSummary.php, line 70
Class
Code
public function records() {
return $this->_attributes['records'];
}
public function records() {
return $this->_attributes['records'];
}